Skip to content

Commit

Permalink
Version Packages (#1806)
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 Oct 8, 2024
1 parent 9740859 commit 96374d3
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-drinks-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-gorillas-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-humans-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-fans-notice.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.14

### Patch Changes

- Updated dependencies [97408595]
- @farmfe/core@1.3.25

## 1.0.13

### 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.13",
"version": "1.0.14",
"private": true,
"description": "",
"scripts": {},
Expand Down
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.8.1

### Patch Changes

- 97408595: Fix postcss/tailwind postcss does not work on windows. fix #1777
- Updated dependencies [97408595]
- @farmfe/core@1.3.25

## 1.8.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.8.0",
"version": "1.8.1",
"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.3.17",
"@farmfe/core": "workspace:^1.3.25",
"@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.3.17",
"@farmfe/core": "workspace:^1.3.25",
"postcss": ">=8.0.0"
}
}
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.3.24"
"@farmfe/core": "workspace:^1.3.25"
},
"files": [
"build"
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/visualizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-record-viewer

## 1.1.2

### Patch Changes

- 978e2dd2: Optimize filters for Plugin Analysis
- 97408595: Optimize plugin performance panel

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/visualizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-visualizer",
"version": "1.1.1",
"version": "1.1.2",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
"type": "module",
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.3.24",
"@farmfe/core": "workspace:^1.3.25",
"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.3.25

### Patch Changes

- 97408595: Fix persistent cache panic when working with lazy compilation

## 1.3.24

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

0 comments on commit 96374d3

Please sign in to comment.