diff --git a/.changeset/many-cooks-pull.md b/.changeset/many-cooks-pull.md deleted file mode 100644 index 6759a3aa04..0000000000 --- a/.changeset/many-cooks-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/mitosis': patch ---- - -adds support to Builder parser and generator for inline localized content diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e6e61fbc76..32e462a502 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @builder.io/mitosis-cli +## 0.5.29 + +### Patch Changes + +- Updated dependencies [1d74164] + - @builder.io/mitosis@0.5.29 + ## 0.5.28 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4fb7d5e4fe..869003a8f4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/mitosis-cli", - "version": "0.5.28", + "version": "0.5.29", "description": "mitosis CLI", "types": "build/types/types.d.ts", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a78b0c4f41..a1ab752c60 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.29 + +### Patch Changes + +- 1d74164: adds support to Builder parser and generator for inline localized content + ## 0.5.28 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index fc50e00064..719f6af13a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -22,7 +22,7 @@ "name": "Builder.io", "url": "https://www.builder.io" }, - "version": "0.5.28", + "version": "0.5.29", "homepage": "https://github.com/BuilderIO/mitosis", "main": "./dist/src/index.js", "exports": {