Skip to content

Commit

Permalink
chore: release (#1115)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 2, 2024
1 parent d17f6f4 commit 0ed23cc
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ farmfe_plugin_script = { path = "../plugin_script", version = "0.0.3" }
farmfe_plugin_runtime = { path = "../plugin_runtime", version = "0.0.3" }
farmfe_plugin_html = { path = "../plugin_html", version = "0.0.3" }
farmfe_plugin_tree_shake = { path = "../plugin_tree_shake", version = "0.0.3" }
farmfe_plugin_css = { path = "../plugin_css", version = "0.0.3" }
farmfe_plugin_css = { path = "../plugin_css", version = "0.0.4" }
farmfe_plugin_lazy_compilation = { path = "../plugin_lazy_compilation", version = "0.0.3" }
farmfe_plugin_static_assets = { path = "../plugin_static_assets", version = "0.0.3" }
farmfe_plugin_minify = { path = "../plugin_minify", version = "0.0.3" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_utils = { path = "../utils", version = "0.1.4" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
farmfe_plugin_json = { path = "../plugin_json", version = "0.0.3" }
Expand Down
5 changes: 5 additions & 0 deletions crates/plugin_css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_css-v0.0.3...farmfe_plugin_css-v0.0.4) - 2024-04-02

### Other
- release ([#1114](https://github.com/farm-fe/farm/pull/1114))

## [0.0.3](https://github.com/farm-fe/farm/compare/farmfe_plugin_css-v0.0.2...farmfe_plugin_css-v0.0.3) - 2024-04-01

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions crates/plugin_css/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "farmfe_plugin_css"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
authors = ["brightwu(吴明亮) <[email protected]>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/farmfe_plugin_css"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_utils = { path = "../utils", version = "0.1.4" }
farmfe_macro_cache_item = { path = "../macro_cache_item", version = "0.1.3" }
rkyv = { version = "0.7.42" }
Expand Down
2 changes: 1 addition & 1 deletion crates/plugin_define/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ documentation = "https://docs.rs/farmfe_plugin_define"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_utils = { path = "../utils", version = "0.1.4" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
2 changes: 1 addition & 1 deletion crates/plugin_html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ documentation = "https://docs.rs/farmfe_plugin_html"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
rkyv = { version = "0.7.42" }
2 changes: 1 addition & 1 deletion crates/plugin_json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ documentation = "https://docs.rs/farmfe_plugin_json"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
2 changes: 1 addition & 1 deletion crates/plugin_lazy_compilation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ documentation = "https://docs.rs/farmfe_plugin_lazy_compilation"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
farmfe_utils = { path = "../utils", version = "0.1.4" }
2 changes: 1 addition & 1 deletion crates/plugin_minify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ documentation = "https://docs.rs/farmfe_plugin_minify"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
2 changes: 1 addition & 1 deletion crates/plugin_partial_bundling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/farmfe_plugin_partial_bundling"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/plugin_polyfill/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ documentation = "https://docs.rs/farmfe_plugin_polyfill"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
2 changes: 1 addition & 1 deletion crates/plugin_resolve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/farmfe_plugin_resolve"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
farmfe_utils = { path = "../utils", version = "0.1.4" }

Expand Down
2 changes: 1 addition & 1 deletion crates/plugin_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/farmfe_plugin_runtime"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
farmfe_utils = { path = "../utils", version = "0.1.4" }
rkyv = { version = "0.7.42" }
2 changes: 1 addition & 1 deletion crates/plugin_script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/farmfe_plugin_script"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
farmfe_utils = { path = "../utils", version = "0.1.4" }
farmfe_swc_transformer_import_glob = { path = "../swc_transformer_import_glob", version = "0.0.3" }
Expand Down
2 changes: 1 addition & 1 deletion crates/plugin_static_assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/farmfe_plugin_static_assets"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
farmfe_utils = { path = "../utils", version = "0.1.4" }
base64 = "0.21.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/plugin_tree_shake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/farmfe_plugin_tree_shake"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
farmfe_utils = { path = "../utils", version = "0.1.4" }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_transformer_import_glob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ documentation = "https://docs.rs/farmfe_plugin_define"

[dependencies]
farmfe_core = { path = "../core", version = "0.4.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.4" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.5" }
farmfe_utils = { path = "../utils", version = "0.1.4" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.5" }
5 changes: 5 additions & 0 deletions crates/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.5](https://github.com/farm-fe/farm/compare/farmfe_toolkit-v0.0.4...farmfe_toolkit-v0.0.5) - 2024-04-02

### Other
- release ([#1114](https://github.com/farm-fe/farm/pull/1114))

## [0.0.4](https://github.com/farm-fe/farm/compare/farmfe_toolkit-v0.0.3...farmfe_toolkit-v0.0.4) - 2024-04-01

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/toolkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "farmfe_toolkit"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
authors = ["brightwu(吴明亮) <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0ed23cc

Please sign in to comment.