Skip to content

Commit

Permalink
chore(create-farm): release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 11, 2025
1 parent 2423ee6 commit abd8a88
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/farmfe_bench"
[dependencies]
criterion2 = { version = "0.11.0", default-features = false }
farmfe_core = { path = "../core", version = "0.7.3" }
farmfe_compiler = { path = "../compiler", version = "0.0.16" }
farmfe_compiler = { path = "../compiler", version = "0.0.17" }

[[bench]]
name = "compiler_bench"
Expand Down
6 changes: 6 additions & 0 deletions crates/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.17](https://github.com/farm-fe/farm/compare/farmfe_compiler-v0.0.16...farmfe_compiler-v0.0.17) - 2025-01-11

### Other

- updated the following local packages: farmfe_plugin_resolve

## [0.0.16](https://github.com/farm-fe/farm/compare/farmfe_compiler-v0.0.15...farmfe_compiler-v0.0.16) - 2025-01-09

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions crates/compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "farmfe_compiler"
version = "0.0.16"
version = "0.0.17"
edition = "2021"
authors = ["brightwu(吴明亮) <1521488775@qq.com>"]
license = "MIT"
Expand All @@ -12,7 +12,7 @@ documentation = "https://docs.rs/farmfe_compiler"
[dependencies]
farmfe_core = { path = "../core", version = "0.7.3" }
farmfe_plugin_partial_bundling = { path = "../plugin_partial_bundling", version = "0.0.15" }
farmfe_plugin_resolve = { path = "../plugin_resolve", version = "0.0.15" }
farmfe_plugin_resolve = { path = "../plugin_resolve", version = "0.0.16" }
farmfe_plugin_script = { path = "../plugin_script", version = "0.0.15" }
farmfe_plugin_runtime = { path = "../plugin_runtime", version = "0.0.15" }
farmfe_plugin_html = { path = "../plugin_html", version = "0.0.15" }
Expand Down
6 changes: 6 additions & 0 deletions crates/create-farm-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6](https://github.com/farm-fe/farm/compare/create-farm-v0.1.5...create-farm-v0.1.6) - 2025-01-11

### Added

- *(create)* add support for tauri 2 (#2001)

## [0.1.5](https://github.com/farm-fe/farm/compare/create-farm-v0.1.4...create-farm-v0.1.5) - 2025-01-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/create-farm-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "create-farm"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["Erkelost"]
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions crates/plugin_resolve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.16](https://github.com/farm-fe/farm/compare/farmfe_plugin_resolve-v0.0.15...farmfe_plugin_resolve-v0.0.16) - 2025-01-11

### Fixed

- *(plugin_resolve)* duplicated querystring on external (#2057)

## [0.0.15](https://github.com/farm-fe/farm/compare/farmfe_plugin_resolve-v0.0.14...farmfe_plugin_resolve-v0.0.15) - 2025-01-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/plugin_resolve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "farmfe_plugin_resolve"
version = "0.0.15"
version = "0.0.16"
edition = "2021"
authors = ["brightwu(吴明亮) <1521488775@qq.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-farm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5", path = "../../crates/create-farm-rs" }
create-farm = { version = "0.1.6", path = "../../crates/create-farm-rs" }

[build-dependencies]
napi-build = "2.0.1"

0 comments on commit abd8a88

Please sign in to comment.