Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent 6b84912 commit a7ba01b
Show file tree
Hide file tree
Showing 17 changed files with 73 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/twelve-radios-hear.md

This file was deleted.

7 changes: 7 additions & 0 deletions bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bench

## 1.0.33

### Patch Changes

- Updated dependencies [6b849123]
- @farmfe/core@1.6.0

## 1.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bench",
"version": "1.0.32",
"version": "1.0.33",
"private": true,
"description": "",
"scripts": {},
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/less/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-less

## 2.0.0

### Patch Changes

- Updated dependencies [6b849123]
- @farmfe/core@1.6.0

## 1.11.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions js-plugins/less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-less",
"version": "1.11.0",
"version": "2.0.0",
"description": "support less compile for farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
Expand Down Expand Up @@ -40,13 +40,13 @@
"license": "MIT",
"devDependencies": {
"@farmfe/cli": "workspace:*",
"@farmfe/core": "workspace:^1.5.0",
"@farmfe/core": "workspace:^1.6.0",
"@farmfe/js-plugin-dts": "workspace:^",
"@types/less": "^3.0.3",
"less": "^4.1.3"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.5.0",
"@farmfe/core": "workspace:^1.6.0",
"less": "^3.5.0 || ^4.0.0"
}
}
7 changes: 7 additions & 0 deletions js-plugins/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-postcss

## 2.0.0

### Patch Changes

- Updated dependencies [6b849123]
- @farmfe/core@1.6.0

## 1.10.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions js-plugins/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-postcss",
"version": "1.10.0",
"version": "2.0.0",
"description": "support postcss for farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"devDependencies": {
"@farmfe/cli": "workspace:*",
"@farmfe/core": "workspace:^1.5.0",
"@farmfe/core": "workspace:^1.6.0",
"@farmfe/js-plugin-dts": "workspace:*",
"@types/postcss-import": "^14.0.3",
"@types/postcss-url": "^10.0.4",
Expand All @@ -51,7 +51,7 @@
"postcss-url": "^10.1.3"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.5.0",
"@farmfe/core": "workspace:^1.6.0",
"postcss": ">=8.0.0"
}
}
7 changes: 7 additions & 0 deletions js-plugins/sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-sass

## 3.0.0

### Patch Changes

- Updated dependencies [6b849123]
- @farmfe/core@1.6.0

## 2.11.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions js-plugins/sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-sass",
"version": "2.11.0",
"version": "3.0.0",
"description": "support scss compile for farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
Expand Down Expand Up @@ -46,13 +46,13 @@
"license": "MIT",
"devDependencies": {
"@farmfe/cli": "workspace:*",
"@farmfe/core": "workspace:^1.5.0",
"@farmfe/core": "workspace:^1.6.0",
"@farmfe/js-plugin-dts": "workspace:*",
"sass": "^1.74.1",
"sass-embedded": "^1.74.1"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.5.0",
"@farmfe/core": "workspace:^1.6.0",
"sass": "^1.3.0",
"sass-embedded": "*"
}
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-solid

## 3.0.0

### Patch Changes

- Updated dependencies [6b849123]
- @farmfe/core@1.6.0

## 2.10.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions js-plugins/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-solid",
"version": "2.10.0",
"version": "3.0.0",
"description": "SolidJS support for Farm",
"author": {
"name": "J4ck W4n9",
Expand Down Expand Up @@ -41,7 +41,7 @@
"solid-js": "^1.7.8"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.5.0"
"@farmfe/core": "workspace:^1.6.0"
},
"files": [
"build"
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/svgr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-svgr

## 2.0.0

### Patch Changes

- Updated dependencies [6b849123]
- @farmfe/core@1.6.0

## 1.8.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions js-plugins/svgr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-svgr",
"version": "1.8.0",
"version": "2.0.0",
"description": "support svgr compile for farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
Expand Down Expand Up @@ -40,14 +40,14 @@
"license": "MIT",
"devDependencies": {
"@farmfe/cli": "workspace:*",
"@farmfe/core": "workspace:^1.5.0",
"@farmfe/core": "workspace:^1.6.0",
"@farmfe/js-plugin-dts": "workspace:^"
},
"dependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.5.0"
"@farmfe/core": "workspace:^1.6.0"
}
}
7 changes: 7 additions & 0 deletions js-plugins/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-vue

## 4.0.0

### Patch Changes

- Updated dependencies [6b849123]
- @farmfe/core@1.6.0

## 3.11.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions js-plugins/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-vue",
"version": "3.11.0",
"version": "4.0.0",
"description": "support vue sfc for farm.",
"main": "./build/index.cjs",
"module": "./dist/farm-vue-plugin.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"source-map": "^0.7.4"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.5.0",
"@farmfe/core": "workspace:^1.6.0",
"less": "*",
"sass": "*",
"stylus": "*"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/core

## 1.6.0

### Minor Changes

- 6b849123: js plugin supports process module hook

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/core",
"version": "1.5.0",
"version": "1.6.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit a7ba01b

Please sign in to comment.