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" },