Skip to content

Commit 7481a23

Browse files
Version Packages (#2007)
* Version Packages * chore: revert major bump --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: brightwu <[email protected]>
1 parent b235a91 commit 7481a23

18 files changed

+84
-28
lines changed

.changeset/spicy-snakes-pay.md

-5
This file was deleted.

.changeset/twelve-radios-hear.md

-5
This file was deleted.

bench/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# bench
22

3+
## 1.0.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b235a919]
8+
- Updated dependencies [6b849123]
9+
- @farmfe/core@1.6.0
10+
311
## 1.0.32
412

513
### Patch Changes

bench/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bench",
3-
"version": "1.0.32",
3+
"version": "1.0.33",
44
"private": true,
55
"description": "",
66
"scripts": {},

js-plugins/less/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farmfe/js-plugin-less
22

3+
## 1.12.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b235a919]
8+
- Updated dependencies [6b849123]
9+
- @farmfe/core@1.6.0
10+
311
## 1.11.0
412

513
### Patch Changes

js-plugins/less/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-less",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "support less compile for farm.",
55
"main": "./build/cjs/index.cjs",
66
"types": "./build/cjs/index.d.ts",
@@ -40,13 +40,13 @@
4040
"license": "MIT",
4141
"devDependencies": {
4242
"@farmfe/cli": "workspace:*",
43-
"@farmfe/core": "workspace:^1.5.0",
43+
"@farmfe/core": "workspace:^1.6.0",
4444
"@farmfe/js-plugin-dts": "workspace:^",
4545
"@types/less": "^3.0.3",
4646
"less": "^4.1.3"
4747
},
4848
"peerDependencies": {
49-
"@farmfe/core": "workspace:^1.5.0",
49+
"@farmfe/core": "workspace:^1.6.0",
5050
"less": "^3.5.0 || ^4.0.0"
5151
}
5252
}

js-plugins/postcss/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farmfe/js-plugin-postcss
22

3+
## 1.11.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b235a919]
8+
- Updated dependencies [6b849123]
9+
- @farmfe/core@1.6.0
10+
311
## 1.10.0
412

513
### Patch Changes

js-plugins/postcss/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-postcss",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "support postcss for farm.",
55
"main": "./build/cjs/index.cjs",
66
"types": "./build/cjs/index.d.ts",
@@ -40,7 +40,7 @@
4040
"license": "MIT",
4141
"devDependencies": {
4242
"@farmfe/cli": "workspace:*",
43-
"@farmfe/core": "workspace:^1.5.0",
43+
"@farmfe/core": "workspace:^1.6.0",
4444
"@farmfe/js-plugin-dts": "workspace:*",
4545
"@types/postcss-import": "^14.0.3",
4646
"@types/postcss-url": "^10.0.4",
@@ -51,7 +51,7 @@
5151
"postcss-url": "^10.1.3"
5252
},
5353
"peerDependencies": {
54-
"@farmfe/core": "workspace:^1.5.0",
54+
"@farmfe/core": "workspace:^1.6.0",
5555
"postcss": ">=8.0.0"
5656
}
5757
}

js-plugins/sass/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farmfe/js-plugin-sass
22

3+
## 2.12.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b235a919]
8+
- Updated dependencies [6b849123]
9+
- @farmfe/core@1.6.0
10+
311
## 2.11.0
412

513
### Patch Changes

js-plugins/sass/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-sass",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "support scss compile for farm.",
55
"main": "./build/cjs/index.cjs",
66
"types": "./build/cjs/index.d.ts",
@@ -46,13 +46,13 @@
4646
"license": "MIT",
4747
"devDependencies": {
4848
"@farmfe/cli": "workspace:*",
49-
"@farmfe/core": "workspace:^1.5.0",
49+
"@farmfe/core": "workspace:^1.6.0",
5050
"@farmfe/js-plugin-dts": "workspace:*",
5151
"sass": "^1.74.1",
5252
"sass-embedded": "^1.74.1"
5353
},
5454
"peerDependencies": {
55-
"@farmfe/core": "workspace:^1.5.0",
55+
"@farmfe/core": "workspace:^1.6.0",
5656
"sass": "^1.3.0",
5757
"sass-embedded": "*"
5858
}

js-plugins/solid/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farmfe/js-plugin-solid
22

3+
## 2.11.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b235a919]
8+
- Updated dependencies [6b849123]
9+
- @farmfe/core@1.6.0
10+
311
## 2.10.0
412

513
### Patch Changes

js-plugins/solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-solid",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "SolidJS support for Farm",
55
"author": {
66
"name": "J4ck W4n9",
@@ -41,7 +41,7 @@
4141
"solid-js": "^1.7.8"
4242
},
4343
"peerDependencies": {
44-
"@farmfe/core": "workspace:^1.5.0"
44+
"@farmfe/core": "workspace:^1.6.0"
4545
},
4646
"files": [
4747
"build"

js-plugins/svgr/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farmfe/js-plugin-svgr
22

3+
## 1.9.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b235a919]
8+
- Updated dependencies [6b849123]
9+
- @farmfe/core@1.6.0
10+
311
## 1.8.0
412

513
### Patch Changes

js-plugins/svgr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-svgr",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "support svgr compile for farm.",
55
"main": "./build/cjs/index.cjs",
66
"types": "./build/cjs/index.d.ts",
@@ -40,14 +40,14 @@
4040
"license": "MIT",
4141
"devDependencies": {
4242
"@farmfe/cli": "workspace:*",
43-
"@farmfe/core": "workspace:^1.5.0",
43+
"@farmfe/core": "workspace:^1.6.0",
4444
"@farmfe/js-plugin-dts": "workspace:^"
4545
},
4646
"dependencies": {
4747
"@svgr/core": "^8.1.0",
4848
"@svgr/plugin-jsx": "^8.1.0"
4949
},
5050
"peerDependencies": {
51-
"@farmfe/core": "workspace:^1.5.0"
51+
"@farmfe/core": "workspace:^1.6.0"
5252
}
5353
}

js-plugins/vue/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farmfe/js-plugin-vue
22

3+
## 3.12.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b235a919]
8+
- Updated dependencies [6b849123]
9+
- @farmfe/core@1.6.0
10+
311
## 3.11.0
412

513
### Patch Changes

js-plugins/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-vue",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "support vue sfc for farm.",
55
"main": "./build/index.cjs",
66
"module": "./dist/farm-vue-plugin.js",
@@ -52,7 +52,7 @@
5252
"source-map": "^0.7.4"
5353
},
5454
"peerDependencies": {
55-
"@farmfe/core": "workspace:^1.5.0",
55+
"@farmfe/core": "workspace:^1.6.0",
5656
"less": "*",
5757
"sass": "*",
5858
"stylus": "*"

packages/core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @farmfe/core
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- 6b849123: js plugin supports process module hook
8+
9+
### Patch Changes
10+
11+
- b235a919: feat: support invalidateModule
12+
313
## 1.5.0
414

515
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/core",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)