From 44d2e0be7e116b5f1eadb86de8ba88d994713c45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:37:49 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 46 +++++++++---------- crates/bench/CHANGELOG.md | 6 +++ crates/bench/Cargo.toml | 6 +-- crates/compiler/CHANGELOG.md | 12 +++++ crates/compiler/Cargo.toml | 38 +++++++-------- crates/core/CHANGELOG.md | 7 +++ crates/core/Cargo.toml | 2 +- crates/plugin_bundle/CHANGELOG.md | 7 +++ crates/plugin_bundle/Cargo.toml | 8 ++-- crates/plugin_css/CHANGELOG.md | 6 +++ crates/plugin_css/Cargo.toml | 8 ++-- crates/plugin_define/CHANGELOG.md | 6 +++ crates/plugin_define/Cargo.toml | 8 ++-- crates/plugin_html/CHANGELOG.md | 7 +++ crates/plugin_html/Cargo.toml | 8 ++-- crates/plugin_json/CHANGELOG.md | 6 +++ crates/plugin_json/Cargo.toml | 8 ++-- crates/plugin_lazy_compilation/CHANGELOG.md | 6 +++ crates/plugin_lazy_compilation/Cargo.toml | 8 ++-- crates/plugin_minify/CHANGELOG.md | 6 +++ crates/plugin_minify/Cargo.toml | 8 ++-- crates/plugin_partial_bundling/CHANGELOG.md | 6 +++ crates/plugin_partial_bundling/Cargo.toml | 8 ++-- crates/plugin_polyfill/CHANGELOG.md | 6 +++ crates/plugin_polyfill/Cargo.toml | 8 ++-- crates/plugin_progress/CHANGELOG.md | 6 +++ crates/plugin_progress/Cargo.toml | 6 +-- crates/plugin_resolve/CHANGELOG.md | 6 +++ crates/plugin_resolve/Cargo.toml | 8 ++-- crates/plugin_runtime/CHANGELOG.md | 7 +++ crates/plugin_runtime/Cargo.toml | 8 ++-- crates/plugin_script/CHANGELOG.md | 6 +++ crates/plugin_script/Cargo.toml | 10 ++-- crates/plugin_static_assets/CHANGELOG.md | 6 +++ crates/plugin_static_assets/Cargo.toml | 8 ++-- crates/plugin_tree_shake/CHANGELOG.md | 11 +++++ crates/plugin_tree_shake/Cargo.toml | 8 ++-- .../swc_transformer_import_glob/CHANGELOG.md | 6 +++ crates/swc_transformer_import_glob/Cargo.toml | 8 ++-- crates/testing_helpers/CHANGELOG.md | 6 +++ crates/testing_helpers/Cargo.toml | 4 +- crates/toolkit/CHANGELOG.md | 6 +++ crates/toolkit/Cargo.toml | 8 ++-- crates/toolkit_plugin_types/CHANGELOG.md | 6 +++ crates/toolkit_plugin_types/Cargo.toml | 4 +- packages/create-farm/CHANGELOG.md | 8 +++- packages/create-farm/Cargo.toml | 2 +- 47 files changed, 273 insertions(+), 120 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afc90dedc..e4cd57165 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,7 +1009,7 @@ dependencies = [ [[package]] name = "create_farm_node" -version = "0.1.3" +version = "0.1.4" dependencies = [ "create-farm", "napi", @@ -1587,7 +1587,7 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "farmfe_bench" -version = "0.0.2" +version = "0.0.3" dependencies = [ "criterion2", "farmfe_compiler", @@ -1596,7 +1596,7 @@ dependencies = [ [[package]] name = "farmfe_compiler" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_plugin_bundle", @@ -1623,7 +1623,7 @@ dependencies = [ [[package]] name = "farmfe_core" -version = "0.7.0" +version = "0.8.0" dependencies = [ "blake2", "bytecheck 0.7.0", @@ -1695,7 +1695,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_bundle" -version = "0.0.6" +version = "0.0.7" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1705,7 +1705,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_css" -version = "0.0.14" +version = "0.0.15" dependencies = [ "farmfe_core", "farmfe_macro_cache_item", @@ -1717,7 +1717,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_define" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1727,7 +1727,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_html" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1737,7 +1737,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_json" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_lazy_compilation" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1756,7 +1756,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_minify" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1765,7 +1765,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_partial_bundling" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1774,7 +1774,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_polyfill" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1783,7 +1783,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_progress" -version = "0.0.12" +version = "0.0.13" dependencies = [ "console", "farmfe_core", @@ -1806,7 +1806,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_resolve" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1817,7 +1817,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_runtime" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1843,7 +1843,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_script" -version = "0.0.11" +version = "0.0.12" dependencies = [ "farmfe_core", "farmfe_swc_transformer_import_glob", @@ -1859,7 +1859,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_static_assets" -version = "0.0.12" +version = "0.0.13" dependencies = [ "base64 0.21.7", "farmfe_core", @@ -1872,7 +1872,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_tree_shake" -version = "0.0.11" +version = "0.0.12" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1882,7 +1882,7 @@ dependencies = [ [[package]] name = "farmfe_swc_transformer_import_glob" -version = "0.0.12" +version = "0.0.13" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1905,14 +1905,14 @@ dependencies = [ [[package]] name = "farmfe_testing_helpers" -version = "0.0.14" +version = "0.0.15" dependencies = [ "farmfe_core", ] [[package]] name = "farmfe_toolkit" -version = "0.0.14" +version = "0.0.15" dependencies = [ "anyhow", "farmfe_core", @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "farmfe_toolkit_plugin_types" -version = "0.0.21" +version = "0.0.22" dependencies = [ "farmfe_core", "lazy_static", diff --git a/crates/bench/CHANGELOG.md b/crates/bench/CHANGELOG.md index 703d4a33d..50922d2b0 100644 --- a/crates/bench/CHANGELOG.md +++ b/crates/bench/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/farm-fe/farm/compare/farmfe_bench-v0.0.2...farmfe_bench-v0.0.3) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_compiler, farmfe_core + ## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_bench-v0.0.1...farmfe_bench-v0.0.2) - 2024-10-31 ### Other diff --git a/crates/bench/Cargo.toml b/crates/bench/Cargo.toml index 02a477212..b105afadc 100644 --- a/crates/bench/Cargo.toml +++ b/crates/bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_bench" -version = "0.0.2" +version = "0.0.3" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -11,8 +11,8 @@ documentation = "https://docs.rs/farmfe_bench" [dependencies] criterion2 = { version = "0.11.0", default-features = false } -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_compiler = { path = "../compiler", version = "0.0.12" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_compiler = { path = "../compiler", version = "0.0.13" } [[bench]] name = "compiler_bench" diff --git a/crates/compiler/CHANGELOG.md b/crates/compiler/CHANGELOG.md index 472103778..879c25547 100644 --- a/crates/compiler/CHANGELOG.md +++ b/crates/compiler/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_compiler-v0.0.12...farmfe_compiler-v0.0.13) - 2024-11-25 + +### Added + +- support tree shake import namespace ([#1942](https://github.com/farm-fe/farm/pull/1942)) + +### Fixed + +- bundle export cjs entry file ([#1964](https://github.com/farm-fe/farm/pull/1964)) +- external alias [#1957](https://github.com/farm-fe/farm/pull/1957) ([#1959](https://github.com/farm-fe/farm/pull/1959)) +- bundle global variable preserve ([#1940](https://github.com/farm-fe/farm/pull/1940)) + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_compiler-v0.0.11...farmfe_compiler-v0.0.12) - 2024-10-31 ### Added diff --git a/crates/compiler/Cargo.toml b/crates/compiler/Cargo.toml index e4f7259a1..05917c0a7 100644 --- a/crates/compiler/Cargo.toml +++ b/crates/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_compiler" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,25 +10,25 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_compiler" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_plugin_partial_bundling = { path = "../plugin_partial_bundling", version = "0.0.12" } -farmfe_plugin_resolve = { path = "../plugin_resolve", version = "0.0.12" } -farmfe_plugin_script = { path = "../plugin_script", version = "0.0.11" } -farmfe_plugin_runtime = { path = "../plugin_runtime", version = "0.0.12" } -farmfe_plugin_html = { path = "../plugin_html", version = "0.0.12" } -farmfe_plugin_tree_shake = { path = "../plugin_tree_shake", version = "0.0.11" } -farmfe_plugin_css = { path = "../plugin_css", version = "0.0.14" } -farmfe_plugin_lazy_compilation = { path = "../plugin_lazy_compilation", version = "0.0.12" } -farmfe_plugin_static_assets = { path = "../plugin_static_assets", version = "0.0.12" } -farmfe_plugin_minify = { path = "../plugin_minify", version = "0.0.12" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_plugin_partial_bundling = { path = "../plugin_partial_bundling", version = "0.0.13" } +farmfe_plugin_resolve = { path = "../plugin_resolve", version = "0.0.13" } +farmfe_plugin_script = { path = "../plugin_script", version = "0.0.12" } +farmfe_plugin_runtime = { path = "../plugin_runtime", version = "0.0.13" } +farmfe_plugin_html = { path = "../plugin_html", version = "0.0.13" } +farmfe_plugin_tree_shake = { path = "../plugin_tree_shake", version = "0.0.12" } +farmfe_plugin_css = { path = "../plugin_css", version = "0.0.15" } +farmfe_plugin_lazy_compilation = { path = "../plugin_lazy_compilation", version = "0.0.13" } +farmfe_plugin_static_assets = { path = "../plugin_static_assets", version = "0.0.13" } +farmfe_plugin_minify = { path = "../plugin_minify", version = "0.0.13" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } -farmfe_plugin_json = { path = "../plugin_json", version = "0.0.12" } -farmfe_plugin_polyfill = { path = "../plugin_polyfill", version = "0.0.12" } -farmfe_plugin_progress = { path = "../plugin_progress", version = "0.0.12" } -farmfe_plugin_define = { path = "../plugin_define", version = "0.0.12" } -farmfe_plugin_bundle = { path = "../plugin_bundle", version = "0.0.6" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } +farmfe_plugin_json = { path = "../plugin_json", version = "0.0.13" } +farmfe_plugin_polyfill = { path = "../plugin_polyfill", version = "0.0.13" } +farmfe_plugin_progress = { path = "../plugin_progress", version = "0.0.13" } +farmfe_plugin_define = { path = "../plugin_define", version = "0.0.13" } +farmfe_plugin_bundle = { path = "../plugin_bundle", version = "0.0.7" } num_cpus = "1.16.0" farmfe_testing = { path = "../macro_testing", version = "0.0.2" } diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index 5491133c6..0d391e8b2 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0](https://github.com/farm-fe/farm/compare/farmfe_core-v0.7.0...farmfe_core-v0.8.0) - 2024-11-25 + +### Fixed + +- freebsd build & cargo publish ([#1938](https://github.com/farm-fe/farm/pull/1938)) +- *(runtime)* async cache ([#1902](https://github.com/farm-fe/farm/pull/1902)) + ## [0.7.0](https://github.com/farm-fe/farm/compare/farmfe_core-v0.6.4...farmfe_core-v0.7.0) - 2024-10-31 ### Added diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index a38c357fa..86618dc46 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_core" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" diff --git a/crates/plugin_bundle/CHANGELOG.md b/crates/plugin_bundle/CHANGELOG.md index bd61c7a81..483f1130b 100644 --- a/crates/plugin_bundle/CHANGELOG.md +++ b/crates/plugin_bundle/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.7](https://github.com/farm-fe/farm/compare/farmfe_plugin_bundle-v0.0.6...farmfe_plugin_bundle-v0.0.7) - 2024-11-25 + +### Fixed + +- bundle export cjs entry file ([#1964](https://github.com/farm-fe/farm/pull/1964)) +- bundle global variable preserve ([#1940](https://github.com/farm-fe/farm/pull/1940)) + ## [0.0.6](https://github.com/farm-fe/farm/compare/farmfe_plugin_bundle-v0.0.5...farmfe_plugin_bundle-v0.0.6) - 2024-10-31 ### Fixed diff --git a/crates/plugin_bundle/Cargo.toml b/crates/plugin_bundle/Cargo.toml index ad06f5f42..84e784728 100644 --- a/crates/plugin_bundle/Cargo.toml +++ b/crates/plugin_bundle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_bundle" -version = "0.0.6" +version = "0.0.7" edition = "2021" authors = ["shulandmimi"] license = "MIT" @@ -10,9 +10,9 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_bundle" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } [features] diff --git a/crates/plugin_css/CHANGELOG.md b/crates/plugin_css/CHANGELOG.md index ebab3790a..e5b147dac 100644 --- a/crates/plugin_css/CHANGELOG.md +++ b/crates/plugin_css/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.15](https://github.com/farm-fe/farm/compare/farmfe_plugin_css-v0.0.14...farmfe_plugin_css-v0.0.15) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.14](https://github.com/farm-fe/farm/compare/farmfe_plugin_css-v0.0.13...farmfe_plugin_css-v0.0.14) - 2024-10-31 ### Added diff --git a/crates/plugin_css/Cargo.toml b/crates/plugin_css/Cargo.toml index 5432932b8..938d6a8eb 100644 --- a/crates/plugin_css/Cargo.toml +++ b/crates/plugin_css/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_css" -version = "0.0.14" +version = "0.0.15" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,11 +10,11 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_css" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } farmfe_macro_cache_item = { path = "../macro_cache_item", version = "0.1.3" } rkyv = { version = "0.7.42" } [dev-dependencies] -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } diff --git a/crates/plugin_define/CHANGELOG.md b/crates/plugin_define/CHANGELOG.md index 6299c79e1..1ff02e9bd 100644 --- a/crates/plugin_define/CHANGELOG.md +++ b/crates/plugin_define/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_define-v0.0.12...farmfe_plugin_define-v0.0.13) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_define-v0.0.11...farmfe_plugin_define-v0.0.12) - 2024-10-31 ### Other diff --git a/crates/plugin_define/Cargo.toml b/crates/plugin_define/Cargo.toml index 597342935..b53bbdc8f 100644 --- a/crates/plugin_define/Cargo.toml +++ b/crates/plugin_define/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_define" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_define" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } diff --git a/crates/plugin_html/CHANGELOG.md b/crates/plugin_html/CHANGELOG.md index 8b94f7e9b..f2bd3102a 100644 --- a/crates/plugin_html/CHANGELOG.md +++ b/crates/plugin_html/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_html-v0.0.12...farmfe_plugin_html-v0.0.13) - 2024-11-25 + +### Fixed + +- disable inline scripts ([#1962](https://github.com/farm-fe/farm/pull/1962)) +- external alias [#1957](https://github.com/farm-fe/farm/pull/1957) ([#1959](https://github.com/farm-fe/farm/pull/1959)) + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_html-v0.0.11...farmfe_plugin_html-v0.0.12) - 2024-10-31 ### Fixed diff --git a/crates/plugin_html/Cargo.toml b/crates/plugin_html/Cargo.toml index d99ce6010..36122f3cc 100644 --- a/crates/plugin_html/Cargo.toml +++ b/crates/plugin_html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_html" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_html" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } rkyv = { version = "0.7.42" } diff --git a/crates/plugin_json/CHANGELOG.md b/crates/plugin_json/CHANGELOG.md index 057da24b9..2599b8dcf 100644 --- a/crates/plugin_json/CHANGELOG.md +++ b/crates/plugin_json/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_json-v0.0.12...farmfe_plugin_json-v0.0.13) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_json-v0.0.11...farmfe_plugin_json-v0.0.12) - 2024-10-31 ### Other diff --git a/crates/plugin_json/Cargo.toml b/crates/plugin_json/Cargo.toml index b38578be5..9f31fcee9 100644 --- a/crates/plugin_json/Cargo.toml +++ b/crates/plugin_json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_json" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -12,6 +12,6 @@ documentation = "https://docs.rs/farmfe_plugin_json" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } diff --git a/crates/plugin_lazy_compilation/CHANGELOG.md b/crates/plugin_lazy_compilation/CHANGELOG.md index ad8446f04..0e99620eb 100644 --- a/crates/plugin_lazy_compilation/CHANGELOG.md +++ b/crates/plugin_lazy_compilation/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_lazy_compilation-v0.0.12...farmfe_plugin_lazy_compilation-v0.0.13) - 2024-11-25 + +### Fixed + +- *(runtime)* async cache ([#1902](https://github.com/farm-fe/farm/pull/1902)) + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_lazy_compilation-v0.0.11...farmfe_plugin_lazy_compilation-v0.0.12) - 2024-10-31 ### Fixed diff --git a/crates/plugin_lazy_compilation/Cargo.toml b/crates/plugin_lazy_compilation/Cargo.toml index d03e1ce06..d719d4539 100644 --- a/crates/plugin_lazy_compilation/Cargo.toml +++ b/crates/plugin_lazy_compilation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_lazy_compilation" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_lazy_compilation" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } diff --git a/crates/plugin_minify/CHANGELOG.md b/crates/plugin_minify/CHANGELOG.md index 827618bcf..91c094ee7 100644 --- a/crates/plugin_minify/CHANGELOG.md +++ b/crates/plugin_minify/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_minify-v0.0.12...farmfe_plugin_minify-v0.0.13) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_minify-v0.0.11...farmfe_plugin_minify-v0.0.12) - 2024-10-31 ### Fixed diff --git a/crates/plugin_minify/Cargo.toml b/crates/plugin_minify/Cargo.toml index e37a26ad6..b7d1366a5 100644 --- a/crates/plugin_minify/Cargo.toml +++ b/crates/plugin_minify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_minify" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,6 +10,6 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_minify" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } diff --git a/crates/plugin_partial_bundling/CHANGELOG.md b/crates/plugin_partial_bundling/CHANGELOG.md index 6f79e1fa4..ffb7fcf4b 100644 --- a/crates/plugin_partial_bundling/CHANGELOG.md +++ b/crates/plugin_partial_bundling/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_partial_bundling-v0.0.12...farmfe_plugin_partial_bundling-v0.0.13) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_partial_bundling-v0.0.11...farmfe_plugin_partial_bundling-v0.0.12) - 2024-10-31 ### Other diff --git a/crates/plugin_partial_bundling/Cargo.toml b/crates/plugin_partial_bundling/Cargo.toml index f51128abd..1d7921234 100644 --- a/crates/plugin_partial_bundling/Cargo.toml +++ b/crates/plugin_partial_bundling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_partial_bundling" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,9 +10,9 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_partial_bundling" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } [features] profile = ["farmfe_core/profile"] diff --git a/crates/plugin_polyfill/CHANGELOG.md b/crates/plugin_polyfill/CHANGELOG.md index 32f2ca5f0..b5eead92a 100644 --- a/crates/plugin_polyfill/CHANGELOG.md +++ b/crates/plugin_polyfill/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_polyfill-v0.0.12...farmfe_plugin_polyfill-v0.0.13) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_polyfill-v0.0.11...farmfe_plugin_polyfill-v0.0.12) - 2024-10-31 ### Fixed diff --git a/crates/plugin_polyfill/Cargo.toml b/crates/plugin_polyfill/Cargo.toml index 0d60efa7b..0b98071c0 100644 --- a/crates/plugin_polyfill/Cargo.toml +++ b/crates/plugin_polyfill/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_polyfill" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,6 +10,6 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_polyfill" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } diff --git a/crates/plugin_progress/CHANGELOG.md b/crates/plugin_progress/CHANGELOG.md index 54902a728..ae0ae8ed9 100644 --- a/crates/plugin_progress/CHANGELOG.md +++ b/crates/plugin_progress/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_progress-v0.0.12...farmfe_plugin_progress-v0.0.13) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_progress-v0.0.11...farmfe_plugin_progress-v0.0.12) - 2024-10-31 ### Other diff --git a/crates/plugin_progress/Cargo.toml b/crates/plugin_progress/Cargo.toml index 7b4ef8cd8..603810e72 100644 --- a/crates/plugin_progress/Cargo.toml +++ b/crates/plugin_progress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_progress" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_progress" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } indicatif = "0.17.7" console = "0.15.8" diff --git a/crates/plugin_resolve/CHANGELOG.md b/crates/plugin_resolve/CHANGELOG.md index 8da008a16..93a18bd7f 100644 --- a/crates/plugin_resolve/CHANGELOG.md +++ b/crates/plugin_resolve/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_resolve-v0.0.12...farmfe_plugin_resolve-v0.0.13) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_resolve-v0.0.11...farmfe_plugin_resolve-v0.0.12) - 2024-10-31 ### Added diff --git a/crates/plugin_resolve/Cargo.toml b/crates/plugin_resolve/Cargo.toml index 8c344319f..0ea54a97f 100644 --- a/crates/plugin_resolve/Cargo.toml +++ b/crates/plugin_resolve/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_resolve" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,9 +10,9 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_resolve" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } once_cell = "1.19.0" diff --git a/crates/plugin_runtime/CHANGELOG.md b/crates/plugin_runtime/CHANGELOG.md index 2bbc71ff3..f6991b9ab 100644 --- a/crates/plugin_runtime/CHANGELOG.md +++ b/crates/plugin_runtime/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_runtime-v0.0.12...farmfe_plugin_runtime-v0.0.13) - 2024-11-25 + +### Fixed + +- external alias [#1957](https://github.com/farm-fe/farm/pull/1957) ([#1959](https://github.com/farm-fe/farm/pull/1959)) +- *(runtime)* async cache ([#1902](https://github.com/farm-fe/farm/pull/1902)) + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_runtime-v0.0.11...farmfe_plugin_runtime-v0.0.12) - 2024-10-31 ### Fixed diff --git a/crates/plugin_runtime/Cargo.toml b/crates/plugin_runtime/Cargo.toml index e35f851d2..99470d443 100644 --- a/crates/plugin_runtime/Cargo.toml +++ b/crates/plugin_runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_runtime" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,9 +10,9 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_runtime" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } rkyv = { version = "0.7.42" } diff --git a/crates/plugin_script/CHANGELOG.md b/crates/plugin_script/CHANGELOG.md index 4b9b42ceb..faf7ff4fb 100644 --- a/crates/plugin_script/CHANGELOG.md +++ b/crates/plugin_script/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_script-v0.0.11...farmfe_plugin_script-v0.0.12) - 2024-11-25 + +### Fixed + +- *(runtime)* async cache ([#1902](https://github.com/farm-fe/farm/pull/1902)) + ## [0.0.11](https://github.com/farm-fe/farm/compare/farmfe_plugin_script-v0.0.10...farmfe_plugin_script-v0.0.11) - 2024-10-31 ### Fixed diff --git a/crates/plugin_script/Cargo.toml b/crates/plugin_script/Cargo.toml index 8c8f26bdf..c6b590c2c 100644 --- a/crates/plugin_script/Cargo.toml +++ b/crates/plugin_script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_script" -version = "0.0.11" +version = "0.0.12" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,11 +10,11 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_script" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } -farmfe_swc_transformer_import_glob = { path = "../swc_transformer_import_glob", version = "0.0.12" } +farmfe_swc_transformer_import_glob = { path = "../swc_transformer_import_glob", version = "0.0.13" } swc_plugin_proxy = { version = "0.44.2", features = [ "plugin-rt", ], optional = true } diff --git a/crates/plugin_static_assets/CHANGELOG.md b/crates/plugin_static_assets/CHANGELOG.md index ed50c9c4a..0d1fe693a 100644 --- a/crates/plugin_static_assets/CHANGELOG.md +++ b/crates/plugin_static_assets/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.12...farmfe_plugin_static_assets-v0.0.13) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.11...farmfe_plugin_static_assets-v0.0.12) - 2024-10-31 ### Added diff --git a/crates/plugin_static_assets/Cargo.toml b/crates/plugin_static_assets/Cargo.toml index f50af2209..215047c05 100644 --- a/crates/plugin_static_assets/Cargo.toml +++ b/crates/plugin_static_assets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_static_assets" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,9 +10,9 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_static_assets" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } base64 = "0.21.0" rkyv = { version = "0.7.42" } diff --git a/crates/plugin_tree_shake/CHANGELOG.md b/crates/plugin_tree_shake/CHANGELOG.md index fdd7f3a31..c40aace87 100644 --- a/crates/plugin_tree_shake/CHANGELOG.md +++ b/crates/plugin_tree_shake/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_tree_shake-v0.0.11...farmfe_plugin_tree_shake-v0.0.12) - 2024-11-25 + +### Added + +- support tree shake import namespace ([#1942](https://github.com/farm-fe/farm/pull/1942)) + +### Fixed + +- bundle export cjs entry file ([#1964](https://github.com/farm-fe/farm/pull/1964)) +- external alias [#1957](https://github.com/farm-fe/farm/pull/1957) ([#1959](https://github.com/farm-fe/farm/pull/1959)) + ## [0.0.11](https://github.com/farm-fe/farm/compare/farmfe_plugin_tree_shake-v0.0.10...farmfe_plugin_tree_shake-v0.0.11) - 2024-10-31 ### Other diff --git a/crates/plugin_tree_shake/Cargo.toml b/crates/plugin_tree_shake/Cargo.toml index f193473ec..9c891d20e 100644 --- a/crates/plugin_tree_shake/Cargo.toml +++ b/crates/plugin_tree_shake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_plugin_tree_shake" -version = "0.0.11" +version = "0.0.12" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,9 +10,9 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_tree_shake" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } [features] diff --git a/crates/swc_transformer_import_glob/CHANGELOG.md b/crates/swc_transformer_import_glob/CHANGELOG.md index 2c7203de0..fc9cc9803 100644 --- a/crates/swc_transformer_import_glob/CHANGELOG.md +++ b/crates/swc_transformer_import_glob/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_swc_transformer_import_glob-v0.0.12...farmfe_swc_transformer_import_glob-v0.0.13) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_swc_transformer_import_glob-v0.0.11...farmfe_swc_transformer_import_glob-v0.0.12) - 2024-10-31 ### Other diff --git a/crates/swc_transformer_import_glob/Cargo.toml b/crates/swc_transformer_import_glob/Cargo.toml index 74c6b330d..6609baffd 100644 --- a/crates/swc_transformer_import_glob/Cargo.toml +++ b/crates/swc_transformer_import_glob/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_swc_transformer_import_glob" -version = "0.0.12" +version = "0.0.13" edition = "2021" authors = ["brightwwu(吴明亮) <1521488775@qq.com>"] description = "farm swc tranformer for vite-style import.meta.glob" @@ -10,7 +10,7 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_define" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.14" } +farmfe_core = { path = "../core", version = "0.8.0" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.15" } farmfe_utils = { path = "../utils", version = "0.1.6" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } diff --git a/crates/testing_helpers/CHANGELOG.md b/crates/testing_helpers/CHANGELOG.md index 9ac0c5554..64525adbd 100644 --- a/crates/testing_helpers/CHANGELOG.md +++ b/crates/testing_helpers/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.15](https://github.com/farm-fe/farm/compare/farmfe_testing_helpers-v0.0.14...farmfe_testing_helpers-v0.0.15) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.14](https://github.com/farm-fe/farm/compare/farmfe_testing_helpers-v0.0.13...farmfe_testing_helpers-v0.0.14) - 2024-10-31 ### Other diff --git a/crates/testing_helpers/Cargo.toml b/crates/testing_helpers/Cargo.toml index 1fe3ef814..c979c76c1 100644 --- a/crates/testing_helpers/Cargo.toml +++ b/crates/testing_helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_testing_helpers" -version = "0.0.14" +version = "0.0.15" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -10,4 +10,4 @@ repository = "https://github.com/farm-fe/farm" documentation = "https://docs.rs/farmfe_plugin_define" [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } +farmfe_core = { path = "../core", version = "0.8.0" } diff --git a/crates/toolkit/CHANGELOG.md b/crates/toolkit/CHANGELOG.md index 4a5784aac..87069e057 100644 --- a/crates/toolkit/CHANGELOG.md +++ b/crates/toolkit/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.15](https://github.com/farm-fe/farm/compare/farmfe_toolkit-v0.0.14...farmfe_toolkit-v0.0.15) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.14](https://github.com/farm-fe/farm/compare/farmfe_toolkit-v0.0.13...farmfe_toolkit-v0.0.14) - 2024-10-31 ### Fixed diff --git a/crates/toolkit/Cargo.toml b/crates/toolkit/Cargo.toml index 76e2add84..ce936a655 100644 --- a/crates/toolkit/Cargo.toml +++ b/crates/toolkit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_toolkit" -version = "0.0.14" +version = "0.0.15" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" @@ -18,10 +18,10 @@ documentation = "https://docs.rs/farmfe_toolkit" # ] [dependencies] -farmfe_core = { path = "../core", version = "0.7.0" } +farmfe_core = { path = "../core", version = "0.8.0" } farmfe_utils = { path = "../utils", version = "0.1.6" } -farmfe_toolkit_plugin_types = { path = "../toolkit_plugin_types", version = "0.0.21" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.14" } +farmfe_toolkit_plugin_types = { path = "../toolkit_plugin_types", version = "0.0.22" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.15" } swc_ecma_parser = { version = "0.146.12" } swc_ecma_visit = { version = "0.101.0" } swc_ecma_codegen = { version = "0.151.1" } diff --git a/crates/toolkit_plugin_types/CHANGELOG.md b/crates/toolkit_plugin_types/CHANGELOG.md index 664a55022..a13c35bf8 100644 --- a/crates/toolkit_plugin_types/CHANGELOG.md +++ b/crates/toolkit_plugin_types/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.22](https://github.com/farm-fe/farm/compare/farmfe_toolkit_plugin_types-v0.0.21...farmfe_toolkit_plugin_types-v0.0.22) - 2024-11-25 + +### Other + +- updated the following local packages: farmfe_core + ## [0.0.21](https://github.com/farm-fe/farm/compare/farmfe_toolkit_plugin_types-v0.0.20...farmfe_toolkit_plugin_types-v0.0.21) - 2024-10-31 ### Other diff --git a/crates/toolkit_plugin_types/Cargo.toml b/crates/toolkit_plugin_types/Cargo.toml index 9dc70d2c7..44e7b5a91 100644 --- a/crates/toolkit_plugin_types/Cargo.toml +++ b/crates/toolkit_plugin_types/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "farmfe_toolkit_plugin_types" -version = "0.0.21" +version = "0.0.22" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" description = "builtin tooltips for farm plugins" [dependencies] -farmfe_core = { version = "0.7.0", path = "../core" } +farmfe_core = { version = "0.8.0", path = "../core" } lazy_static = "1.4.0" libloading = "0.7.0" diff --git a/packages/create-farm/CHANGELOG.md b/packages/create-farm/CHANGELOG.md index 979062f25..11da34e93 100644 --- a/packages/create-farm/CHANGELOG.md +++ b/packages/create-farm/CHANGELOG.md @@ -59,13 +59,19 @@ ### Patch Changes - 068c3ea5: support more frameworks electron, tauri, nestjs - All notable changes to this project will be documented in this file. +All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.4](https://github.com/farm-fe/farm/compare/create_farm_node-v0.1.3...create_farm_node-v0.1.4) - 2024-11-25 + +### Other + +- Version Packages ([#1939](https://github.com/farm-fe/farm/pull/1939)) + ## [0.1.3](https://github.com/farm-fe/farm/compare/create_farm_node-v0.1.2...create_farm_node-v0.1.3) - 2024-10-31 ### Other diff --git a/packages/create-farm/Cargo.toml b/packages/create-farm/Cargo.toml index 8ad0b9a1b..621e4569c 100644 --- a/packages/create-farm/Cargo.toml +++ b/packages/create-farm/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "create_farm_node" -version = "0.1.3" +version = "0.1.4" authors = ["Erkelost"] license = "MIT" description = "Create Farm cli tool"