From b9a1ca4e26131b86c92863df863eeeaf698713d5 Mon Sep 17 00:00:00 2001 From: Hiroki Miyaji <40714517+hiroki0525@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:25:50 +0900 Subject: [PATCH] Version Packages (#86) 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.21 ### Patch Changes - Updated dependencies \[[`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef)]: - @dandori/libs@0.0.21 - @dandori/ui@0.0.21 - @dandori/core@0.0.21 ## @dandori/core@0.0.21 ### Patch Changes - Updated dependencies \[[`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef)]: - @dandori/libs@0.0.21 ## @dandori/libs@0.0.21 ### Patch Changes - [#85](https://github.com/hiroki0525/dandori/pull/85) [`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add inject api key option ## @dandori/ui@0.0.21 ### Patch Changes - [#85](https://github.com/hiroki0525/dandori/pull/85) [`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add inject api key option - Updated dependencies \[]: - @dandori/core@0.0.21 Co-authored-by: github-actions[bot] --- .changeset/purple-foxes-approve.md | 6 ------ packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/libs/CHANGELOG.md | 6 ++++++ packages/libs/package.json | 2 +- packages/ui/CHANGELOG.md | 9 +++++++++ packages/ui/package.json | 2 +- 9 files changed, 35 insertions(+), 10 deletions(-) delete mode 100644 .changeset/purple-foxes-approve.md diff --git a/.changeset/purple-foxes-approve.md b/.changeset/purple-foxes-approve.md deleted file mode 100644 index d0075fd..0000000 --- a/.changeset/purple-foxes-approve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dandori/libs": patch -"@dandori/ui": patch ---- - -add inject api key option diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ff6bb39..96e918f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @dandori/cli +## 0.0.21 + +### Patch Changes + +- Updated dependencies [[`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef)]: + - @dandori/libs@0.0.21 + - @dandori/ui@0.0.21 + - @dandori/core@0.0.21 + ## 0.0.20 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f576da3..8d9b3d3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/cli", - "version": "0.0.20", + "version": "0.0.21", "private": false, "description": "", "repository": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c2affc2..7c4cd43 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @dandori/core +## 0.0.21 + +### Patch Changes + +- Updated dependencies [[`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef)]: + - @dandori/libs@0.0.21 + ## 0.0.20 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9e6608d..0438fb8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/core", - "version": "0.0.20", + "version": "0.0.21", "private": false, "description": "", "repository": { diff --git a/packages/libs/CHANGELOG.md b/packages/libs/CHANGELOG.md index c7320fd..b3c4752 100644 --- a/packages/libs/CHANGELOG.md +++ b/packages/libs/CHANGELOG.md @@ -1,5 +1,11 @@ # @dandori/libs +## 0.0.21 + +### Patch Changes + +- [#85](https://github.com/hiroki0525/dandori/pull/85) [`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add inject api key option + ## 0.0.20 ### Patch Changes diff --git a/packages/libs/package.json b/packages/libs/package.json index 6d64c99..3395aeb 100644 --- a/packages/libs/package.json +++ b/packages/libs/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/libs", - "version": "0.0.20", + "version": "0.0.21", "private": false, "description": "", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index b456186..0b5ef62 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @dandori/ui +## 0.0.21 + +### Patch Changes + +- [#85](https://github.com/hiroki0525/dandori/pull/85) [`c4fff7f`](https://github.com/hiroki0525/dandori/commit/c4fff7f26480499dfd3806b15af378e8509353ef) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add inject api key option + +- Updated dependencies []: + - @dandori/core@0.0.21 + ## 0.0.20 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 2a220e3..a35483f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/ui", - "version": "0.0.20", + "version": "0.0.21", "private": false, "description": "", "repository": {