Skip to content

Commit a1c4c97

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages (alpha)
1 parent 4363839 commit a1c4c97

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,8 @@
6868
"wetw": "0.1.0",
6969
"@weapp-tailwindcss/website": "1.0.12"
7070
},
71-
"changesets": []
71+
"changesets": [
72+
"fast-geckos-tap",
73+
"quick-camels-sell"
74+
]
7275
}

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.9-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`914b61c`](https://github.com/sonofmagic/weapp-tailwindcss/commit/914b61ca8995becda219d67ea98aa0ee6a2359a6), [`01c4f02`](https://github.com/sonofmagic/weapp-tailwindcss/commit/01c4f025272a6b6fbe4021a713dc838bb92fc625)]:
8+
9+
310
## 0.0.8
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.8",
4+
"version": "0.0.9-alpha.0",
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.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [`01c4f02`](https://github.com/sonofmagic/weapp-tailwindcss/commit/01c4f025272a6b6fbe4021a713dc838bb92fc625) Thanks [@sonofmagic](https://github.com/sonofmagic)! - feat: 默认 tailwindcss-patcher 的缓存策略从 文件缓存,变为内存缓存,可通过配置恢复
8+
9+
### Patch Changes
10+
11+
- [`914b61c`](https://github.com/sonofmagic/weapp-tailwindcss/commit/914b61ca8995becda219d67ea98aa0ee6a2359a6) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore: 升级 tailwindcss-patch 优化 windows 系统下发生的 ERROR Unable to persist Tailwind class cache EPERM: operation not permitted, lstat '\\?\E:\workspace\uni-app-x-hbuilderx\node_modules\.cache\tailwindcss-patch\class-cache.json' 错误报告
12+
313
## 4.8.15
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.15",
3+
"version": "4.9.0-alpha.0",
44
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)