Skip to content

Commit 4615835

Browse files
committed
feat(rust-plugins): 🎸 update farm v1
1 parent c6f8452 commit 4615835

File tree

37 files changed

+211
-261
lines changed

37 files changed

+211
-261
lines changed

‎Cargo.lock‎

Lines changed: 2 additions & 233 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rust-plugins/auto-import/CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @farmfe/plugin-auto-import
22

3+
## 0.1.0
4+
5+
### Patch Changes
6+
7+
- feat: farm v1
8+
9+
## 0.1.0-beta.0
10+
11+
### Minor Changes
12+
13+
- feat(rust-plugins): update farm v2-beta
14+
315
## 0.0.9
416

517
### Patch Changes

‎rust-plugins/auto-import/package.json‎

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

‎rust-plugins/auto-import/playground-react/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"devDependencies": {
1919
"@farmfe/cli": "^1.0.4",
20-
"@farmfe/core": "^1.7.1",
21-
"@farmfe/plugin-react": "^1.2.6",
20+
"@farmfe/core": "^2.0.0-beta.0",
21+
"@farmfe/plugin-react": "^2.0.0-beta.0",
2222
"@types/react": "^18.3.5",
2323
"@types/react-dom": "^18.3.0",
2424
"core-js": "^3.38.1",

‎rust-plugins/auto-import/playground-vue/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@farmfe/cli": "^1.0.2",
17-
"@farmfe/core": "^1.3.0",
17+
"@farmfe/core": "^2.0.0-beta.0",
1818
"@farmfe/plugin-auto-import": "workspace:*",
1919
"@vitejs/plugin-vue": "^5.0.4",
2020
"core-js": "^3.30.1"

0 commit comments

Comments
 (0)