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": {