From e990fd270e12a9422f78cc021a6dd38a95a0173e Mon Sep 17 00:00:00 2001 From: Hiroki Miyaji <40714517+hiroki0525@users.noreply.github.com> Date: Thu, 23 Nov 2023 20:36:36 +0900 Subject: [PATCH] Version Packages (#59) 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.14 ### Patch Changes - [#58](https://github.com/hiroki0525/dandori/pull/58) [`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add log level - Updated dependencies \[[`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715)]: - @dandori/core@0.0.14 - @dandori/libs@0.0.14 - @dandori/ui@0.0.14 ## @dandori/core@0.0.14 ### Patch Changes - [#58](https://github.com/hiroki0525/dandori/pull/58) [`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add log level - Updated dependencies \[[`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715)]: - @dandori/libs@0.0.14 ## @dandori/libs@0.0.14 ### Patch Changes - [#58](https://github.com/hiroki0525/dandori/pull/58) [`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add log level ## @dandori/ui@0.0.14 ### Patch Changes - [#58](https://github.com/hiroki0525/dandori/pull/58) [`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add log level - Updated dependencies \[[`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715)]: - @dandori/core@0.0.14 Co-authored-by: github-actions[bot] --- .changeset/silent-lizards-crash.md | 8 -------- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 9 +++++++++ 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, 39 insertions(+), 12 deletions(-) delete mode 100644 .changeset/silent-lizards-crash.md diff --git a/.changeset/silent-lizards-crash.md b/.changeset/silent-lizards-crash.md deleted file mode 100644 index a2f10c2..0000000 --- a/.changeset/silent-lizards-crash.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@dandori/core": patch -"@dandori/libs": patch -"@dandori/cli": patch -"@dandori/ui": patch ---- - -Add log level diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 93bbdfc..3250d09 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @dandori/cli +## 0.0.14 + +### Patch Changes + +- [#58](https://github.com/hiroki0525/dandori/pull/58) [`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add log level + +- Updated dependencies [[`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715)]: + - @dandori/core@0.0.14 + - @dandori/libs@0.0.14 + - @dandori/ui@0.0.14 + ## 0.0.13 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index af03656..cf0c9ec 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/cli", - "version": "0.0.13", + "version": "0.0.14", "private": false, "description": "", "repository": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index dd45d9c..3971c67 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @dandori/core +## 0.0.14 + +### Patch Changes + +- [#58](https://github.com/hiroki0525/dandori/pull/58) [`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add log level + +- Updated dependencies [[`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715)]: + - @dandori/libs@0.0.14 + ## 0.0.13 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 2a54177..cf6a5c0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/core", - "version": "0.0.13", + "version": "0.0.14", "private": false, "description": "", "repository": { diff --git a/packages/libs/CHANGELOG.md b/packages/libs/CHANGELOG.md index 45328ec..af196ee 100644 --- a/packages/libs/CHANGELOG.md +++ b/packages/libs/CHANGELOG.md @@ -1,5 +1,11 @@ # @dandori/libs +## 0.0.14 + +### Patch Changes + +- [#58](https://github.com/hiroki0525/dandori/pull/58) [`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add log level + ## 0.0.13 ### Patch Changes diff --git a/packages/libs/package.json b/packages/libs/package.json index b039fc2..ff523d6 100644 --- a/packages/libs/package.json +++ b/packages/libs/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/libs", - "version": "0.0.13", + "version": "0.0.14", "private": false, "description": "", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 0ef2027..7582610 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @dandori/ui +## 0.0.14 + +### Patch Changes + +- [#58](https://github.com/hiroki0525/dandori/pull/58) [`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Add log level + +- Updated dependencies [[`4a56f51`](https://github.com/hiroki0525/dandori/commit/4a56f51ad8bca86c28e67ae9081a2f0304518715)]: + - @dandori/core@0.0.14 + ## 0.0.13 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index b1b2b06..0364c95 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/ui", - "version": "0.0.13", + "version": "0.0.14", "private": false, "description": "", "repository": {