Skip to content

Commit 0061cff

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent d03ff21 commit 0061cff

File tree

7 files changed

+19
-87
lines changed

7 files changed

+19
-87
lines changed

.changeset/fast-geckos-tap.md

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

.changeset/pre.json

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

.changeset/quick-camels-sell.md

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

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
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.9-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.9-alpha.0",
4+
"version": "0.0.9",
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
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.9.0-alpha.0
414

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

0 commit comments

Comments
 (0)