From 7fac65404b7c0e63044a5f5c8977c77c471743b5 Mon Sep 17 00:00:00 2001 From: Hiroki Miyaji <40714517+hiroki0525@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:46:02 +0900 Subject: [PATCH] Version Packages (#6) 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.2 ### Patch Changes - [#5](https://github.com/hiroki0525/dandori/pull/5) [`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test - Updated dependencies \[[`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52)]: - @dandori/core@0.0.2 - @dandori/ui@0.0.2 ## @dandori/core@0.0.2 ### Patch Changes - [#5](https://github.com/hiroki0525/dandori/pull/5) [`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test ## @dandori/ui@0.0.2 ### Patch Changes - [#5](https://github.com/hiroki0525/dandori/pull/5) [`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test - Updated dependencies \[[`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52)]: - @dandori/core@0.0.2 Co-authored-by: github-actions[bot] --- .changeset/red-buttons-float.md | 7 ------- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 5 ++--- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 5 ++--- packages/ui/CHANGELOG.md | 10 ++++++++++ packages/ui/package.json | 5 ++--- 7 files changed, 34 insertions(+), 16 deletions(-) delete mode 100644 .changeset/red-buttons-float.md create mode 100644 packages/cli/CHANGELOG.md create mode 100644 packages/core/CHANGELOG.md create mode 100644 packages/ui/CHANGELOG.md diff --git a/.changeset/red-buttons-float.md b/.changeset/red-buttons-float.md deleted file mode 100644 index 426cd69..0000000 --- a/.changeset/red-buttons-float.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@dandori/core": patch -"@dandori/cli": patch -"@dandori/ui": patch ---- - -Publish Test diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000..144d405 --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,11 @@ +# @dandori/cli + +## 0.0.2 + +### Patch Changes + +- [#5](https://github.com/hiroki0525/dandori/pull/5) [`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test + +- Updated dependencies [[`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52)]: + - @dandori/core@0.0.2 + - @dandori/ui@0.0.2 diff --git a/packages/cli/package.json b/packages/cli/package.json index 6e086b3..49e93f7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/cli", - "version": "0.0.1", + "version": "0.0.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,8 +15,7 @@ "keywords": [], "author": "Hiroki Miyaji", "license": "MIT", - "devDependencies": { - }, + "devDependencies": {}, "dependencies": { "commander": "^11.0.0", "chalk": "^5.3.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..211c769 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,7 @@ +# @dandori/core + +## 0.0.2 + +### Patch Changes + +- [#5](https://github.com/hiroki0525/dandori/pull/5) [`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test diff --git a/packages/core/package.json b/packages/core/package.json index 50fb3f5..6d97da9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/core", - "version": "0.0.1", + "version": "0.0.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -12,8 +12,7 @@ "keywords": [], "author": "Hiroki Miyaji", "license": "MIT", - "devDependencies": { - }, + "devDependencies": {}, "dependencies": { "dotenv": "^16.3.1", "openai": "^4.4.0" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md new file mode 100644 index 0000000..0946ffe --- /dev/null +++ b/packages/ui/CHANGELOG.md @@ -0,0 +1,10 @@ +# @dandori/ui + +## 0.0.2 + +### Patch Changes + +- [#5](https://github.com/hiroki0525/dandori/pull/5) [`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52) Thanks [@hiroki0525](https://github.com/hiroki0525)! - Publish Test + +- Updated dependencies [[`f8c0111`](https://github.com/hiroki0525/dandori/commit/f8c01110db1fd95d3bfcc9f4c17c52d27a588c52)]: + - @dandori/core@0.0.2 diff --git a/packages/ui/package.json b/packages/ui/package.json index 869d940..d8a80e8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dandori/ui", - "version": "0.0.1", + "version": "0.0.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -12,8 +12,7 @@ "keywords": [], "author": "Hiroki Miyaji", "license": "MIT", - "devDependencies": { - }, + "devDependencies": {}, "dependencies": { "@mirohq/miro-api": "^2.0.2" },