From 4c68159aaae626e0ad68add29a92540e015d9b0e Mon Sep 17 00:00:00 2001 From: Hiroki Miyaji <40714517+hiroki0525@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:41:13 +0900 Subject: [PATCH] Version Packages (#102) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @dandori/cli@0.0.24 ### Patch Changes - [#101](https://github.com/hiroki0525/dandori/pull/101) [`2712a7f`](https://github.com/hiroki0525/dandori/commit/2712a7f2be3407afda7e11adc96337fda6175a26) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add trello - Updated dependencies \[[`2712a7f`](https://github.com/hiroki0525/dandori/commit/2712a7f2be3407afda7e11adc96337fda6175a26)]: - @dandori/ui@0.0.24 ## @dandori/ui@0.0.24 ### Patch Changes - [#101](https://github.com/hiroki0525/dandori/pull/101) [`2712a7f`](https://github.com/hiroki0525/dandori/commit/2712a7f2be3407afda7e11adc96337fda6175a26) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add trello Co-authored-by: github-actions[bot] --- .changeset/swift-bugs-appear.md | 6 ------ packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 .changeset/swift-bugs-appear.md diff --git a/.changeset/swift-bugs-appear.md b/.changeset/swift-bugs-appear.md deleted file mode 100644 index b4d8674..0000000 --- a/.changeset/swift-bugs-appear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dandori/cli": patch -"@dandori/ui": patch ---- - -Add trello diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1d7889f..1e289da 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @dandori/cli +## 0.0.24 + +### Patch Changes + +- [#101](https://github.com/hiroki0525/dandori/pull/101) [`2712a7f`](https://github.com/hiroki0525/dandori/commit/2712a7f2be3407afda7e11adc96337fda6175a26) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add trello + +- Updated dependencies [[`2712a7f`](https://github.com/hiroki0525/dandori/commit/2712a7f2be3407afda7e11adc96337fda6175a26)]: + - @dandori/ui@0.0.24 + ## 0.0.23 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 68462b4..efa062a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/cli", - "version": "0.0.23", + "version": "0.0.24", "private": false, "description": "", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index de22440..d42b945 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @dandori/ui +## 0.0.24 + +### Patch Changes + +- [#101](https://github.com/hiroki0525/dandori/pull/101) [`2712a7f`](https://github.com/hiroki0525/dandori/commit/2712a7f2be3407afda7e11adc96337fda6175a26) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add trello + ## 0.0.23 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index abf25d9..41b6de5 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/ui", - "version": "0.0.23", + "version": "0.0.24", "private": false, "description": "", "repository": {