From 1830126a8c45101d52b74201270d89c6bbc21624 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 19:52:12 +0800 Subject: [PATCH] chore: Release 2025-05-26 11:26:45 (#917) 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 release/rspeedy-0-9-7, this PR will be updated. # Releases ## @lynx-js/chunk-loading-webpack-plugin@0.3.0 ### Minor Changes - **BREAKING CHANGE**: Requires `@rspack/core` v1.3.10. ([#922](https://github.com/lynx-family/lynx-stack/pull/922)) ## @lynx-js/rspeedy@0.9.7 ### Patch Changes - The default value of `output.inlineScripts` should be `true`. ([#915](https://github.com/lynx-family/lynx-stack/pull/915)) - Updated dependencies \[[`c210b79`](https://github.com/lynx-family/lynx-stack/commit/c210b79319cf014c89c2215f5e0940163eccfa1e)]: - @lynx-js/chunk-loading-webpack-plugin@0.3.0 ## @lynx-js/react-rsbuild-plugin@0.10.1 ### Patch Changes - The default value of `output.inlineScripts` should be `true` on `@lynx-js/rspeedy` <= v0.9.6. ([#923](https://github.com/lynx-family/lynx-stack/pull/923)) - Updated dependencies \[]: - @lynx-js/react-alias-rsbuild-plugin@0.10.1 ## create-rspeedy@0.9.7 ## @lynx-js/react-alias-rsbuild-plugin@0.10.1 ## upgrade-rspeedy@0.9.7 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/cold-jars-doubt.md | 5 ----- .changeset/icy-paths-battle.md | 5 ----- .changeset/solid-birds-vanish.md | 5 ----- packages/rspeedy/core/CHANGELOG.md | 9 +++++++++ packages/rspeedy/core/package.json | 2 +- packages/rspeedy/create-rspeedy/CHANGELOG.md | 2 ++ packages/rspeedy/create-rspeedy/package.json | 2 +- packages/rspeedy/plugin-react-alias/CHANGELOG.md | 2 ++ packages/rspeedy/plugin-react-alias/package.json | 2 +- packages/rspeedy/plugin-react/CHANGELOG.md | 9 +++++++++ packages/rspeedy/plugin-react/package.json | 2 +- packages/rspeedy/upgrade-rspeedy/CHANGELOG.md | 2 ++ packages/rspeedy/upgrade-rspeedy/package.json | 2 +- .../webpack/chunk-loading-webpack-plugin/CHANGELOG.md | 6 ++++++ .../webpack/chunk-loading-webpack-plugin/package.json | 2 +- 15 files changed, 36 insertions(+), 21 deletions(-) delete mode 100644 .changeset/cold-jars-doubt.md delete mode 100644 .changeset/icy-paths-battle.md delete mode 100644 .changeset/solid-birds-vanish.md diff --git a/.changeset/cold-jars-doubt.md b/.changeset/cold-jars-doubt.md deleted file mode 100644 index c10500b87e..0000000000 --- a/.changeset/cold-jars-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lynx-js/react-rsbuild-plugin": patch ---- - -The default value of `output.inlineScripts` should be `true` on `@lynx-js/rspeedy` <= v0.9.6. diff --git a/.changeset/icy-paths-battle.md b/.changeset/icy-paths-battle.md deleted file mode 100644 index e3045c39f1..0000000000 --- a/.changeset/icy-paths-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lynx-js/chunk-loading-webpack-plugin": minor ---- - -**BREAKING CHANGE**: Requires `@rspack/core` v1.3.10. diff --git a/.changeset/solid-birds-vanish.md b/.changeset/solid-birds-vanish.md deleted file mode 100644 index d22438bcd3..0000000000 --- a/.changeset/solid-birds-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lynx-js/rspeedy": patch ---- - -The default value of `output.inlineScripts` should be `true`. diff --git a/packages/rspeedy/core/CHANGELOG.md b/packages/rspeedy/core/CHANGELOG.md index a89802b681..73b98d2ada 100644 --- a/packages/rspeedy/core/CHANGELOG.md +++ b/packages/rspeedy/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @lynx-js/rspeedy +## 0.9.7 + +### Patch Changes + +- The default value of `output.inlineScripts` should be `true`. ([#915](https://github.com/lynx-family/lynx-stack/pull/915)) + +- Updated dependencies [[`c210b79`](https://github.com/lynx-family/lynx-stack/commit/c210b79319cf014c89c2215f5e0940163eccfa1e)]: + - @lynx-js/chunk-loading-webpack-plugin@0.3.0 + ## 0.9.6 ### Patch Changes diff --git a/packages/rspeedy/core/package.json b/packages/rspeedy/core/package.json index 56c87bebf8..05955bfe89 100644 --- a/packages/rspeedy/core/package.json +++ b/packages/rspeedy/core/package.json @@ -1,6 +1,6 @@ { "name": "@lynx-js/rspeedy", - "version": "0.9.6", + "version": "0.9.7", "description": "A webpack/rspack-based frontend toolchain for Lynx", "keywords": [ "webpack", diff --git a/packages/rspeedy/create-rspeedy/CHANGELOG.md b/packages/rspeedy/create-rspeedy/CHANGELOG.md index 48acad5eb5..28e5697cb5 100644 --- a/packages/rspeedy/create-rspeedy/CHANGELOG.md +++ b/packages/rspeedy/create-rspeedy/CHANGELOG.md @@ -1,5 +1,7 @@ # create-rspeedy +## 0.9.7 + ## 0.9.6 ## 0.9.5 diff --git a/packages/rspeedy/create-rspeedy/package.json b/packages/rspeedy/create-rspeedy/package.json index 85ad4e5678..0babf59d92 100644 --- a/packages/rspeedy/create-rspeedy/package.json +++ b/packages/rspeedy/create-rspeedy/package.json @@ -1,6 +1,6 @@ { "name": "create-rspeedy", - "version": "0.9.6", + "version": "0.9.7", "description": "Create Rspeedy-powered ReactLynx apps with one command", "keywords": [ "webpack", diff --git a/packages/rspeedy/plugin-react-alias/CHANGELOG.md b/packages/rspeedy/plugin-react-alias/CHANGELOG.md index a7026b83e1..dd81ce3e92 100644 --- a/packages/rspeedy/plugin-react-alias/CHANGELOG.md +++ b/packages/rspeedy/plugin-react-alias/CHANGELOG.md @@ -1,5 +1,7 @@ # @lynx-js/react-alias-rsbuild-plugin +## 0.10.1 + ## 0.10.0 ## 0.9.10 diff --git a/packages/rspeedy/plugin-react-alias/package.json b/packages/rspeedy/plugin-react-alias/package.json index b363086f86..187cf7cce7 100644 --- a/packages/rspeedy/plugin-react-alias/package.json +++ b/packages/rspeedy/plugin-react-alias/package.json @@ -1,6 +1,6 @@ { "name": "@lynx-js/react-alias-rsbuild-plugin", - "version": "0.10.0", + "version": "0.10.1", "description": "A rsbuild plugin for making alias in ReactLynx", "keywords": [ "rsbuild", diff --git a/packages/rspeedy/plugin-react/CHANGELOG.md b/packages/rspeedy/plugin-react/CHANGELOG.md index 97f4860330..9021ccde08 100644 --- a/packages/rspeedy/plugin-react/CHANGELOG.md +++ b/packages/rspeedy/plugin-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @lynx-js/react-rsbuild-plugin +## 0.10.1 + +### Patch Changes + +- The default value of `output.inlineScripts` should be `true` on `@lynx-js/rspeedy` <= v0.9.6. ([#923](https://github.com/lynx-family/lynx-stack/pull/923)) + +- Updated dependencies []: + - @lynx-js/react-alias-rsbuild-plugin@0.10.1 + ## 0.10.0 ### Minor Changes diff --git a/packages/rspeedy/plugin-react/package.json b/packages/rspeedy/plugin-react/package.json index 66365be005..60586e80b1 100644 --- a/packages/rspeedy/plugin-react/package.json +++ b/packages/rspeedy/plugin-react/package.json @@ -1,6 +1,6 @@ { "name": "@lynx-js/react-rsbuild-plugin", - "version": "0.10.0", + "version": "0.10.1", "description": "A rsbuild plugin for ReactLynx", "keywords": [ "rsbuild", diff --git a/packages/rspeedy/upgrade-rspeedy/CHANGELOG.md b/packages/rspeedy/upgrade-rspeedy/CHANGELOG.md index cb669bd64b..980d0b5470 100644 --- a/packages/rspeedy/upgrade-rspeedy/CHANGELOG.md +++ b/packages/rspeedy/upgrade-rspeedy/CHANGELOG.md @@ -1,5 +1,7 @@ # upgrade-rspeedy +## 0.9.7 + ## 0.9.6 ## 0.9.5 diff --git a/packages/rspeedy/upgrade-rspeedy/package.json b/packages/rspeedy/upgrade-rspeedy/package.json index 7a76c61948..aa04bbbcb1 100644 --- a/packages/rspeedy/upgrade-rspeedy/package.json +++ b/packages/rspeedy/upgrade-rspeedy/package.json @@ -1,6 +1,6 @@ { "name": "upgrade-rspeedy", - "version": "0.9.6", + "version": "0.9.7", "description": "Upgrade Rspeedy-related packages", "keywords": [ "webpack", diff --git a/packages/webpack/chunk-loading-webpack-plugin/CHANGELOG.md b/packages/webpack/chunk-loading-webpack-plugin/CHANGELOG.md index 1e01a54e52..44177a0e6e 100644 --- a/packages/webpack/chunk-loading-webpack-plugin/CHANGELOG.md +++ b/packages/webpack/chunk-loading-webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @lynx-js/chunk-loading-webpack-plugin +## 0.3.0 + +### Minor Changes + +- **BREAKING CHANGE**: Requires `@rspack/core` v1.3.10. ([#922](https://github.com/lynx-family/lynx-stack/pull/922)) + ## 0.2.1 ### Patch Changes diff --git a/packages/webpack/chunk-loading-webpack-plugin/package.json b/packages/webpack/chunk-loading-webpack-plugin/package.json index bd65215569..62d79dcc6f 100644 --- a/packages/webpack/chunk-loading-webpack-plugin/package.json +++ b/packages/webpack/chunk-loading-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@lynx-js/chunk-loading-webpack-plugin", - "version": "0.2.1", + "version": "0.3.0", "private": false, "description": "A webpack plugin to generate chunk loading runtime for Lynx.", "keywords": [