Skip to content

Commit

Permalink
Version Packages (#2029)
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 Dec 26, 2024
1 parent 43e0ea0 commit 83101bc
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-carrots-think.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.35

### Patch Changes

- Updated dependencies [43e0ea06]
- @farmfe/core@1.6.2

## 1.0.34

### 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.34",
"version": "1.0.35",
"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.4

### Patch Changes

- @farmfe/js-plugin-tailwindcss@0.0.3

## 0.0.3

### 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.3",
"version": "0.0.4",
"private": true,
"dependencies": {
"@farmfe/js-plugin-tailwindcss": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"postcss-url": "^10.1.3"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.6.0",
"@farmfe/core": "workspace:^1.6.2",
"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.6.1"
"@farmfe/core": "workspace:^1.6.2"
},
"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.3

### Patch Changes

- Updated dependencies [43e0ea06]
- @farmfe/core@1.6.2

## 0.0.2

### 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.2",
"version": "0.0.3",
"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.1",
"@farmfe/core": "workspace:^1.6.2",
"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.2

### Patch Changes

- 43e0ea06: do not clean up then watch graph monitoring module

## 1.6.1

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

0 comments on commit 83101bc

Please sign in to comment.