From 8d92937f59596944d535f38d4f40e0ec47901b65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 22:47:30 +0800 Subject: [PATCH] CI: Version Packages (#4) 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 ## @icodesign/dolphin@0.6.0 ### Minor Changes - d890e13: Add local openai translator Co-authored-by: github-actions[bot] --- .changeset/grumpy-months-relax.md | 5 ----- apps/cli/CHANGELOG.md | 6 ++++++ apps/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/grumpy-months-relax.md diff --git a/.changeset/grumpy-months-relax.md b/.changeset/grumpy-months-relax.md deleted file mode 100644 index 07f5906..0000000 --- a/.changeset/grumpy-months-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@icodesign/dolphin': minor ---- - -Add local openai translator diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 11761f8..1d6fcb0 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @icodesign/dolphin +## 0.6.0 + +### Minor Changes + +- d890e13: Add local openai translator + ## 0.5.0 ### Minor Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 1cf9cb3..94dad15 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@icodesign/dolphin", - "version": "0.5.0", + "version": "0.6.0", "main": "./dist/index.cjs", "bin": "./bin/cli.cjs", "type": "module",