Skip to content

Commit 33b2784

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages (alpha)
1 parent 94b2c71 commit 33b2784

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
},
7272
"changesets": [
7373
"fix-tailwind-v4-css-entries",
74-
"fix-weapp-vue-runtime"
74+
"fix-weapp-vue-runtime",
75+
"keep-v4-base-in-context"
7576
]
7677
}

packages/build-all/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @weapp-tailwindcss/build-all
22

3+
## 0.0.11-alpha.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`94b2c71`](https://github.com/sonofmagic/weapp-tailwindcss/commit/94b2c719ce916a1001070bda1bce30b04454080d)]:
8+
9+
310
## 0.0.11-alpha.0
411

512
### Patch Changes

packages/build-all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@weapp-tailwindcss/build-all",
33
"type": "module",
4-
"version": "0.0.11-alpha.0",
4+
"version": "0.0.11-alpha.1",
55
"private": true,
66
"scripts": {
77
"build": "node -e \"console.log('build-all meta build complete')\""

packages/weapp-tailwindcss/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# weapp-tailwindcss
22

3+
## 4.9.2-alpha.1
4+
5+
### Patch Changes
6+
7+
- [`94b2c71`](https://github.com/sonofmagic/weapp-tailwindcss/commit/94b2c719ce916a1001070bda1bce30b04454080d) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 修复 tailwindcss v4 在自动收集 cssEntries 时丢失基准目录的问题:从上下文创建 patcher 时附带工作区 base,保留用户显式设置的 v4 base,并在多 patcher 聚合时沿用首个 patcher 的配置。
8+
39
## 4.9.2-alpha.0
410

511
### Patch Changes

packages/weapp-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weapp-tailwindcss",
3-
"version": "4.9.2-alpha.0",
3+
"version": "4.9.2-alpha.1",
44
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)