Skip to content

Commit dcc258b

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent f315aaa commit dcc258b

File tree

20 files changed

+74
-21
lines changed

20 files changed

+74
-21
lines changed

.changeset/css-calc-duplicate-cleaner.md

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

.changeset/shared-utils-extract.md

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

packages/build-all/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @weapp-tailwindcss/build-all
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- 📦 Updated 8 dependencies [`366027a`](https://github.com/sonofmagic/weapp-tailwindcss/commit/366027a3a9831cbdcb609297c75596ade0f42ad5)
8+
39
## 0.0.11
410

511
### 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.11",
4+
"version": "0.0.12",
55
"private": true,
66
"engines": {
77
"node": "^20.19.0 || >=22.12.0"

packages/init/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @weapp-tailwindcss/init
22

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`ccc0a33`](https://github.com/sonofmagic/weapp-tailwindcss/commit/ccc0a330b5cd455665a0f2f2c3e8895b27a04b52)
8+
`@weapp-tailwindcss/[email protected]`
9+
310
## 1.0.9
411

512
### Patch Changes

packages/init/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/init",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "@weapp-tailwindcss/init",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

packages/postcss/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 🐛 **修复 `cssCalc` 预计算时可能输出重复声明的问题,新增仅在启用 `cssCalc` 时生效的去重清理。** [`366027a`](https://github.com/sonofmagic/weapp-tailwindcss/commit/366027a3a9831cbdcb609297c75596ade0f42ad5) by @sonofmagic
8+
- 📦 **Dependencies** [`ccc0a33`](https://github.com/sonofmagic/weapp-tailwindcss/commit/ccc0a330b5cd455665a0f2f2c3e8895b27a04b52)
9+
`@weapp-tailwindcss/[email protected]`
10+
311
## 2.1.0
412

513
### Minor Changes

packages/postcss/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/postcss",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "@weapp-tailwindcss/postcss",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

packages/shared/CHANGELOG.md

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

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- 🐛 **提取常用字符串/数组工具到 shared,并在相关包中复用。** [`ccc0a33`](https://github.com/sonofmagic/weapp-tailwindcss/commit/ccc0a330b5cd455665a0f2f2c3e8895b27a04b52) by @sonofmagic
8+
39
## 1.1.1
410

511
### Patch Changes

packages/shared/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/shared",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "@weapp-tailwindcss/shared",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)