Skip to content

Commit e82664b

Browse files
Version Packages (#2030)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0ad977b commit e82664b

File tree

16 files changed

+42
-23
lines changed

16 files changed

+42
-23
lines changed

.changeset/eight-forks-glow.md

-5
This file was deleted.

.changeset/pink-dolls-hug.md

-5
This file was deleted.

.changeset/thirty-points-march.md

-5
This file was deleted.

bench/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# bench
22

3+
## 1.0.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0ad977b6]
8+
- @farmfe/core@1.6.3
9+
310
## 1.0.35
411

512
### Patch Changes

bench/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bench",
3-
"version": "1.0.35",
3+
"version": "1.0.36",
44
"private": true,
55
"description": "",
66
"scripts": {},

examples/tailwind-next/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @farmfe-examples/tailwind-next
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ee014937]
8+
- @farmfe/js-plugin-tailwindcss@0.0.4
9+
310
## 0.0.4
411

512
### Patch Changes

examples/tailwind-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe-examples/tailwind-next",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"dependencies": {
66
"@farmfe/js-plugin-tailwindcss": "workspace:^",

js-plugins/electron/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farmfe/js-plugin-electron
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 3d5506a1: fix: dependencies unintentionally marked as external
8+
39
## 1.0.2
410

511
### Patch Changes

js-plugins/electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-electron",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Support development Electron App using Farm.",
55
"main": "./build/cjs/index.cjs",
66
"types": "./build/cjs/index.d.ts",

js-plugins/postcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"postcss-url": "^10.1.3"
5252
},
5353
"peerDependencies": {
54-
"@farmfe/core": "workspace:^1.6.2",
54+
"@farmfe/core": "workspace:^1.6.3",
5555
"postcss": ">=8.0.0"
5656
}
5757
}

js-plugins/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"solid-js": "^1.7.8"
4242
},
4343
"peerDependencies": {
44-
"@farmfe/core": "workspace:^1.6.2"
44+
"@farmfe/core": "workspace:^1.6.3"
4545
},
4646
"files": [
4747
"build"

js-plugins/tailwindcss/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farmfe/js-plugin-tailwindcss
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- ee014937: use configResolve instead of config hooks
8+
- Updated dependencies [0ad977b6]
9+
- @farmfe/core@1.6.3
10+
311
## 0.0.3
412

513
### Patch Changes

js-plugins/tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/js-plugin-tailwindcss",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "support tailwindcss for farm.",
55
"type": "module",
66
"main": "./dist/index.js",

js-plugins/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"source-map": "^0.7.4"
5353
},
5454
"peerDependencies": {
55-
"@farmfe/core": "workspace:^1.6.2",
55+
"@farmfe/core": "workspace:^1.6.3",
5656
"less": "*",
5757
"sass": "*",
5858
"stylus": "*"

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farmfe/core
22

3+
## 1.6.3
4+
5+
### Patch Changes
6+
7+
- 0ad977b6: import meta glob search package
8+
39
## 1.6.2
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/core",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)