From 4f700eb380ff1b725c0cd8e1169f4d918c565685 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 09:59:21 +0800 Subject: [PATCH] chore: release (#1623) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 46 +++++++++---------- crates/compiler/CHANGELOG.md | 5 ++ crates/compiler/Cargo.toml | 38 +++++++-------- crates/core/CHANGELOG.md | 5 ++ crates/core/Cargo.toml | 2 +- crates/create-farm-rs/CHANGELOG.md | 5 ++ crates/create-farm-rs/Cargo.toml | 2 +- crates/plugin_bundle/CHANGELOG.md | 5 ++ crates/plugin_bundle/Cargo.toml | 8 ++-- crates/plugin_css/CHANGELOG.md | 5 ++ crates/plugin_css/Cargo.toml | 8 ++-- crates/plugin_define/CHANGELOG.md | 5 ++ crates/plugin_define/Cargo.toml | 8 ++-- crates/plugin_html/CHANGELOG.md | 5 ++ crates/plugin_html/Cargo.toml | 8 ++-- crates/plugin_json/CHANGELOG.md | 5 ++ crates/plugin_json/Cargo.toml | 8 ++-- crates/plugin_lazy_compilation/CHANGELOG.md | 5 ++ crates/plugin_lazy_compilation/Cargo.toml | 8 ++-- crates/plugin_minify/CHANGELOG.md | 8 ++++ crates/plugin_minify/Cargo.toml | 8 ++-- crates/plugin_partial_bundling/CHANGELOG.md | 5 ++ crates/plugin_partial_bundling/Cargo.toml | 8 ++-- crates/plugin_polyfill/CHANGELOG.md | 5 ++ crates/plugin_polyfill/Cargo.toml | 8 ++-- crates/plugin_progress/CHANGELOG.md | 5 ++ crates/plugin_progress/Cargo.toml | 6 +-- crates/plugin_resolve/CHANGELOG.md | 5 ++ crates/plugin_resolve/Cargo.toml | 8 ++-- crates/plugin_runtime/CHANGELOG.md | 5 ++ crates/plugin_runtime/Cargo.toml | 8 ++-- crates/plugin_script/CHANGELOG.md | 5 ++ crates/plugin_script/Cargo.toml | 10 ++-- crates/plugin_static_assets/CHANGELOG.md | 5 ++ crates/plugin_static_assets/Cargo.toml | 8 ++-- crates/plugin_tree_shake/CHANGELOG.md | 5 ++ crates/plugin_tree_shake/Cargo.toml | 8 ++-- .../swc_transformer_import_glob/CHANGELOG.md | 5 ++ crates/swc_transformer_import_glob/Cargo.toml | 8 ++-- crates/testing_helpers/CHANGELOG.md | 5 ++ crates/testing_helpers/Cargo.toml | 4 +- crates/toolkit/CHANGELOG.md | 5 ++ crates/toolkit/Cargo.toml | 8 ++-- crates/toolkit_plugin_types/CHANGELOG.md | 5 ++ crates/toolkit_plugin_types/Cargo.toml | 4 +- packages/create-farm/CHANGELOG.md | 7 ++- packages/create-farm/Cargo.toml | 4 +- 47 files changed, 237 insertions(+), 119 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9f88c61d..89ae72a79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -930,7 +930,7 @@ dependencies = [ [[package]] name = "create-farm" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", @@ -943,7 +943,7 @@ dependencies = [ [[package]] name = "create_farm_node" -version = "0.1.1" +version = "0.1.2" dependencies = [ "create-farm", "napi", @@ -1496,7 +1496,7 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "farmfe_compiler" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_plugin_bundle", @@ -1523,7 +1523,7 @@ dependencies = [ [[package]] name = "farmfe_core" -version = "0.6.2" +version = "0.6.3" dependencies = [ "blake2", "bytecheck 0.7.0", @@ -1595,7 +1595,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_bundle" -version = "0.0.3" +version = "0.0.4" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_css" -version = "0.0.11" +version = "0.0.12" dependencies = [ "farmfe_core", "farmfe_macro_cache_item", @@ -1617,7 +1617,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_define" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1627,7 +1627,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_html" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1637,7 +1637,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_json" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1646,7 +1646,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_lazy_compilation" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1656,7 +1656,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_minify" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1665,7 +1665,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_partial_bundling" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1674,7 +1674,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_polyfill" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1683,7 +1683,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_progress" -version = "0.0.9" +version = "0.0.10" dependencies = [ "console", "farmfe_core", @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_resolve" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1717,7 +1717,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_runtime" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1743,7 +1743,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_script" -version = "0.0.8" +version = "0.0.9" dependencies = [ "farmfe_core", "farmfe_swc_transformer_import_glob", @@ -1759,7 +1759,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_static_assets" -version = "0.0.9" +version = "0.0.10" dependencies = [ "base64 0.21.7", "farmfe_core", @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "farmfe_plugin_tree_shake" -version = "0.0.8" +version = "0.0.9" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1782,7 +1782,7 @@ dependencies = [ [[package]] name = "farmfe_swc_transformer_import_glob" -version = "0.0.9" +version = "0.0.10" dependencies = [ "farmfe_core", "farmfe_testing_helpers", @@ -1805,14 +1805,14 @@ dependencies = [ [[package]] name = "farmfe_testing_helpers" -version = "0.0.11" +version = "0.0.12" dependencies = [ "farmfe_core", ] [[package]] name = "farmfe_toolkit" -version = "0.0.11" +version = "0.0.12" dependencies = [ "anyhow", "farmfe_core", @@ -1846,7 +1846,7 @@ dependencies = [ [[package]] name = "farmfe_toolkit_plugin_types" -version = "0.0.18" +version = "0.0.19" dependencies = [ "farmfe_core", "lazy_static", diff --git a/crates/compiler/CHANGELOG.md b/crates/compiler/CHANGELOG.md index c3e9707f3..b1131c07b 100644 --- a/crates/compiler/CHANGELOG.md +++ b/crates/compiler/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_compiler-v0.0.9...farmfe_compiler-v0.0.10) - 2024-07-19 + +### Other +- release ([#1612](https://github.com/farm-fe/farm/pull/1612)) + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_compiler-v0.0.8...farmfe_compiler-v0.0.9) - 2024-05-28 ### Added diff --git a/crates/compiler/Cargo.toml b/crates/compiler/Cargo.toml index 682c4838f..c3eec704d 100644 --- a/crates/compiler/Cargo.toml +++ b/crates/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_compiler" -version = "0.0.9" +version = "0.0.10" 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.6.2" } -farmfe_plugin_partial_bundling = { path = "../plugin_partial_bundling", version = "0.0.9" } -farmfe_plugin_resolve = { path = "../plugin_resolve", version = "0.0.9" } -farmfe_plugin_script = { path = "../plugin_script", version = "0.0.8" } -farmfe_plugin_runtime = { path = "../plugin_runtime", version = "0.0.9" } -farmfe_plugin_html = { path = "../plugin_html", version = "0.0.9" } -farmfe_plugin_tree_shake = { path = "../plugin_tree_shake", version = "0.0.8" } -farmfe_plugin_css = { path = "../plugin_css", version = "0.0.11" } -farmfe_plugin_lazy_compilation = { path = "../plugin_lazy_compilation", version = "0.0.9" } -farmfe_plugin_static_assets = { path = "../plugin_static_assets", version = "0.0.9" } -farmfe_plugin_minify = { path = "../plugin_minify", version = "0.0.9" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_plugin_partial_bundling = { path = "../plugin_partial_bundling", version = "0.0.10" } +farmfe_plugin_resolve = { path = "../plugin_resolve", version = "0.0.10" } +farmfe_plugin_script = { path = "../plugin_script", version = "0.0.9" } +farmfe_plugin_runtime = { path = "../plugin_runtime", version = "0.0.10" } +farmfe_plugin_html = { path = "../plugin_html", version = "0.0.10" } +farmfe_plugin_tree_shake = { path = "../plugin_tree_shake", version = "0.0.9" } +farmfe_plugin_css = { path = "../plugin_css", version = "0.0.12" } +farmfe_plugin_lazy_compilation = { path = "../plugin_lazy_compilation", version = "0.0.10" } +farmfe_plugin_static_assets = { path = "../plugin_static_assets", version = "0.0.10" } +farmfe_plugin_minify = { path = "../plugin_minify", version = "0.0.10" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } -farmfe_plugin_json = { path = "../plugin_json", version = "0.0.9" } -farmfe_plugin_polyfill = { path = "../plugin_polyfill", version = "0.0.9" } -farmfe_plugin_progress = { path = "../plugin_progress", version = "0.0.9" } -farmfe_plugin_define = { path = "../plugin_define", version = "0.0.9" } -farmfe_plugin_bundle = { path = "../plugin_bundle", version = "0.0.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } +farmfe_plugin_json = { path = "../plugin_json", version = "0.0.10" } +farmfe_plugin_polyfill = { path = "../plugin_polyfill", version = "0.0.10" } +farmfe_plugin_progress = { path = "../plugin_progress", version = "0.0.10" } +farmfe_plugin_define = { path = "../plugin_define", version = "0.0.10" } +farmfe_plugin_bundle = { path = "../plugin_bundle", version = "0.0.4" } 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 b798e8cfc..a3a2627c2 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3](https://github.com/farm-fe/farm/compare/farmfe_core-v0.6.2...farmfe_core-v0.6.3) - 2024-07-19 + +### Fixed +- import/export minify duplicate identifier [#1625](https://github.com/farm-fe/farm/pull/1625) ([#1634](https://github.com/farm-fe/farm/pull/1634)) + ## [0.6.2](https://github.com/farm-fe/farm/compare/farmfe_core-v0.6.1...farmfe_core-v0.6.2) - 2024-07-15 ### Other diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 717971f08..eac71164e 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_core" -version = "0.6.2" +version = "0.6.3" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" diff --git a/crates/create-farm-rs/CHANGELOG.md b/crates/create-farm-rs/CHANGELOG.md index e0eb19982..dea4b2784 100644 --- a/crates/create-farm-rs/CHANGELOG.md +++ b/crates/create-farm-rs/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/farm-fe/farm/compare/create-farm-v0.1.1...create-farm-v0.1.2) - 2024-07-19 + +### Fixed +- nestjs external error with latest version and bump version ([#1608](https://github.com/farm-fe/farm/pull/1608)) + ## [0.1.1](https://github.com/farm-fe/farm/compare/create-farm-v0.1.0...create-farm-v0.1.1) - 2024-07-11 ### Added diff --git a/crates/create-farm-rs/Cargo.toml b/crates/create-farm-rs/Cargo.toml index 4bcf403a4..bced5375f 100644 --- a/crates/create-farm-rs/Cargo.toml +++ b/crates/create-farm-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "create-farm" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Erkelost"] license = "MIT" diff --git a/crates/plugin_bundle/CHANGELOG.md b/crates/plugin_bundle/CHANGELOG.md index ca4b8450a..8334bada2 100644 --- a/crates/plugin_bundle/CHANGELOG.md +++ b/crates/plugin_bundle/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4](https://github.com/farm-fe/farm/compare/farmfe_plugin_bundle-v0.0.3...farmfe_plugin_bundle-v0.0.4) - 2024-07-19 + +### Added +- support single library bundle ([#1640](https://github.com/farm-fe/farm/pull/1640)) + ## [0.0.3](https://github.com/farm-fe/farm/compare/farmfe_plugin_bundle-v0.0.2...farmfe_plugin_bundle-v0.0.3) - 2024-07-15 ### Other diff --git a/crates/plugin_bundle/Cargo.toml b/crates/plugin_bundle/Cargo.toml index 0cffd7507..40ea48615 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.3" +version = "0.0.4" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } [features] diff --git a/crates/plugin_css/CHANGELOG.md b/crates/plugin_css/CHANGELOG.md index b02a42ad3..f26e40945 100644 --- a/crates/plugin_css/CHANGELOG.md +++ b/crates/plugin_css/CHANGELOG.md @@ -6,6 +6,11 @@ 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_css-v0.0.11...farmfe_plugin_css-v0.0.12) - 2024-07-19 + +### Fixed +- css @import starting with ~ ([#1622](https://github.com/farm-fe/farm/pull/1622)) + ## [0.0.11](https://github.com/farm-fe/farm/compare/farmfe_plugin_css-v0.0.10...farmfe_plugin_css-v0.0.11) - 2024-07-15 ### Other diff --git a/crates/plugin_css/Cargo.toml b/crates/plugin_css/Cargo.toml index d0e8d08db..b2f7441b6 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.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_css" [dependencies] -farmfe_core = { path = "../core", version = "0.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } 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.11" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } diff --git a/crates/plugin_define/CHANGELOG.md b/crates/plugin_define/CHANGELOG.md index 1ab3d24e8..b2dedb077 100644 --- a/crates/plugin_define/CHANGELOG.md +++ b/crates/plugin_define/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_define-v0.0.9...farmfe_plugin_define-v0.0.10) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_define-v0.0.8...farmfe_plugin_define-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_define/Cargo.toml b/crates/plugin_define/Cargo.toml index d48c0c519..b474d7c52 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } diff --git a/crates/plugin_html/CHANGELOG.md b/crates/plugin_html/CHANGELOG.md index df499c63e..e40bff965 100644 --- a/crates/plugin_html/CHANGELOG.md +++ b/crates/plugin_html/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_html-v0.0.9...farmfe_plugin_html-v0.0.10) - 2024-07-19 + +### Fixed +- public path undefine when normalizing hmr path ([#1638](https://github.com/farm-fe/farm/pull/1638)) + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_html-v0.0.8...farmfe_plugin_html-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_html/Cargo.toml b/crates/plugin_html/Cargo.toml index 74ac11a32..44c85797f 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } rkyv = { version = "0.7.42" } diff --git a/crates/plugin_json/CHANGELOG.md b/crates/plugin_json/CHANGELOG.md index 2674f2b12..9ca57497c 100644 --- a/crates/plugin_json/CHANGELOG.md +++ b/crates/plugin_json/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_json-v0.0.9...farmfe_plugin_json-v0.0.10) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_json-v0.0.8...farmfe_plugin_json-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_json/Cargo.toml b/crates/plugin_json/Cargo.toml index f01947825..23ef83f3e 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } diff --git a/crates/plugin_lazy_compilation/CHANGELOG.md b/crates/plugin_lazy_compilation/CHANGELOG.md index 0b93a5c83..f40b61ebf 100644 --- a/crates/plugin_lazy_compilation/CHANGELOG.md +++ b/crates/plugin_lazy_compilation/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_lazy_compilation-v0.0.9...farmfe_plugin_lazy_compilation-v0.0.10) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_lazy_compilation-v0.0.8...farmfe_plugin_lazy_compilation-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_lazy_compilation/Cargo.toml b/crates/plugin_lazy_compilation/Cargo.toml index 214bd262f..8436a7d05 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } diff --git a/crates/plugin_minify/CHANGELOG.md b/crates/plugin_minify/CHANGELOG.md index 79ab11b33..67a4c8da1 100644 --- a/crates/plugin_minify/CHANGELOG.md +++ b/crates/plugin_minify/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_minify-v0.0.9...farmfe_plugin_minify-v0.0.10) - 2024-07-19 + +### Added +- support single library bundle ([#1640](https://github.com/farm-fe/farm/pull/1640)) + +### Fixed +- import/export minify duplicate identifier [#1625](https://github.com/farm-fe/farm/pull/1625) ([#1634](https://github.com/farm-fe/farm/pull/1634)) + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_minify-v0.0.8...farmfe_plugin_minify-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_minify/Cargo.toml b/crates/plugin_minify/Cargo.toml index a3a7462f6..ffa51bd8f 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } diff --git a/crates/plugin_partial_bundling/CHANGELOG.md b/crates/plugin_partial_bundling/CHANGELOG.md index 7a6bb8165..6271c1092 100644 --- a/crates/plugin_partial_bundling/CHANGELOG.md +++ b/crates/plugin_partial_bundling/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_partial_bundling-v0.0.9...farmfe_plugin_partial_bundling-v0.0.10) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_partial_bundling-v0.0.8...farmfe_plugin_partial_bundling-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_partial_bundling/Cargo.toml b/crates/plugin_partial_bundling/Cargo.toml index 5208371a6..16f0fa002 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } [features] profile = ["farmfe_core/profile"] diff --git a/crates/plugin_polyfill/CHANGELOG.md b/crates/plugin_polyfill/CHANGELOG.md index 31216d008..3c4932ee1 100644 --- a/crates/plugin_polyfill/CHANGELOG.md +++ b/crates/plugin_polyfill/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_polyfill-v0.0.9...farmfe_plugin_polyfill-v0.0.10) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_polyfill-v0.0.8...farmfe_plugin_polyfill-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_polyfill/Cargo.toml b/crates/plugin_polyfill/Cargo.toml index 6df420cd6..7d9923231 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } diff --git a/crates/plugin_progress/CHANGELOG.md b/crates/plugin_progress/CHANGELOG.md index 9f9209182..a8fa54200 100644 --- a/crates/plugin_progress/CHANGELOG.md +++ b/crates/plugin_progress/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_progress-v0.0.9...farmfe_plugin_progress-v0.0.10) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_progress-v0.0.8...farmfe_plugin_progress-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_progress/Cargo.toml b/crates/plugin_progress/Cargo.toml index ce4f8e4d2..db279f939 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.9" +version = "0.0.10" 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.6.2" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } indicatif = "0.17.7" console = "0.15.8" diff --git a/crates/plugin_resolve/CHANGELOG.md b/crates/plugin_resolve/CHANGELOG.md index 8a63b617d..92e5d1acb 100644 --- a/crates/plugin_resolve/CHANGELOG.md +++ b/crates/plugin_resolve/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_resolve-v0.0.9...farmfe_plugin_resolve-v0.0.10) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_resolve-v0.0.8...farmfe_plugin_resolve-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_resolve/Cargo.toml b/crates/plugin_resolve/Cargo.toml index 2ab758b32..852c51bff 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } once_cell = "1.19.0" diff --git a/crates/plugin_runtime/CHANGELOG.md b/crates/plugin_runtime/CHANGELOG.md index f37a18d29..589700181 100644 --- a/crates/plugin_runtime/CHANGELOG.md +++ b/crates/plugin_runtime/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_runtime-v0.0.9...farmfe_plugin_runtime-v0.0.10) - 2024-07-19 + +### Added +- support single library bundle ([#1640](https://github.com/farm-fe/farm/pull/1640)) + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_runtime-v0.0.8...farmfe_plugin_runtime-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_runtime/Cargo.toml b/crates/plugin_runtime/Cargo.toml index d3ecf8e17..6f012e1f7 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } rkyv = { version = "0.7.42" } diff --git a/crates/plugin_script/CHANGELOG.md b/crates/plugin_script/CHANGELOG.md index a1633649c..ddb7ea13c 100644 --- a/crates/plugin_script/CHANGELOG.md +++ b/crates/plugin_script/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_script-v0.0.8...farmfe_plugin_script-v0.0.9) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.8](https://github.com/farm-fe/farm/compare/farmfe_plugin_script-v0.0.7...farmfe_plugin_script-v0.0.8) - 2024-07-15 ### Other diff --git a/crates/plugin_script/Cargo.toml b/crates/plugin_script/Cargo.toml index 3abc3adf9..039bc6565 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.8" +version = "0.0.9" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } -farmfe_swc_transformer_import_glob = { path = "../swc_transformer_import_glob", version = "0.0.9" } +farmfe_swc_transformer_import_glob = { path = "../swc_transformer_import_glob", version = "0.0.10" } 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 51d726508..8a333add4 100644 --- a/crates/plugin_static_assets/CHANGELOG.md +++ b/crates/plugin_static_assets/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.9...farmfe_plugin_static_assets-v0.0.10) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.8...farmfe_plugin_static_assets-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/plugin_static_assets/Cargo.toml b/crates/plugin_static_assets/Cargo.toml index 01c32963a..2bb2d04f1 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } 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 e8e887184..a2aaccca2 100644 --- a/crates/plugin_tree_shake/CHANGELOG.md +++ b/crates/plugin_tree_shake/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_tree_shake-v0.0.8...farmfe_plugin_tree_shake-v0.0.9) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.8](https://github.com/farm-fe/farm/compare/farmfe_plugin_tree_shake-v0.0.7...farmfe_plugin_tree_shake-v0.0.8) - 2024-07-15 ### Other diff --git a/crates/plugin_tree_shake/Cargo.toml b/crates/plugin_tree_shake/Cargo.toml index 399d76e65..88a417efe 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.8" +version = "0.0.9" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } [features] diff --git a/crates/swc_transformer_import_glob/CHANGELOG.md b/crates/swc_transformer_import_glob/CHANGELOG.md index 214ce0830..6991c9ca5 100644 --- a/crates/swc_transformer_import_glob/CHANGELOG.md +++ b/crates/swc_transformer_import_glob/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_swc_transformer_import_glob-v0.0.9...farmfe_swc_transformer_import_glob-v0.0.10) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_swc_transformer_import_glob-v0.0.8...farmfe_swc_transformer_import_glob-v0.0.9) - 2024-07-15 ### Other diff --git a/crates/swc_transformer_import_glob/Cargo.toml b/crates/swc_transformer_import_glob/Cargo.toml index cb8159e9a..d09ec5b1f 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.9" +version = "0.0.10" 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.6.2" } -farmfe_toolkit = { path = "../toolkit", version = "0.0.11" } +farmfe_core = { path = "../core", version = "0.6.3" } +farmfe_toolkit = { path = "../toolkit", version = "0.0.12" } farmfe_utils = { path = "../utils", version = "0.1.5" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } diff --git a/crates/testing_helpers/CHANGELOG.md b/crates/testing_helpers/CHANGELOG.md index b5512eeff..06d40e943 100644 --- a/crates/testing_helpers/CHANGELOG.md +++ b/crates/testing_helpers/CHANGELOG.md @@ -6,6 +6,11 @@ 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_testing_helpers-v0.0.11...farmfe_testing_helpers-v0.0.12) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.11](https://github.com/farm-fe/farm/compare/farmfe_testing_helpers-v0.0.10...farmfe_testing_helpers-v0.0.11) - 2024-07-15 ### Other diff --git a/crates/testing_helpers/Cargo.toml b/crates/testing_helpers/Cargo.toml index 84cd977eb..9341317ab 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.11" +version = "0.0.12" 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.6.2" } +farmfe_core = { path = "../core", version = "0.6.3" } diff --git a/crates/toolkit/CHANGELOG.md b/crates/toolkit/CHANGELOG.md index f7aaf0c1c..0b1c8fd48 100644 --- a/crates/toolkit/CHANGELOG.md +++ b/crates/toolkit/CHANGELOG.md @@ -6,6 +6,11 @@ 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_toolkit-v0.0.11...farmfe_toolkit-v0.0.12) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.11](https://github.com/farm-fe/farm/compare/farmfe_toolkit-v0.0.10...farmfe_toolkit-v0.0.11) - 2024-07-15 ### Other diff --git a/crates/toolkit/Cargo.toml b/crates/toolkit/Cargo.toml index 1a7f84bc8..66c52341a 100644 --- a/crates/toolkit/Cargo.toml +++ b/crates/toolkit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "farmfe_toolkit" -version = "0.0.11" +version = "0.0.12" 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.6.2" } +farmfe_core = { path = "../core", version = "0.6.3" } farmfe_utils = { path = "../utils", version = "0.1.5" } -farmfe_toolkit_plugin_types = { path = "../toolkit_plugin_types", version = "0.0.18" } -farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.11" } +farmfe_toolkit_plugin_types = { path = "../toolkit_plugin_types", version = "0.0.19" } +farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.12" } 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 e18a88084..16b43f6a1 100644 --- a/crates/toolkit_plugin_types/CHANGELOG.md +++ b/crates/toolkit_plugin_types/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.19](https://github.com/farm-fe/farm/compare/farmfe_toolkit_plugin_types-v0.0.18...farmfe_toolkit_plugin_types-v0.0.19) - 2024-07-19 + +### Other +- updated the following local packages: farmfe_core + ## [0.0.18](https://github.com/farm-fe/farm/compare/farmfe_toolkit_plugin_types-v0.0.17...farmfe_toolkit_plugin_types-v0.0.18) - 2024-07-15 ### Other diff --git a/crates/toolkit_plugin_types/Cargo.toml b/crates/toolkit_plugin_types/Cargo.toml index 73c977ee6..8ec262690 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.18" +version = "0.0.19" edition = "2021" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] license = "MIT" description = "builtin tooltips for farm plugins" [dependencies] -farmfe_core = { version = "0.6.2", path = "../core" } +farmfe_core = { version = "0.6.3", 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 465a96b74..d06207a0d 100644 --- a/packages/create-farm/CHANGELOG.md +++ b/packages/create-farm/CHANGELOG.md @@ -36,13 +36,18 @@ ### 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.2](https://github.com/farm-fe/farm/compare/create_farm_node-v0.1.1...create_farm_node-v0.1.2) - 2024-07-19 + +### Other +- Version Packages ([#1614](https://github.com/farm-fe/farm/pull/1614)) + ## [0.1.1](https://github.com/farm-fe/farm/compare/create_farm_node-v0.1.0...create_farm_node-v0.1.1) - 2024-05-28 ### Other diff --git a/packages/create-farm/Cargo.toml b/packages/create-farm/Cargo.toml index 059d63138..bdf65f98f 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.1" +version = "0.1.2" authors = ["Erkelost"] license = "MIT" description = "Create Farm cli tool" @@ -19,7 +19,7 @@ napi = { version = "2.15.2", default-features = false, features = [ "serde-json", ] } napi-derive = "2.15.2" -create-farm = { version = "0.1.1", path = "../../crates/create-farm-rs" } +create-farm = { version = "0.1.2", path = "../../crates/create-farm-rs" } [build-dependencies] napi-build = "2.0.1"