Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 27, 2024
1 parent ca28145 commit 76a28e7
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 6 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.

15 changes: 15 additions & 0 deletions crates/create-farm-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
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.1](https://github.com/farm-fe/farm/compare/create-farm-v0.1.0...create-farm-v0.1.1) - 2024-06-27

### Added
- migration of `create-farm-node` to `create-farm` ([#1377](https://github.com/farm-fe/farm/pull/1377))

### Other
- optimize package_manager options ([#1354](https://github.com/farm-fe/farm/pull/1354))
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.0"
version = "0.1.1"
edition = "2021"
authors = ["Erkelost"]
license = "MIT"
Expand Down
15 changes: 15 additions & 0 deletions crates/macro_testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
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.0.2](https://github.com/farm-fe/farm/compare/farmfe_testing-v0.0.1...farmfe_testing-v0.0.2) - 2024-06-27

### Added
- runtime bundle ([#1406](https://github.com/farm-fe/farm/pull/1406))

### Other
- release ([#1353](https://github.com/farm-fe/farm/pull/1353))
2 changes: 1 addition & 1 deletion crates/macro_testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "farmfe_testing"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["shulandmimi <sshuang141@163.com>"]
license = "MIT"
Expand Down
12 changes: 12 additions & 0 deletions crates/plugin_bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
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.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_bundle-v0.0.1) - 2024-06-27

### Added
- runtime bundle ([#1406](https://github.com/farm-fe/farm/pull/1406))
2 changes: 1 addition & 1 deletion crates/plugin_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ farmfe_utils = { path = "../utils", version = "0.1.4" }
rkyv = { version = "0.7.42" }

[features]
profile = ["farmfe_core/profile"]
profile = ["farmfe_core/profile"]
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.0", path = "../../crates/create-farm-rs" }
create-farm = { version = "0.1.1", path = "../../crates/create-farm-rs" }

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

0 comments on commit 76a28e7

Please sign in to comment.