Skip to content

Commit d58851e

Browse files
Version Packages (alpha)
1 parent bd16aaa commit d58851e

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,10 @@
6363
"wetw": "0.0.0",
6464
"@weapp-tailwindcss/website": "1.0.11"
6565
},
66-
"changesets": []
66+
"changesets": [
67+
"gengxin-weapp-tw-monorepo",
68+
"tailwindcss4-missing-cssentries-warning",
69+
"xiu-fu-vite-zhong-wen-chong-xie-shun-xu",
70+
"zengjia-wetw-cli"
71+
]
6772
}

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.8.5-alpha.0
4+
5+
### Patch Changes
6+
7+
- [`4bfc52b`](https://github.com/sonofmagic/weapp-tailwindcss/commit/4bfc52b147d39c52a42c5eaf10179f90a849ab49) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 增强 `weapp-tw patch` 在 pnpm monorepo 下的体验:按子包 hash 隔离缓存记录,检测不一致时自动重打补丁并刷新元数据;支持 `--workspace` 扫描工作区逐包补丁,默认读取 `pnpm-lock.yaml`/workspaces;新增 `--cwd` 优先级、记录中包含补丁版本与路径信息,避免跨包污染与告警。\*\*\*
8+
9+
- [`f5fa2ca`](https://github.com/sonofmagic/weapp-tailwindcss/commit/f5fa2ca71127c51c6e684310346192ff4053aaf1) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 在 tailwindcss@4 未配置 cssEntries 时输出显眼警告,提示使用包含 tailwindcss 引用的 CSS 绝对路径。
10+
11+
- [`2023d33`](https://github.com/sonofmagic/weapp-tailwindcss/commit/2023d337102a413d8388ce4378528e9df62afe77) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 修复 Vite 重写 `@import 'tailwindcss'` 的钩子顺序,确保 uni-app v4 构建时能提前改写为 `weapp-tailwindcss`
12+
313
## 4.8.4
414

515
### 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.8.4",
3+
"version": "4.8.5-alpha.0",
44
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

packages/wetw/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# wetw
2+
3+
## 0.1.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [`4cc94da`](https://github.com/sonofmagic/weapp-tailwindcss/commit/4cc94da01247a6d3fbe4e40516a6d2fa4b319501) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 为 wetw 增加基于 cac 的 CLI(init/list/add),支持自定义配置路径、工作目录以及强制覆盖;init 时可选择框架类型(mp-weixin/uni-app vue3/taro react),默认写出含 framework 的 wetw.config.ts;同时内置 counter/tag 多端模板与线上 registry 示例。

packages/wetw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wetw",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0-alpha.0",
55
"description": "tsdown bundler template",
66
"author": "ice breaker <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)