diff --git a/.changeset/witty-files-count.md b/.changeset/witty-files-count.md deleted file mode 100644 index 9ec9bf9..0000000 --- a/.changeset/witty-files-count.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@openassistantgpt/assistant': patch -'@openassistantgpt/react': patch -'@openassistantgpt/ui': patch ---- - -finish last doc update, fix latest bug there is no new feature in this release diff --git a/packages/assistant/CHANGELOG.md b/packages/assistant/CHANGELOG.md index a3d2793..fc67d62 100644 --- a/packages/assistant/CHANGELOG.md +++ b/packages/assistant/CHANGELOG.md @@ -1,5 +1,11 @@ # @assistant +## 0.0.3 + +### Patch Changes + +- 2a9002e: finish last doc update, fix latest bug there is no new feature in this release + ## 0.0.2 ### Patch Changes diff --git a/packages/assistant/package.json b/packages/assistant/package.json index 3ab9cd6..b3e551f 100644 --- a/packages/assistant/package.json +++ b/packages/assistant/package.json @@ -1,6 +1,6 @@ { "name": "@openassistantgpt/assistant", - "version": "0.0.2", + "version": "0.0.3", "license": "Apache-2.0", "sideEffects": false, "main": "./dist/index.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a3d2793..fc67d62 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @assistant +## 0.0.3 + +### Patch Changes + +- 2a9002e: finish last doc update, fix latest bug there is no new feature in this release + ## 0.0.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 5bae9a7..b875030 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@openassistantgpt/react", - "version": "0.0.2", + "version": "0.0.3", "license": "Apache-2.0", "sideEffects": false, "main": "./dist/index.js", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 4d38e20..b8b2fbc 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @openassistantgpt/ui +## 0.0.3 + +### Patch Changes + +- 2a9002e: finish last doc update, fix latest bug there is no new feature in this release +- Updated dependencies [2a9002e] + - @openassistantgpt/react@0.0.3 + ## 0.0.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index dc88022..ddc6df5 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@openassistantgpt/ui", - "version": "0.0.2", + "version": "0.0.3", "license": "Apache-2.0", "sideEffects": false, "main": "./dist/index.js",