diff --git a/.changeset/rotten-hornets-shave.md b/.changeset/rotten-hornets-shave.md deleted file mode 100644 index 68ce747..0000000 --- a/.changeset/rotten-hornets-shave.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@dandori/core": patch -"@dandori/libs": patch -"@dandori/cli": patch -"@dandori/ui": patch ---- - -add support cjs diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1f994f7..ff6bb39 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @dandori/cli +## 0.0.20 + +### Patch Changes + +- [#83](https://github.com/hiroki0525/dandori/pull/83) [`8382004`](https://github.com/hiroki0525/dandori/commit/838200449208931c43e6384ca9ccb5d58c73cb3b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add support cjs + +- Updated dependencies [[`8382004`](https://github.com/hiroki0525/dandori/commit/838200449208931c43e6384ca9ccb5d58c73cb3b)]: + - @dandori/core@0.0.20 + - @dandori/libs@0.0.20 + - @dandori/ui@0.0.20 + ## 0.0.19 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 57bd961..f576da3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/cli", - "version": "0.0.19", + "version": "0.0.20", "private": false, "description": "", "repository": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 78b953e..c2affc2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @dandori/core +## 0.0.20 + +### Patch Changes + +- [#83](https://github.com/hiroki0525/dandori/pull/83) [`8382004`](https://github.com/hiroki0525/dandori/commit/838200449208931c43e6384ca9ccb5d58c73cb3b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add support cjs + +- Updated dependencies [[`8382004`](https://github.com/hiroki0525/dandori/commit/838200449208931c43e6384ca9ccb5d58c73cb3b)]: + - @dandori/libs@0.0.20 + ## 0.0.17 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ff4af67..9e6608d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/core", - "version": "0.0.17", + "version": "0.0.20", "private": false, "description": "", "repository": { diff --git a/packages/libs/CHANGELOG.md b/packages/libs/CHANGELOG.md index ce91e6e..c7320fd 100644 --- a/packages/libs/CHANGELOG.md +++ b/packages/libs/CHANGELOG.md @@ -1,5 +1,11 @@ # @dandori/libs +## 0.0.20 + +### Patch Changes + +- [#83](https://github.com/hiroki0525/dandori/pull/83) [`8382004`](https://github.com/hiroki0525/dandori/commit/838200449208931c43e6384ca9ccb5d58c73cb3b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add support cjs + ## 0.0.17 ### Patch Changes diff --git a/packages/libs/package.json b/packages/libs/package.json index 0619803..6d64c99 100644 --- a/packages/libs/package.json +++ b/packages/libs/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/libs", - "version": "0.0.17", + "version": "0.0.20", "private": false, "description": "", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 73e4dae..b456186 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @dandori/ui +## 0.0.20 + +### Patch Changes + +- [#83](https://github.com/hiroki0525/dandori/pull/83) [`8382004`](https://github.com/hiroki0525/dandori/commit/838200449208931c43e6384ca9ccb5d58c73cb3b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add support cjs + +- Updated dependencies [[`8382004`](https://github.com/hiroki0525/dandori/commit/838200449208931c43e6384ca9ccb5d58c73cb3b)]: + - @dandori/core@0.0.20 + ## 0.0.17 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 03a4abb..2a220e3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/ui", - "version": "0.0.17", + "version": "0.0.20", "private": false, "description": "", "repository": {