Skip to content

Commit

Permalink
Version Packages (#2016)
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 24, 2024
1 parent 9e9e94e commit b4db6c2
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-boxes-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-dots-mate.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.34

### Patch Changes

- Updated dependencies [9e9e94e2]
- @farmfe/core@1.6.1

## 1.0.33

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

## 0.0.3

### Patch Changes

- Updated dependencies [83fb24ea]
- @farmfe/js-plugin-tailwindcss@0.0.2
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.2",
"version": "0.0.3",
"private": true,
"dependencies": {
"@farmfe/js-plugin-tailwindcss": "workspace:^",
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.0"
"@farmfe/core": "workspace:^1.6.1"
},
"files": [
"build"
Expand Down
9 changes: 9 additions & 0 deletions js-plugins/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @farmfe/js-plugin-tailwindcss

## 0.0.2

### Patch Changes

- 83fb24ea: feat: support tailwindcss plugin
- Updated dependencies [9e9e94e2]
- @farmfe/core@1.6.1
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.1",
"version": "0.0.2",
"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.0",
"@farmfe/core": "workspace:^1.6.1",
"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.1

### Patch Changes

- 9e9e94e2: fix namespace fallback when use literal computed

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

0 comments on commit b4db6c2

Please sign in to comment.