Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2007

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/spicy-snakes-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-radios-hear.md

This file was deleted.

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

## 1.0.33

### Patch Changes

- Updated dependencies [b235a919]
- 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
8 changes: 8 additions & 0 deletions js-plugins/less/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farmfe/js-plugin-less

## 1.12.0

### Patch Changes

- Updated dependencies [b235a919]
- 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": "1.12.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"
}
}
8 changes: 8 additions & 0 deletions js-plugins/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farmfe/js-plugin-postcss

## 1.11.0

### Patch Changes

- Updated dependencies [b235a919]
- 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": "1.11.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"
}
}
8 changes: 8 additions & 0 deletions js-plugins/sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farmfe/js-plugin-sass

## 2.12.0

### Patch Changes

- Updated dependencies [b235a919]
- 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": "2.12.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
8 changes: 8 additions & 0 deletions js-plugins/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farmfe/js-plugin-solid

## 2.11.0

### Patch Changes

- Updated dependencies [b235a919]
- 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": "2.11.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
8 changes: 8 additions & 0 deletions js-plugins/svgr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farmfe/js-plugin-svgr

## 1.9.0

### Patch Changes

- Updated dependencies [b235a919]
- 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": "1.9.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"
}
}
8 changes: 8 additions & 0 deletions js-plugins/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farmfe/js-plugin-vue

## 3.12.0

### Patch Changes

- Updated dependencies [b235a919]
- 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": "3.12.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
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @farmfe/core

## 1.6.0

### Minor Changes

- 6b849123: js plugin supports process module hook

### Patch Changes

- b235a919: feat: support invalidateModule

## 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
Loading