Skip to content

Commit

Permalink
Version Packages (#2060)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions[bot] and github-actions[bot] authored Jan 14, 2025
1 parent 59b39d9 commit c80a338
Showing 12 changed files with 33 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-berries-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.38

### Patch Changes

- Updated dependencies [2423ee65]
- @farmfe/core@1.6.5

## 1.0.37

### Patch Changes
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.37",
"version": "1.0.38",
"private": true,
"description": "",
"scripts": {},
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.7

### Patch Changes

- @farmfe/js-plugin-tailwindcss@0.0.6

## 0.0.6

### Patch Changes
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.6",
"version": "0.0.7",
"private": true,
"dependencies": {
"@farmfe/js-plugin-tailwindcss": "workspace:^",
2 changes: 1 addition & 1 deletion js-plugins/postcss/package.json
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
"postcss-url": "^10.1.3"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.6.4",
"@farmfe/core": "workspace:^1.6.5",
"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
@@ -41,7 +41,7 @@
"solid-js": "^1.7.8"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.6.4"
"@farmfe/core": "workspace:^1.6.5"
},
"files": [
"build"
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.6

### Patch Changes

- Updated dependencies [2423ee65]
- @farmfe/core@1.6.5

## 0.0.5

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

### Patch Changes

- 2423ee65: Fix query strings in external imports are duplicated

## 1.6.4

### Patch Changes
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.4",
"version": "1.6.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",

0 comments on commit c80a338

Please sign in to comment.