Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 15, 2024
1 parent ad55abb commit 2c6419f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 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.

5 changes: 5 additions & 0 deletions crates/compiler/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.10](https://github.com/farm-fe/farm/compare/farmfe_compiler-v0.0.9...farmfe_compiler-v0.0.10) - 2024-07-15

### 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
Expand Down
2 changes: 1 addition & 1 deletion 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.9"
version = "0.0.10"
edition = "2021"
authors = ["brightwu(吴明亮) <1521488775@qq.com>"]
license = "MIT"
Expand Down
5 changes: 5 additions & 0 deletions crates/create-farm-rs/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.1.2](https://github.com/farm-fe/farm/compare/create-farm-v0.1.1...create-farm-v0.1.2) - 2024-07-15

### 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
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.1"
version = "0.1.2"
edition = "2021"
authors = ["Erkelost"]
license = "MIT"
Expand Down
7 changes: 6 additions & 1 deletion packages/create-farm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,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-15

### Other
- updated the following local packages: create-farm

## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/create-farm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

0 comments on commit 2c6419f

Please sign in to comment.