From 5e8c3f498362ba2877bb8adcb8c6a12eb2068989 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:00:29 +0800 Subject: [PATCH] Version Packages (#1813) Co-authored-by: github-actions[bot] --- .changeset/twenty-fireants-camp.md | 7 ------- .changeset/wicked-forks-hang.md | 5 ----- bench/CHANGELOG.md | 8 ++++++++ bench/package.json | 2 +- js-plugins/solid/package.json | 2 +- js-plugins/vue/package.json | 2 +- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 4 ++-- packages/runtime-plugin-hmr/CHANGELOG.md | 6 ++++++ packages/runtime-plugin-hmr/package.json | 2 +- pnpm-lock.yaml | 2 +- rust-plugins/react/CHANGELOG.md | 6 ++++++ rust-plugins/react/package.json | 2 +- 13 files changed, 37 insertions(+), 20 deletions(-) delete mode 100644 .changeset/twenty-fireants-camp.md delete mode 100644 .changeset/wicked-forks-hang.md diff --git a/.changeset/twenty-fireants-camp.md b/.changeset/twenty-fireants-camp.md deleted file mode 100644 index 789dd7ebe..000000000 --- a/.changeset/twenty-fireants-camp.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@farmfe/runtime-plugin-hmr": patch -"@farmfe/plugin-react": patch -"@farmfe/core": patch ---- - -fix #1755 and support useAbsolutePath for plugin-react diff --git a/.changeset/wicked-forks-hang.md b/.changeset/wicked-forks-hang.md deleted file mode 100644 index 40e30ed63..000000000 --- a/.changeset/wicked-forks-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farmfe/core": patch ---- - -Fix #1755 diff --git a/bench/CHANGELOG.md b/bench/CHANGELOG.md index b4218fc61..97720fb3f 100644 --- a/bench/CHANGELOG.md +++ b/bench/CHANGELOG.md @@ -1,5 +1,13 @@ # bench +## 1.0.15 + +### Patch Changes + +- Updated dependencies [3b6eb912] +- Updated dependencies [ed676f02] + - @farmfe/core@1.3.26 + ## 1.0.14 ### Patch Changes diff --git a/bench/package.json b/bench/package.json index 886539aec..9381144c1 100644 --- a/bench/package.json +++ b/bench/package.json @@ -1,6 +1,6 @@ { "name": "bench", - "version": "1.0.14", + "version": "1.0.15", "private": true, "description": "", "scripts": {}, diff --git a/js-plugins/solid/package.json b/js-plugins/solid/package.json index c649aba14..62da762ed 100644 --- a/js-plugins/solid/package.json +++ b/js-plugins/solid/package.json @@ -41,7 +41,7 @@ "solid-js": "^1.7.8" }, "peerDependencies": { - "@farmfe/core": "workspace:^1.3.25" + "@farmfe/core": "workspace:^1.3.26" }, "files": [ "build" diff --git a/js-plugins/vue/package.json b/js-plugins/vue/package.json index ad80036ca..f8cd92916 100644 --- a/js-plugins/vue/package.json +++ b/js-plugins/vue/package.json @@ -52,7 +52,7 @@ "source-map": "^0.7.4" }, "peerDependencies": { - "@farmfe/core": "workspace:^1.3.25", + "@farmfe/core": "workspace:^1.3.26", "less": "*", "sass": "*", "stylus": "*" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index bb0b025a3..9de3a4cff 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @farmfe/core +## 1.3.26 + +### Patch Changes + +- 3b6eb912: fix #1755 and support useAbsolutePath for plugin-react +- ed676f02: Fix #1755 +- Updated dependencies [3b6eb912] + - @farmfe/runtime-plugin-hmr@3.5.7 + ## 1.3.25 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index bf0e75afa..51c3a2c59 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/core", - "version": "1.3.25", + "version": "1.3.26", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", @@ -78,7 +78,7 @@ }, "dependencies": { "@farmfe/runtime": "workspace:0.12.5", - "@farmfe/runtime-plugin-hmr": "workspace:3.5.6", + "@farmfe/runtime-plugin-hmr": "workspace:3.5.7", "@farmfe/runtime-plugin-import-meta": "workspace:0.2.2", "@farmfe/utils": "workspace:*", "@koa/cors": "^5.0.0", diff --git a/packages/runtime-plugin-hmr/CHANGELOG.md b/packages/runtime-plugin-hmr/CHANGELOG.md index f8424c4c4..4a3cc6adf 100644 --- a/packages/runtime-plugin-hmr/CHANGELOG.md +++ b/packages/runtime-plugin-hmr/CHANGELOG.md @@ -1,5 +1,11 @@ # @farmfe/runtime-plugin-hmr +## 3.5.7 + +### Patch Changes + +- 3b6eb912: fix #1755 and support useAbsolutePath for plugin-react + ## 3.5.6 ### Patch Changes diff --git a/packages/runtime-plugin-hmr/package.json b/packages/runtime-plugin-hmr/package.json index c861c688a..23862d420 100644 --- a/packages/runtime-plugin-hmr/package.json +++ b/packages/runtime-plugin-hmr/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/runtime-plugin-hmr", - "version": "3.5.6", + "version": "3.5.7", "description": "Runtime hmr plugin of Farm", "author": { "name": "bright wu", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c5962f00..b3b83f7e5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2330,7 +2330,7 @@ importers: specifier: workspace:0.12.5 version: link:../runtime '@farmfe/runtime-plugin-hmr': - specifier: workspace:3.5.6 + specifier: workspace:3.5.7 version: link:../runtime-plugin-hmr '@farmfe/runtime-plugin-import-meta': specifier: workspace:0.2.2 diff --git a/rust-plugins/react/CHANGELOG.md b/rust-plugins/react/CHANGELOG.md index 2b225be5d..c999ec2d0 100644 --- a/rust-plugins/react/CHANGELOG.md +++ b/rust-plugins/react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.3 + +### Patch Changes + +- 3b6eb912: fix #1755 and support useAbsolutePath for plugin-react + ## 1.2.2 ### Patch Changes diff --git a/rust-plugins/react/package.json b/rust-plugins/react/package.json index 3c7e60139..70d8da18d 100644 --- a/rust-plugins/react/package.json +++ b/rust-plugins/react/package.json @@ -1,6 +1,6 @@ { "name": "@farmfe/plugin-react", - "version": "1.2.2", + "version": "1.2.3", "main": "index.js", "types": "index.d.ts", "type": "module",