Skip to content

Commit

Permalink
Version Packages (#2070)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 16, 2025
1 parent 0163299 commit d1bc936
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/eight-mice-march.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.39

### Patch Changes

- Updated dependencies [0163299e]
- @farmfe/core@1.6.6

## 1.0.38

### 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.38",
"version": "1.0.39",
"private": true,
"description": "",
"scripts": {},
Expand Down
6 changes: 6 additions & 0 deletions examples/tailwind-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe-examples/tailwind-next

## 0.0.8

### Patch Changes

- @farmfe/js-plugin-tailwindcss@0.0.7

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/tailwind-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe-examples/tailwind-next",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"dependencies": {
"@farmfe/js-plugin-tailwindcss": "workspace:^",
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.1

### Patch Changes

- 0163299e: Fix persistent cache panic when using addFileWatchFile with query #2067
- Updated dependencies [0163299e]
- @farmfe/core@1.6.6

## 1.12.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.12.0",
"version": "1.12.1",
"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.6.0",
"@farmfe/core": "workspace:^1.6.6",
"@farmfe/js-plugin-dts": "workspace:^",
"@types/less": "^3.0.3",
"less": "^4.1.3"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.6.0",
"@farmfe/core": "workspace:^1.6.6",
"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.1

### Patch Changes

- 0163299e: Fix persistent cache panic when using addFileWatchFile with query #2067
- Updated dependencies [0163299e]
- @farmfe/core@1.6.6

## 1.11.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.11.0",
"version": "1.11.1",
"description": "support postcss for farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"postcss-url": "^10.1.3"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.6.5",
"@farmfe/core": "workspace:^1.6.6",
"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.1

### Patch Changes

- 0163299e: Fix persistent cache panic when using addFileWatchFile with query #2067
- Updated dependencies [0163299e]
- @farmfe/core@1.6.6

## 2.12.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.12.0",
"version": "2.12.1",
"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.6.0",
"@farmfe/core": "workspace:^1.6.6",
"@farmfe/js-plugin-dts": "workspace:*",
"sass": "^1.74.1",
"sass-embedded": "^1.74.1"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.6.0",
"@farmfe/core": "workspace:^1.6.6",
"sass": "^1.3.0",
"sass-embedded": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"solid-js": "^1.7.8"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.6.5"
"@farmfe/core": "workspace:^1.6.6"
},
"files": [
"build"
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-tailwindcss

## 0.0.7

### Patch Changes

- Updated dependencies [0163299e]
- @farmfe/core@1.6.6

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-tailwindcss",
"version": "0.0.6",
"version": "0.0.7",
"description": "support tailwindcss for farm.",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"source-map": "^0.7.4"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.6.5",
"@farmfe/core": "workspace:^1.6.6",
"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.6

### Patch Changes

- 0163299e: Fix persistent cache panic when using addFileWatchFile with query #2067

## 1.6.5

### Patch 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.6.5",
"version": "1.6.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit d1bc936

Please sign in to comment.