Skip to content

Commit

Permalink
chore(all): 🤖 update farm version
Browse files Browse the repository at this point in the history
  • Loading branch information
CCherry07 committed Dec 25, 2024
1 parent 3634630 commit cfaed10
Show file tree
Hide file tree
Showing 39 changed files with 177 additions and 64 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ members = [
]
resolver = "2"
[workspace.dependencies]
farmfe_core = { version = "0.7.1" }
farmfe_core = { version = "0.7.2" }
farmfe_utils = { version = "0.1.6" }
farmfe_toolkit_plugin_types = { version = "0.0.22" }
farmfe_toolkit_plugin_types = { version = "0.0.23" }
farmfe_macro_plugin = { version = "0.0.4" }
farmfe_toolkit = "0.0.15"
farmfe_toolkit = "0.0.16"
farmfe_compiler = { version = "0.0.14" }
9 changes: 9 additions & 0 deletions examples/babel-react-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# babel-react-compiler

## 1.0.2

### Patch Changes

- chore: update farm version
- Updated dependencies
- @farmfe/js-plugin-babel@0.0.3
- @farmfe/js-plugin-react-compiler@0.0.3

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/babel-react-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-react-compiler",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions examples/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# mdx

## 1.0.1

### Patch Changes

- chore: update farm version
2 changes: 1 addition & 1 deletion examples/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdx",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"dev": "farm start",
"start": "farm start",
Expand Down
6 changes: 6 additions & 0 deletions js-plugins/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/js-plugin-babel

## 0.0.3

### Patch Changes

- chore: update farm version

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-babel",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"scripts": {
"build": "npm run build:cjs",
Expand Down
6 changes: 6 additions & 0 deletions js-plugins/copy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/js-plugin-copy

## 0.0.4

### Patch Changes

- chore: update farm version

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-copy",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "./build/cjs/index.cjs",
"types": "./build/esm/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions js-plugins/react-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/js-plugin-react-compiler

## 0.0.3

### Patch Changes

- chore: update farm version

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/react-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-react-compiler",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"scripts": {
"build": "npm run build:cjs",
Expand Down
6 changes: 6 additions & 0 deletions rust-plugins/auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/plugin-auto-import

## 0.0.6

### Patch Changes

- chore: update farm version

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion rust-plugins/auto-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-auto-import",
"version": "0.0.5",
"version": "0.0.6",
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions rust-plugins/dsv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/plugin-dsv

## 0.0.8

### Patch Changes

- chore: update farm version

## 0.0.7

### Patch Changes
Expand Down
Loading

0 comments on commit cfaed10

Please sign in to comment.