Skip to content

Commit 361734f

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent ade6fe0 commit 361734f

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/bright-bulldogs-wave.md

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

.changeset/zh-disabled-options.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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cd3975d`](https://github.com/sonofmagic/weapp-tailwindcss/commit/cd3975dfeefa5a1ba298b6724d2af681a26cd260), [`ade6fe0`](https://github.com/sonofmagic/weapp-tailwindcss/commit/ade6fe02b994f08f8d4c422485a982b4aaad34b8)]:
8+
9+
310
## 0.0.6
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.6",
4+
"version": "0.0.7",
55
"private": true,
66
"scripts": {
77
"build": "node -e \"console.log('build-all meta build complete')\""

packages/weapp-tailwindcss/CHANGELOG.md

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

3+
## 4.8.14
4+
5+
### Patch Changes
6+
7+
- [`cd3975d`](https://github.com/sonofmagic/weapp-tailwindcss/commit/cd3975dfeefa5a1ba298b6724d2af681a26cd260) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 开启 css import 重写时,将 `@import "tailwindcss"` 映射到 `@import "weapp-tailwindcss/index.css"`
8+
9+
- [`ade6fe0`](https://github.com/sonofmagic/weapp-tailwindcss/commit/ade6fe02b994f08f8d4c422485a982b4aaad34b8) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 为 `disabled` 增加细粒度配置,支持仅关闭主流程或仅关闭 `@import "tailwindcss"` 重写,方便多端场景按需禁用。
10+
311
## 4.8.13
412

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

0 commit comments

Comments
 (0)