From 62a8e2f5333aa681c90f09a7ad80699a6fb58bce Mon Sep 17 00:00:00 2001 From: Hiroki Miyaji <40714517+hiroki0525@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:06:40 +0900 Subject: [PATCH] Version Packages (#39) 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.12 ### Patch Changes - [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file - [#40](https://github.com/hiroki0525/dandori/pull/40) [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add error handling to core cli - Updated dependencies \[[`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b), [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304)]: - @dandori/core@0.0.12 - @dandori/libs@0.0.12 - @dandori/ui@0.0.12 ## @dandori/core@0.0.12 ### Patch Changes - [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file - [#40](https://github.com/hiroki0525/dandori/pull/40) [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add error handling to core cli - Updated dependencies \[[`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b)]: - @dandori/libs@0.0.12 ## @dandori/libs@0.0.12 ### Patch Changes - [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file ## @dandori/ui@0.0.12 ### Patch Changes - [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file - Updated dependencies \[[`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b), [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304)]: - @dandori/core@0.0.12 Co-authored-by: github-actions[bot] --- .changeset/flat-windows-learn.md | 8 -------- .changeset/wild-cups-stare.md | 6 ------ packages/cli/CHANGELOG.md | 13 +++++++++++++ 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 | 9 +++++++++ packages/ui/package.json | 2 +- 10 files changed, 43 insertions(+), 18 deletions(-) delete mode 100644 .changeset/flat-windows-learn.md delete mode 100644 .changeset/wild-cups-stare.md diff --git a/.changeset/flat-windows-learn.md b/.changeset/flat-windows-learn.md deleted file mode 100644 index a86cc2e..0000000 --- a/.changeset/flat-windows-learn.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@dandori/core": patch -"@dandori/libs": patch -"@dandori/cli": patch -"@dandori/ui": patch ---- - -refactor how to load .env file diff --git a/.changeset/wild-cups-stare.md b/.changeset/wild-cups-stare.md deleted file mode 100644 index b00e656..0000000 --- a/.changeset/wild-cups-stare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dandori/core": patch -"@dandori/cli": patch ---- - -add error handling to core cli diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3f4c095..77a48f7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @dandori/cli +## 0.0.12 + +### Patch Changes + +- [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file + +- [#40](https://github.com/hiroki0525/dandori/pull/40) [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add error handling to core cli + +- Updated dependencies [[`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b), [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304)]: + - @dandori/core@0.0.12 + - @dandori/libs@0.0.12 + - @dandori/ui@0.0.12 + ## 0.0.11 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c318eaf..c9d5db7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/cli", - "version": "0.0.11", + "version": "0.0.12", "private": false, "description": "", "repository": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ad6adbd..b5cbde8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # @dandori/core +## 0.0.12 + +### Patch Changes + +- [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file + +- [#40](https://github.com/hiroki0525/dandori/pull/40) [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304) Thanks [@hiroki0525](https://github.com/hiroki0525)! - add error handling to core cli + +- Updated dependencies [[`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b)]: + - @dandori/libs@0.0.12 + ## 0.0.11 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ea85c08..497cdd0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/core", - "version": "0.0.11", + "version": "0.0.12", "private": false, "description": "", "repository": { diff --git a/packages/libs/CHANGELOG.md b/packages/libs/CHANGELOG.md index 355c15b..4421827 100644 --- a/packages/libs/CHANGELOG.md +++ b/packages/libs/CHANGELOG.md @@ -1,5 +1,11 @@ # @dandori/libs +## 0.0.12 + +### Patch Changes + +- [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file + ## 0.0.11 ### Patch Changes diff --git a/packages/libs/package.json b/packages/libs/package.json index bb38e66..4a73404 100644 --- a/packages/libs/package.json +++ b/packages/libs/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/libs", - "version": "0.0.11", + "version": "0.0.12", "private": false, "description": "", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 8d22c94..69350f6 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @dandori/ui +## 0.0.12 + +### Patch Changes + +- [#34](https://github.com/hiroki0525/dandori/pull/34) [`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b) Thanks [@hiroki0525](https://github.com/hiroki0525)! - refactor how to load .env file + +- Updated dependencies [[`7405dab`](https://github.com/hiroki0525/dandori/commit/7405dab7379c425b19a51aedcab8f89a21e2757b), [`a3744db`](https://github.com/hiroki0525/dandori/commit/a3744dbac0b0bcc40a4e839b6eedec15c64e8304)]: + - @dandori/core@0.0.12 + ## 0.0.11 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index f2f230d..430791e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/ui", - "version": "0.0.11", + "version": "0.0.12", "private": false, "description": "", "repository": {