diff --git a/.changeset/early-tomatoes-beg.md b/.changeset/early-tomatoes-beg.md deleted file mode 100644 index 87c83716f..000000000 --- a/.changeset/early-tomatoes-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/plugin-jsx-plus': patch ---- - -fix: allow decorators-legacy syntax in js file diff --git a/.changeset/sweet-fishes-draw.md b/.changeset/sweet-fishes-draw.md deleted file mode 100644 index 3ed248e98..000000000 --- a/.changeset/sweet-fishes-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/plugin-intl': minor ---- - -feat: support the simple mode of intl solution diff --git a/.changeset/unlucky-boats-type.md b/.changeset/unlucky-boats-type.md deleted file mode 100644 index 2d413f9a8..000000000 --- a/.changeset/unlucky-boats-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/runtime': patch ---- - -fix: throw error for better debugging diff --git a/packages/plugin-i18n/package.json b/packages/plugin-i18n/package.json index 48343b3ff..5a7fe60ef 100644 --- a/packages/plugin-i18n/package.json +++ b/packages/plugin-i18n/package.json @@ -57,7 +57,7 @@ }, "peerDependencies": { "@ice/app": "^3.4.10", - "@ice/runtime": "^1.4.10" + "@ice/runtime": "^1.4.11" }, "publishConfig": { "access": "public" diff --git a/packages/plugin-intl/CHANGELOG.md b/packages/plugin-intl/CHANGELOG.md index 361c15fe9..00334f00c 100644 --- a/packages/plugin-intl/CHANGELOG.md +++ b/packages/plugin-intl/CHANGELOG.md @@ -1,5 +1,11 @@ # @ice/plugin-intl +## 1.1.0 + +### Minor Changes + +- 2626dcdc: feat: support the simple mode of intl solution + ## 1.0.2 fix: compat with the navigator language return with underslash. diff --git a/packages/plugin-intl/package.json b/packages/plugin-intl/package.json index a7b2609f5..44d8bd2e0 100644 --- a/packages/plugin-intl/package.json +++ b/packages/plugin-intl/package.json @@ -1,6 +1,6 @@ { "name": "@ice/plugin-intl", - "version": "1.0.2", + "version": "1.1.0", "description": "react intl plugin for ice.js 3.", "files": [ "esm", @@ -29,7 +29,7 @@ }, "devDependencies": { "@ice/app": "^3.4.9", - "@ice/runtime": "^1.4.8", + "@ice/runtime": "^1.4.11", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0" }, diff --git a/packages/plugin-jsx-plus/CHANGELOG.md b/packages/plugin-jsx-plus/CHANGELOG.md index cf26f3cdd..d4c76963e 100644 --- a/packages/plugin-jsx-plus/CHANGELOG.md +++ b/packages/plugin-jsx-plus/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.4 + +### Patch Changes + +- aaea501d: fix: allow decorators-legacy syntax in js file + ## 1.0.3 ### Patch Changes diff --git a/packages/plugin-jsx-plus/package.json b/packages/plugin-jsx-plus/package.json index 4a72f7da3..121e984b2 100644 --- a/packages/plugin-jsx-plus/package.json +++ b/packages/plugin-jsx-plus/package.json @@ -1,6 +1,6 @@ { "name": "@ice/plugin-jsx-plus", - "version": "1.0.3", + "version": "1.0.4", "description": "JSX Plus support for ice.js", "license": "MIT", "type": "module", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index a08ab23c2..1d1d78c4e 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @ice/runtime +## 1.4.11 + +### Patch Changes + +- 7992d405: fix: throw error for better debugging + ## 1.4.10 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 75486586c..1cca24b6e 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@ice/runtime", - "version": "1.4.10", + "version": "1.4.11", "description": "Runtime module for ice.js", "type": "module", "types": "./esm/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b179afcb..ecb897b2f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2062,7 +2062,7 @@ importers: specifier: ^3.4.9 version: link:../ice '@ice/runtime': - specifier: ^1.4.8 + specifier: ^1.4.11 version: link:../runtime '@types/react': specifier: ^18.0.0