Skip to content

Commit cfaed10

Browse files
committed
chore(all): 🤖 update farm version
1 parent 3634630 commit cfaed10

39 files changed

+177
-64
lines changed

Diff for: ‎Cargo.lock

+42-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ members = [
44
]
55
resolver = "2"
66
[workspace.dependencies]
7-
farmfe_core = { version = "0.7.1" }
7+
farmfe_core = { version = "0.7.2" }
88
farmfe_utils = { version = "0.1.6" }
9-
farmfe_toolkit_plugin_types = { version = "0.0.22" }
9+
farmfe_toolkit_plugin_types = { version = "0.0.23" }
1010
farmfe_macro_plugin = { version = "0.0.4" }
11-
farmfe_toolkit = "0.0.15"
11+
farmfe_toolkit = "0.0.16"
12+
farmfe_compiler = { version = "0.0.14" }

Diff for: ‎examples/babel-react-compiler/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# babel-react-compiler
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- chore: update farm version
8+
- Updated dependencies
9+
- @farmfe/js-plugin-babel@0.0.3
10+
- @farmfe/js-plugin-react-compiler@0.0.3
11+
312
## 1.0.1
413

514
### Patch Changes

Diff for: ‎examples/babel-react-compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-react-compiler",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "index.js",
66
"private": true,

Diff for: ‎examples/mdx/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# mdx
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- chore: update farm version

Diff for: ‎examples/mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdx",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"dev": "farm start",
66
"start": "farm start",

Diff for: ‎js-plugins/babel/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farmfe/js-plugin-babel
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- chore: update farm version
8+
39
## 0.0.2
410

511
### Patch Changes

Diff for: ‎js-plugins/babel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-babel",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"scripts": {
66
"build": "npm run build:cjs",

Diff for: ‎js-plugins/copy/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farmfe/js-plugin-copy
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- chore: update farm version
8+
39
## 0.0.3
410

511
### Patch Changes

Diff for: ‎js-plugins/copy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-copy",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "",
55
"main": "./build/cjs/index.cjs",
66
"types": "./build/esm/index.d.ts",

Diff for: ‎js-plugins/react-compiler/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farmfe/js-plugin-react-compiler
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- chore: update farm version
8+
39
## 0.0.2
410

511
### Patch Changes

Diff for: ‎js-plugins/react-compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-react-compiler",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"scripts": {
66
"build": "npm run build:cjs",

Diff for: ‎rust-plugins/auto-import/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farmfe/plugin-auto-import
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- chore: update farm version
8+
39
## 0.0.5
410

511
### Patch Changes

Diff for: ‎rust-plugins/auto-import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/plugin-auto-import",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"main": "scripts/index.js",
55
"types": "scripts/index.d.ts",
66
"type": "module",

Diff for: ‎rust-plugins/dsv/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farmfe/plugin-dsv
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- chore: update farm version
8+
39
## 0.0.7
410

511
### Patch Changes

0 commit comments

Comments
 (0)