Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
},
"changesets": [
"bright-horses-clean",
"e2e-watch-group-entry",
"honest-hounds-hug",
"perf-hot-path-caching",
"weapp-tailwindcss-alias"
Expand Down
7 changes: 7 additions & 0 deletions packages/build-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @weapp-tailwindcss/build-all

## 0.0.22-alpha.1

### Patch Changes

- 📦 **Dependencies** [`b3f570b`](https://github.com/sonofmagic/weapp-tailwindcss/commit/b3f570b55be2756b836d3938a52e21d5abd8fe7f)
→ `weapp-tailwindcss@4.11.0-alpha.1`

## 0.0.22-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-all/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/build-all",
"type": "module",
"version": "0.0.22-alpha.0",
"version": "0.0.22-alpha.1",
"private": true,
"engines": {
"node": "^20.19.0 || >=22.12.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/weapp-tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# weapp-tailwindcss

## 4.11.0-alpha.1

### Patch Changes

- 🐛 **完善 `e2e:watch` 热更新回归流程:** [#819](https://github.com/sonofmagic/weapp-tailwindcss/pull/819) by @sonofmagic
- 新增 `demo` 与 `apps` 分组测试入口,避免分组执行时重复跑单 case 文件
- 将 `test:watch-hmr` 切换为 `node --import tsx` 启动,修复部分环境下 `tsx` IPC `EPERM` 导致的回归无法启动问题
- 调整 `apps/taro-webpack-tailwindcss-v4` 的 watch 回归命令,确保 Taro webpack 场景下模板、脚本、样式热更新都能稳定校验

## 4.11.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weapp-tailwindcss",
"version": "4.11.0-alpha.0",
"version": "4.11.0-alpha.1",
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down