Skip to content

Commit

Permalink
Merge pull request #32 from jigsawye/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jigsawye authored Nov 10, 2024
2 parents 893ea9f + 22eb901 commit 750b724
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/lucky-berries-listen.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @swagit/darwin-arm64

## 1.0.0

### Major Changes

- [`8893cc8`](https://github.com/jigsawye/swagit/commit/8893cc8b6f81fcf785cd27d4cc8fbb87f3e62d1d) Thanks [@jigsawye](https://github.com/jigsawye)! - Rewrite in Rust
2 changes: 1 addition & 1 deletion packages/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagit/darwin-arm64",
"version": "0.1.6",
"version": "1.0.0",
"os": [
"darwin"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @swagit/darwin-x64

## 1.0.0

### Major Changes

- [`8893cc8`](https://github.com/jigsawye/swagit/commit/8893cc8b6f81fcf785cd27d4cc8fbb87f3e62d1d) Thanks [@jigsawye](https://github.com/jigsawye)! - Rewrite in Rust
2 changes: 1 addition & 1 deletion packages/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagit/darwin-x64",
"version": "0.1.6",
"version": "1.0.0",
"os": [
"darwin"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @swagit/linux-arm64

## 1.0.0

### Major Changes

- [`8893cc8`](https://github.com/jigsawye/swagit/commit/8893cc8b6f81fcf785cd27d4cc8fbb87f3e62d1d) Thanks [@jigsawye](https://github.com/jigsawye)! - Rewrite in Rust
2 changes: 1 addition & 1 deletion packages/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagit/linux-arm64",
"version": "0.1.6",
"version": "1.0.0",
"os": [
"linux"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @swagit/linux-x64

## 1.0.0

### Major Changes

- [`8893cc8`](https://github.com/jigsawye/swagit/commit/8893cc8b6f81fcf785cd27d4cc8fbb87f3e62d1d) Thanks [@jigsawye](https://github.com/jigsawye)! - Rewrite in Rust
2 changes: 1 addition & 1 deletion packages/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagit/linux-x64",
"version": "0.1.6",
"version": "1.0.0",
"os": [
"linux"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/swagit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# swagit

## 1.0.0

### Major Changes

- [`8893cc8`](https://github.com/jigsawye/swagit/commit/8893cc8b6f81fcf785cd27d4cc8fbb87f3e62d1d) Thanks [@jigsawye](https://github.com/jigsawye)! - Rewrite in Rust
2 changes: 1 addition & 1 deletion packages/swagit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagit",
"version": "0.1.6",
"version": "1.0.0",
"description": "A swag tool to use git with interactive cli",
"author": "Evan Ye <jigsaw.ye@gmail.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/win32-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @swagit/win32-x64

## 1.0.0

### Major Changes

- [`8893cc8`](https://github.com/jigsawye/swagit/commit/8893cc8b6f81fcf785cd27d4cc8fbb87f3e62d1d) Thanks [@jigsawye](https://github.com/jigsawye)! - Rewrite in Rust
2 changes: 1 addition & 1 deletion packages/win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagit/win32-x64",
"version": "0.1.6",
"version": "1.0.0",
"os": [
"win32"
],
Expand Down

0 comments on commit 750b724

Please sign in to comment.