Skip to content

Commit

Permalink
Merge pull request #37 from jigsawye/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jigsawye authored Nov 11, 2024
2 parents 9358fee + da09a66 commit c9eba57
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 31 deletions.
10 changes: 0 additions & 10 deletions .changeset/long-rats-melt.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/ninety-horses-clap.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- [`1cb4a82`](https://github.com/jigsawye/swagit/commit/1cb4a82db89d184f87d6d1d68c35845f5569f6bd) Thanks [@jigsawye](https://github.com/jigsawye)! - update sync implementation

- [`0ab654e`](https://github.com/jigsawye/swagit/commit/0ab654e74e8dc7aa8b67c9eda311fb3f3619c341) Thanks [@jigsawye](https://github.com/jigsawye)! - Support esc

## 1.0.1

### Patch Changes
Expand Down
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": "1.0.1",
"version": "1.0.2",
"description": "macOS ARM64 binary for swagit",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swagit/darwin-x64

## 1.0.2

### Patch Changes

- [`1cb4a82`](https://github.com/jigsawye/swagit/commit/1cb4a82db89d184f87d6d1d68c35845f5569f6bd) Thanks [@jigsawye](https://github.com/jigsawye)! - update sync implementation

- [`0ab654e`](https://github.com/jigsawye/swagit/commit/0ab654e74e8dc7aa8b67c9eda311fb3f3619c341) Thanks [@jigsawye](https://github.com/jigsawye)! - Support esc

## 1.0.1

### Patch Changes
Expand Down
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": "1.0.1",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swagit/linux-arm64

## 1.0.2

### Patch Changes

- [`1cb4a82`](https://github.com/jigsawye/swagit/commit/1cb4a82db89d184f87d6d1d68c35845f5569f6bd) Thanks [@jigsawye](https://github.com/jigsawye)! - update sync implementation

- [`0ab654e`](https://github.com/jigsawye/swagit/commit/0ab654e74e8dc7aa8b67c9eda311fb3f3619c341) Thanks [@jigsawye](https://github.com/jigsawye)! - Support esc

## 1.0.1

### Patch Changes
Expand Down
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": "1.0.1",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swagit/linux-x64

## 1.0.2

### Patch Changes

- [`1cb4a82`](https://github.com/jigsawye/swagit/commit/1cb4a82db89d184f87d6d1d68c35845f5569f6bd) Thanks [@jigsawye](https://github.com/jigsawye)! - update sync implementation

- [`0ab654e`](https://github.com/jigsawye/swagit/commit/0ab654e74e8dc7aa8b67c9eda311fb3f3619c341) Thanks [@jigsawye](https://github.com/jigsawye)! - Support esc

## 1.0.1

### Patch Changes
Expand Down
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": "1.0.1",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/swagit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# swagit

## 1.0.2

### Patch Changes

- [`1cb4a82`](https://github.com/jigsawye/swagit/commit/1cb4a82db89d184f87d6d1d68c35845f5569f6bd) Thanks [@jigsawye](https://github.com/jigsawye)! - update sync implementation

- [`0ab654e`](https://github.com/jigsawye/swagit/commit/0ab654e74e8dc7aa8b67c9eda311fb3f3619c341) Thanks [@jigsawye](https://github.com/jigsawye)! - Support esc

## 1.0.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/swagit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagit",
"version": "1.0.1",
"version": "1.0.2",
"description": "A swag tool to use git with interactive cli",
"author": "Evan Ye <jigsaw.ye@gmail.com>",
"license": "MIT",
Expand All @@ -9,11 +9,11 @@
"swagit": "bin/swagit.js"
},
"optionalDependencies": {
"@swagit/darwin-x64": "^1.0.1",
"@swagit/darwin-arm64": "^1.0.1",
"@swagit/linux-x64": "^1.0.1",
"@swagit/linux-arm64": "^1.0.1",
"@swagit/win32-x64": "^1.0.1"
"@swagit/darwin-x64": "^1.0.2",
"@swagit/darwin-arm64": "^1.0.2",
"@swagit/linux-x64": "^1.0.2",
"@swagit/linux-arm64": "^1.0.2",
"@swagit/win32-x64": "^1.0.2"
},
"files": [
"bin"
Expand Down
8 changes: 8 additions & 0 deletions packages/win32-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swagit/win32-x64

## 1.0.2

### Patch Changes

- [`1cb4a82`](https://github.com/jigsawye/swagit/commit/1cb4a82db89d184f87d6d1d68c35845f5569f6bd) Thanks [@jigsawye](https://github.com/jigsawye)! - update sync implementation

- [`0ab654e`](https://github.com/jigsawye/swagit/commit/0ab654e74e8dc7aa8b67c9eda311fb3f3619c341) Thanks [@jigsawye](https://github.com/jigsawye)! - Support esc

## 1.0.1

### Patch Changes
Expand Down
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": "1.0.1",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit c9eba57

Please sign in to comment.