From 12617e66765eecb0fd3d1c53b95c05646c720db8 Mon Sep 17 00:00:00 2001 From: Hiroki Miyaji <40714517+hiroki0525@users.noreply.github.com> Date: Sat, 11 Nov 2023 11:11:34 +0900 Subject: [PATCH] Version Packages (#44) 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.13 ### Patch Changes - [#43](https://github.com/hiroki0525/dandori/pull/43) [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add enable to inject custom logger - Updated dependencies \[[`0180a38`](https://github.com/hiroki0525/dandori/commit/0180a38652b29bc463670a12765762c2fe403656), [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a)]: - @dandori/core@0.0.13 - @dandori/ui@0.0.13 - @dandori/libs@0.0.13 ## @dandori/core@0.0.13 ### Patch Changes - [#45](https://github.com/hiroki0525/dandori/pull/45) [`0180a38`](https://github.com/hiroki0525/dandori/commit/0180a38652b29bc463670a12765762c2fe403656) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add notion - [#43](https://github.com/hiroki0525/dandori/pull/43) [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add enable to inject custom logger - Updated dependencies \[[`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a)]: - @dandori/libs@0.0.13 ## @dandori/libs@0.0.13 ### Patch Changes - [#43](https://github.com/hiroki0525/dandori/pull/43) [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add enable to inject custom logger ## @dandori/ui@0.0.13 ### Patch Changes - [#45](https://github.com/hiroki0525/dandori/pull/45) [`0180a38`](https://github.com/hiroki0525/dandori/commit/0180a38652b29bc463670a12765762c2fe403656) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add notion - [#43](https://github.com/hiroki0525/dandori/pull/43) [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add enable to inject custom logger - Updated dependencies \[[`0180a38`](https://github.com/hiroki0525/dandori/commit/0180a38652b29bc463670a12765762c2fe403656), [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a)]: - @dandori/core@0.0.13 Co-authored-by: github-actions[bot] --- .changeset/serious-bobcats-compare.md | 6 ------ .changeset/tidy-students-sin.md | 8 -------- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/libs/CHANGELOG.md | 6 ++++++ packages/libs/package.json | 2 +- packages/ui/CHANGELOG.md | 11 +++++++++++ packages/ui/package.json | 2 +- 10 files changed, 43 insertions(+), 18 deletions(-) delete mode 100644 .changeset/serious-bobcats-compare.md delete mode 100644 .changeset/tidy-students-sin.md diff --git a/.changeset/serious-bobcats-compare.md b/.changeset/serious-bobcats-compare.md deleted file mode 100644 index 0f583d1..0000000 --- a/.changeset/serious-bobcats-compare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dandori/core": patch -"@dandori/ui": patch ---- - -add notion diff --git a/.changeset/tidy-students-sin.md b/.changeset/tidy-students-sin.md deleted file mode 100644 index 2650b58..0000000 --- a/.changeset/tidy-students-sin.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@dandori/core": patch -"@dandori/libs": patch -"@dandori/cli": patch -"@dandori/ui": patch ---- - -add enable to inject custom logger diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 77a48f7..93bbdfc 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @dandori/cli +## 0.0.13 + +### Patch Changes + +- [#43](https://github.com/hiroki0525/dandori/pull/43) [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add enable to inject custom logger + +- Updated dependencies [[`0180a38`](https://github.com/hiroki0525/dandori/commit/0180a38652b29bc463670a12765762c2fe403656), [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a)]: + - @dandori/core@0.0.13 + - @dandori/ui@0.0.13 + - @dandori/libs@0.0.13 + ## 0.0.12 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c9d5db7..af03656 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/cli", - "version": "0.0.12", + "version": "0.0.13", "private": false, "description": "", "repository": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b5cbde8..dd45d9c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # @dandori/core +## 0.0.13 + +### Patch Changes + +- [#45](https://github.com/hiroki0525/dandori/pull/45) [`0180a38`](https://github.com/hiroki0525/dandori/commit/0180a38652b29bc463670a12765762c2fe403656) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add notion + +- [#43](https://github.com/hiroki0525/dandori/pull/43) [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add enable to inject custom logger + +- Updated dependencies [[`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a)]: + - @dandori/libs@0.0.13 + ## 0.0.12 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 497cdd0..1af186d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/core", - "version": "0.0.12", + "version": "0.0.13", "private": false, "description": "", "repository": { diff --git a/packages/libs/CHANGELOG.md b/packages/libs/CHANGELOG.md index 4421827..45328ec 100644 --- a/packages/libs/CHANGELOG.md +++ b/packages/libs/CHANGELOG.md @@ -1,5 +1,11 @@ # @dandori/libs +## 0.0.13 + +### Patch Changes + +- [#43](https://github.com/hiroki0525/dandori/pull/43) [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add enable to inject custom logger + ## 0.0.12 ### Patch Changes diff --git a/packages/libs/package.json b/packages/libs/package.json index 4a73404..f4f73b4 100644 --- a/packages/libs/package.json +++ b/packages/libs/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/libs", - "version": "0.0.12", + "version": "0.0.13", "private": false, "description": "", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 69350f6..0ef2027 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @dandori/ui +## 0.0.13 + +### Patch Changes + +- [#45](https://github.com/hiroki0525/dandori/pull/45) [`0180a38`](https://github.com/hiroki0525/dandori/commit/0180a38652b29bc463670a12765762c2fe403656) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add notion + +- [#43](https://github.com/hiroki0525/dandori/pull/43) [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add enable to inject custom logger + +- Updated dependencies [[`0180a38`](https://github.com/hiroki0525/dandori/commit/0180a38652b29bc463670a12765762c2fe403656), [`52ae95f`](https://github.com/hiroki0525/dandori/commit/52ae95fc72a8fe4213f77654daeb517231b9497a)]: + - @dandori/core@0.0.13 + ## 0.0.12 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 667d817..8eef483 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/ui", - "version": "0.0.12", + "version": "0.0.13", "private": false, "description": "", "repository": {