Skip to content

Commit f6984fb

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 0526d09 commit f6984fb

File tree

11 files changed

+26
-101
lines changed

11 files changed

+26
-101
lines changed

.changeset/fix-tailwind-v4-css-entries.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-weapp-vue-runtime.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/keep-v4-base-in-context.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/patch-weapp-tailwindcss-v4-config.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 78 deletions
This file was deleted.

apps/tailwindcss-weapp/CHANGELOG.md

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

3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [`fb723b0`](https://github.com/sonofmagic/weapp-tailwindcss/commit/fb723b038bd94866118a56b74cd8b35a0e0c85cd) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 修复 mp-weixin 构建时强制使用内置的 uni-mp-vue 运行时,避免缺失 findComponentPropsData 导致的打包错误。
8+
39
## 0.0.1-alpha.0
410

511
### Patch Changes

apps/tailwindcss-weapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-weapp",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.0.1",
44
"private": true,
55
"author": "ice breaker <[email protected]>",
66
"repository": {

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
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fb723b0`](https://github.com/sonofmagic/weapp-tailwindcss/commit/fb723b038bd94866118a56b74cd8b35a0e0c85cd), [`94b2c71`](https://github.com/sonofmagic/weapp-tailwindcss/commit/94b2c719ce916a1001070bda1bce30b04454080d), [`acdfd59`](https://github.com/sonofmagic/weapp-tailwindcss/commit/acdfd5928c02343c78a8f4cdc3889f5b067533ea)]:
8+
9+
310
## 0.0.11-alpha.2
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.2",
4+
"version": "0.0.11",
55
"private": true,
66
"scripts": {
77
"build": "node -e \"console.log('build-all meta build complete')\""

packages/weapp-tailwindcss/CHANGELOG.md

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

3+
## 4.9.2
4+
5+
### Patch Changes
6+
7+
- [`fb723b0`](https://github.com/sonofmagic/weapp-tailwindcss/commit/fb723b038bd94866118a56b74cd8b35a0e0c85cd) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 修复配置 cssEntries 时默认强制覆盖 tailwind v4 base 导致 @config 解析到错误目录的问题,保持用户自定义 base 并让入口目录成为默认解析基准,避免运行时类名收集为空。
8+
9+
- [`94b2c71`](https://github.com/sonofmagic/weapp-tailwindcss/commit/94b2c719ce916a1001070bda1bce30b04454080d) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 修复 tailwindcss v4 在自动收集 cssEntries 时丢失基准目录的问题:从上下文创建 patcher 时附带工作区 base,保留用户显式设置的 v4 base,并在多 patcher 聚合时沿用首个 patcher 的配置。
10+
11+
- [`acdfd59`](https://github.com/sonofmagic/weapp-tailwindcss/commit/acdfd5928c02343c78a8f4cdc3889f5b067533ea) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 修复 v4 patcher 在提供 cssEntries 時錯誤覆寫 base 導致 @config 解析失效,補充回歸確保 runtime class set 正確收集並轉義,並依賴升級至修復版 [email protected]
12+
313
## 4.9.2-alpha.2
414

515
### Patch Changes

0 commit comments

Comments
 (0)