Skip to content

Commit

Permalink
Merge pull request #34 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 6fae548 + 282ca72 commit f1899fc
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 26 deletions.
10 changes: 0 additions & 10 deletions .changeset/fair-waves-drum.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/lucky-berries-listen.md

This file was deleted.

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

## 1.0.0

### Major Changes

- [`40263e3`](https://github.com/jigsawye/swagit/commit/40263e36132be49ca1847a6ceb9dbd50dde8a892) Thanks [@jigsawye](https://github.com/jigsawye)! - Support sync feature

- [`bdd63c0`](https://github.com/jigsawye/swagit/commit/bdd63c0f4590ec2bff5599cc8cc894242e77960e) 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,7 +1,7 @@
{
"name": "@swagit/darwin-arm64",
"private": false,
"version": "0.1.6",
"version": "1.0.0",
"os": [
"darwin"
],
Expand Down
9 changes: 9 additions & 0 deletions packages/darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @swagit/darwin-x64

## 1.0.0

### Major Changes

- [`40263e3`](https://github.com/jigsawye/swagit/commit/40263e36132be49ca1847a6ceb9dbd50dde8a892) Thanks [@jigsawye](https://github.com/jigsawye)! - Support sync feature

- [`bdd63c0`](https://github.com/jigsawye/swagit/commit/bdd63c0f4590ec2bff5599cc8cc894242e77960e) 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,7 +1,7 @@
{
"name": "@swagit/darwin-x64",
"private": false,
"version": "0.1.6",
"version": "1.0.0",
"os": [
"darwin"
],
Expand Down
9 changes: 9 additions & 0 deletions packages/linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @swagit/linux-arm64

## 1.0.0

### Major Changes

- [`40263e3`](https://github.com/jigsawye/swagit/commit/40263e36132be49ca1847a6ceb9dbd50dde8a892) Thanks [@jigsawye](https://github.com/jigsawye)! - Support sync feature

- [`bdd63c0`](https://github.com/jigsawye/swagit/commit/bdd63c0f4590ec2bff5599cc8cc894242e77960e) 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,7 +1,7 @@
{
"name": "@swagit/linux-arm64",
"private": false,
"version": "0.1.6",
"version": "1.0.0",
"os": [
"linux"
],
Expand Down
9 changes: 9 additions & 0 deletions packages/linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @swagit/linux-x64

## 1.0.0

### Major Changes

- [`40263e3`](https://github.com/jigsawye/swagit/commit/40263e36132be49ca1847a6ceb9dbd50dde8a892) Thanks [@jigsawye](https://github.com/jigsawye)! - Support sync feature

- [`bdd63c0`](https://github.com/jigsawye/swagit/commit/bdd63c0f4590ec2bff5599cc8cc894242e77960e) 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,7 +1,7 @@
{
"name": "@swagit/linux-x64",
"private": false,
"version": "0.1.6",
"version": "1.0.0",
"os": [
"linux"
],
Expand Down
9 changes: 9 additions & 0 deletions packages/swagit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# swagit

## 1.0.0

### Major Changes

- [`40263e3`](https://github.com/jigsawye/swagit/commit/40263e36132be49ca1847a6ceb9dbd50dde8a892) Thanks [@jigsawye](https://github.com/jigsawye)! - Support sync feature

- [`bdd63c0`](https://github.com/jigsawye/swagit/commit/bdd63c0f4590ec2bff5599cc8cc894242e77960e) 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,7 +1,7 @@
{
"name": "swagit",
"private": false,
"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
9 changes: 9 additions & 0 deletions packages/win32-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @swagit/win32-x64

## 1.0.0

### Major Changes

- [`40263e3`](https://github.com/jigsawye/swagit/commit/40263e36132be49ca1847a6ceb9dbd50dde8a892) Thanks [@jigsawye](https://github.com/jigsawye)! - Support sync feature

- [`bdd63c0`](https://github.com/jigsawye/swagit/commit/bdd63c0f4590ec2bff5599cc8cc894242e77960e) 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,7 +1,7 @@
{
"name": "@swagit/win32-x64",
"private": false,
"version": "0.1.6",
"version": "1.0.0",
"os": [
"win32"
],
Expand Down

0 comments on commit f1899fc

Please sign in to comment.