diff --git a/.changeset/cuddly-lobsters-march.md b/.changeset/cuddly-lobsters-march.md deleted file mode 100644 index 4e9bb6d..0000000 --- a/.changeset/cuddly-lobsters-march.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dandori/libs": patch -"@dandori/ui": patch ---- - -fix miro log diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 96e918f..7c54428 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @dandori/cli +## 0.0.22 + +### Patch Changes + +- Updated dependencies [[`d3a1cfc`](https://github.com/hiroki0525/dandori/commit/d3a1cfc766544457de9c6d65c045b0657f27b7e5)]: + - @dandori/libs@0.0.22 + - @dandori/ui@0.0.22 + - @dandori/core@0.0.22 + ## 0.0.21 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 8d9b3d3..53d1ee6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/cli", - "version": "0.0.21", + "version": "0.0.22", "private": false, "description": "", "repository": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7c4cd43..95a2e44 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @dandori/core +## 0.0.22 + +### Patch Changes + +- Updated dependencies [[`d3a1cfc`](https://github.com/hiroki0525/dandori/commit/d3a1cfc766544457de9c6d65c045b0657f27b7e5)]: + - @dandori/libs@0.0.22 + ## 0.0.21 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0438fb8..7c7ee0c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/core", - "version": "0.0.21", + "version": "0.0.22", "private": false, "description": "", "repository": { diff --git a/packages/libs/CHANGELOG.md b/packages/libs/CHANGELOG.md index b3c4752..7b882e8 100644 --- a/packages/libs/CHANGELOG.md +++ b/packages/libs/CHANGELOG.md @@ -1,5 +1,11 @@ # @dandori/libs +## 0.0.22 + +### Patch Changes + +- [#87](https://github.com/hiroki0525/dandori/pull/87) [`d3a1cfc`](https://github.com/hiroki0525/dandori/commit/d3a1cfc766544457de9c6d65c045b0657f27b7e5) Thanks [@hiroki0525](https://github.com/hiroki0525)! - fix miro log + ## 0.0.21 ### Patch Changes diff --git a/packages/libs/package.json b/packages/libs/package.json index 3395aeb..61023bd 100644 --- a/packages/libs/package.json +++ b/packages/libs/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/libs", - "version": "0.0.21", + "version": "0.0.22", "private": false, "description": "", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 0b5ef62..c3bf0cb 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @dandori/ui +## 0.0.22 + +### Patch Changes + +- [#87](https://github.com/hiroki0525/dandori/pull/87) [`d3a1cfc`](https://github.com/hiroki0525/dandori/commit/d3a1cfc766544457de9c6d65c045b0657f27b7e5) Thanks [@hiroki0525](https://github.com/hiroki0525)! - fix miro log + +- Updated dependencies []: + - @dandori/core@0.0.22 + ## 0.0.21 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index a35483f..7443df3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/ui", - "version": "0.0.21", + "version": "0.0.22", "private": false, "description": "", "repository": {