diff --git a/.changeset/fifty-gorillas-sin.md b/.changeset/fifty-gorillas-sin.md deleted file mode 100644 index 850122d7b9..0000000000 --- a/.changeset/fifty-gorillas-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/runtime': patch ---- - -fix: typo of specifier for app data loader diff --git a/.changeset/green-kangaroos-cry.md b/.changeset/green-kangaroos-cry.md deleted file mode 100644 index 0075f1e139..0000000000 --- a/.changeset/green-kangaroos-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/runtime': patch ---- - -fix: mark polyfill signal as es module diff --git a/.changeset/large-bobcats-count.md b/.changeset/large-bobcats-count.md deleted file mode 100644 index 6c4422096e..0000000000 --- a/.changeset/large-bobcats-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/bundles': patch ---- - -fix: bump @swc/core version diff --git a/.changeset/olive-bikes-carry.md b/.changeset/olive-bikes-carry.md deleted file mode 100644 index 80d87c52f1..0000000000 --- a/.changeset/olive-bikes-carry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@ice/runtime': patch -'@ice/app': patch ---- - -feat: support API useDocumentData diff --git a/.changeset/quick-turtles-pretend.md b/.changeset/quick-turtles-pretend.md deleted file mode 100644 index 8c6f9fb80a..0000000000 --- a/.changeset/quick-turtles-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/app': patch ---- - -fix: ignore static resource when render server entry diff --git a/.changeset/rich-pets-warn.md b/.changeset/rich-pets-warn.md deleted file mode 100644 index c302592ff8..0000000000 --- a/.changeset/rich-pets-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/rspack-config': patch ---- - -fix: compatible with win32 when enable --speedup diff --git a/.changeset/short-cameras-peel.md b/.changeset/short-cameras-peel.md deleted file mode 100644 index c858124d50..0000000000 --- a/.changeset/short-cameras-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/runtime': patch ---- - -hotfix: sourceMap generator perf diff --git a/.changeset/tame-days-wink.md b/.changeset/tame-days-wink.md deleted file mode 100644 index 5141c33def..0000000000 --- a/.changeset/tame-days-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/shared-config': patch ---- - -fix: transform import with special identifier diff --git a/.changeset/twenty-rules-attend.md b/.changeset/twenty-rules-attend.md deleted file mode 100644 index a9d656fc9d..0000000000 --- a/.changeset/twenty-rules-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ice/runtime': patch ---- - -fix: runtime should compatible with old browsers diff --git a/.changeset/violet-beds-wave.md b/.changeset/violet-beds-wave.md deleted file mode 100644 index 8c4f5b194b..0000000000 --- a/.changeset/violet-beds-wave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@ice/rspack-config': patch -'@ice/bundles': patch -'@ice/app': patch ---- - -chore: bump rspack version for more hook and plugin support diff --git a/packages/bundles/CHANGELOG.md b/packages/bundles/CHANGELOG.md index fcbebf07e1..d24e38546b 100644 --- a/packages/bundles/CHANGELOG.md +++ b/packages/bundles/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.15 + +### Patch Changes + +- 2875b544: fix: bump @swc/core version +- 1fa826b0: chore: bump rspack version for more hook and plugin support + ## 0.1.14 ### Patch Changes diff --git a/packages/bundles/package.json b/packages/bundles/package.json index ed8c36727b..44fead21d2 100644 --- a/packages/bundles/package.json +++ b/packages/bundles/package.json @@ -1,6 +1,6 @@ { "name": "@ice/bundles", - "version": "0.1.14", + "version": "0.1.15", "license": "MIT", "author": "ICE", "description": "Basic dependencies for ice.", diff --git a/packages/ice/CHANGELOG.md b/packages/ice/CHANGELOG.md index 8ace7c69b7..e314f86498 100644 --- a/packages/ice/CHANGELOG.md +++ b/packages/ice/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 3.3.1 + +### Patch Changes + +- 69e68633: feat: support API useDocumentData +- 41bc1440: fix: ignore static resource when render server entry +- 1fa826b0: chore: bump rspack version for more hook and plugin support +- Updated dependencies [47ba84d3] +- Updated dependencies [477d14cc] +- Updated dependencies [2875b544] +- Updated dependencies [69e68633] +- Updated dependencies [e3e1f27c] +- Updated dependencies [99c0dd26] +- Updated dependencies [101eadea] +- Updated dependencies [d4904e92] +- Updated dependencies [1fa826b0] + - @ice/runtime@1.2.8 + - @ice/bundles@0.1.15 + - @ice/rspack-config@1.0.2 + - @ice/shared-config@1.0.2 + - @ice/webpack-config@1.1.1 + ## 3.3.0 ### Minor Changes diff --git a/packages/ice/package.json b/packages/ice/package.json index cc00fab358..b876a13868 100644 --- a/packages/ice/package.json +++ b/packages/ice/package.json @@ -1,6 +1,6 @@ { "name": "@ice/app", - "version": "3.3.0", + "version": "3.3.1", "description": "provide scripts and configuration used by web framework ice", "type": "module", "main": "./esm/index.js", @@ -37,12 +37,12 @@ "bugs": "https://github.com/alibaba/ice/issues", "homepage": "https://v3.ice.work", "dependencies": { - "@ice/bundles": "0.1.14", + "@ice/bundles": "0.1.15", "@ice/route-manifest": "1.2.1", - "@ice/runtime": "^1.2.7", - "@ice/shared-config": "1.0.1", - "@ice/webpack-config": "1.1.0", - "@ice/rspack-config": "1.0.1", + "@ice/runtime": "^1.2.8", + "@ice/shared-config": "1.0.2", + "@ice/webpack-config": "1.1.1", + "@ice/rspack-config": "1.0.2", "@swc/helpers": "0.5.1", "@types/express": "^4.17.14", "address": "^1.1.2", diff --git a/packages/plugin-i18n/package.json b/packages/plugin-i18n/package.json index 315b3bbf2a..89e5927237 100644 --- a/packages/plugin-i18n/package.json +++ b/packages/plugin-i18n/package.json @@ -55,8 +55,8 @@ "webpack-dev-server": "^4.13.2" }, "peerDependencies": { - "@ice/app": "^3.3.0", - "@ice/runtime": "^1.2.7" + "@ice/app": "^3.3.1", + "@ice/runtime": "^1.2.8" }, "publishConfig": { "access": "public" diff --git a/packages/rspack-config/CHANGELOG.md b/packages/rspack-config/CHANGELOG.md index 899f5ebdf0..89916f6eb7 100644 --- a/packages/rspack-config/CHANGELOG.md +++ b/packages/rspack-config/CHANGELOG.md @@ -1,5 +1,17 @@ # @ice/rspack-config +## 1.0.2 + +### Patch Changes + +- e3e1f27c: fix: compatible with win32 when enable --speedup +- 1fa826b0: chore: bump rspack version for more hook and plugin support +- Updated dependencies [2875b544] +- Updated dependencies [101eadea] +- Updated dependencies [1fa826b0] + - @ice/bundles@0.1.15 + - @ice/shared-config@1.0.2 + ## 1.0.1 ### Patch Changes diff --git a/packages/rspack-config/package.json b/packages/rspack-config/package.json index 8189b23d94..58c95e5831 100644 --- a/packages/rspack-config/package.json +++ b/packages/rspack-config/package.json @@ -1,6 +1,6 @@ { "name": "@ice/rspack-config", - "version": "1.0.1", + "version": "1.0.2", "repository": "alibaba/ice", "bugs": "https://github.com/alibaba/ice/issues", "homepage": "https://v3.ice.work", @@ -15,8 +15,8 @@ "*.d.ts" ], "dependencies": { - "@ice/shared-config": "1.0.1", - "@ice/bundles": "0.1.14" + "@ice/shared-config": "1.0.2", + "@ice/bundles": "0.1.15" }, "devDependencies": { "@rspack/core": "^0.3.0" diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 5ee6fe4dcd..8523a8bbe1 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,15 @@ # @ice/runtime +## 1.2.8 + +### Patch Changes + +- 47ba84d3: fix: typo of specifier for app data loader +- 477d14cc: fix: mark polyfill signal as es module +- 69e68633: feat: support API useDocumentData +- 99c0dd26: hotfix: sourceMap generator perf +- d4904e92: fix: runtime should compatible with old browsers + ## 1.2.7 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 52c19c6ed4..4599468609 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@ice/runtime", - "version": "1.2.7", + "version": "1.2.8", "description": "Runtime module for ice.js", "type": "module", "types": "./esm/index.d.ts", diff --git a/packages/shared-config/CHANGELOG.md b/packages/shared-config/CHANGELOG.md index cb36722513..4fa811b3ee 100644 --- a/packages/shared-config/CHANGELOG.md +++ b/packages/shared-config/CHANGELOG.md @@ -1,5 +1,14 @@ # @ice/shared-config +## 1.0.2 + +### Patch Changes + +- 101eadea: fix: transform import with special identifier +- Updated dependencies [2875b544] +- Updated dependencies [1fa826b0] + - @ice/bundles@0.1.15 + ## 1.0.1 ### Patch Changes diff --git a/packages/shared-config/package.json b/packages/shared-config/package.json index e43a151e8d..27e058ba30 100644 --- a/packages/shared-config/package.json +++ b/packages/shared-config/package.json @@ -1,6 +1,6 @@ { "name": "@ice/shared-config", - "version": "1.0.1", + "version": "1.0.2", "repository": "alibaba/ice", "bugs": "https://github.com/alibaba/ice/issues", "homepage": "https://v3.ice.work", @@ -17,7 +17,7 @@ "*.d.ts" ], "dependencies": { - "@ice/bundles": "0.1.14", + "@ice/bundles": "0.1.15", "@rollup/pluginutils": "^4.2.0", "browserslist": "^4.19.3", "consola": "^2.15.3", diff --git a/packages/webpack-config/CHANGELOG.md b/packages/webpack-config/CHANGELOG.md index bac6cdaa02..2294a402b8 100644 --- a/packages/webpack-config/CHANGELOG.md +++ b/packages/webpack-config/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.1.1 + +### Patch Changes + +- Updated dependencies [2875b544] +- Updated dependencies [101eadea] +- Updated dependencies [1fa826b0] + - @ice/bundles@0.1.15 + - @ice/shared-config@1.0.2 + ## 1.1.0 ### Minor Changes diff --git a/packages/webpack-config/package.json b/packages/webpack-config/package.json index 9c2d54b0dc..93fe86e6d1 100644 --- a/packages/webpack-config/package.json +++ b/packages/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@ice/webpack-config", - "version": "1.1.0", + "version": "1.1.1", "repository": "alibaba/ice", "bugs": "https://github.com/alibaba/ice/issues", "homepage": "https://v3.ice.work", @@ -15,8 +15,8 @@ "*.d.ts" ], "dependencies": { - "@ice/shared-config": "1.0.1", - "@ice/bundles": "0.1.14", + "@ice/shared-config": "1.0.2", + "@ice/bundles": "0.1.15", "fast-glob": "^3.2.11", "process": "^0.11.10" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbfa42ea77..8b836fadee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1095,12 +1095,12 @@ importers: packages/ice: specifiers: - '@ice/bundles': 0.1.14 + '@ice/bundles': 0.1.15 '@ice/route-manifest': 1.2.1 - '@ice/rspack-config': 1.0.1 - '@ice/runtime': ^1.2.7 - '@ice/shared-config': 1.0.1 - '@ice/webpack-config': 1.1.0 + '@ice/rspack-config': 1.0.2 + '@ice/runtime': ^1.2.8 + '@ice/shared-config': 1.0.2 + '@ice/webpack-config': 1.1.1 '@rspack/core': 0.3.0 '@rspack/dev-server': 0.3.0 '@swc/helpers': 0.5.1 @@ -1570,8 +1570,8 @@ importers: packages/rspack-config: specifiers: - '@ice/bundles': 0.1.14 - '@ice/shared-config': 1.0.1 + '@ice/bundles': 0.1.15 + '@ice/shared-config': 1.0.2 '@rspack/core': ^0.3.0 dependencies: '@ice/bundles': link:../bundles @@ -1626,7 +1626,7 @@ importers: packages/shared-config: specifiers: - '@ice/bundles': 0.1.14 + '@ice/bundles': 0.1.15 '@rollup/pluginutils': ^4.2.0 browserslist: ^4.19.3 consola: ^2.15.3 @@ -1659,8 +1659,8 @@ importers: packages/webpack-config: specifiers: - '@ice/bundles': 0.1.14 - '@ice/shared-config': 1.0.1 + '@ice/bundles': 0.1.15 + '@ice/shared-config': 1.0.2 fast-glob: ^3.2.11 process: ^0.11.10 webpack: ^5.88.0