Skip to content

Commit c84d916

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 7a33c9a commit c84d916

5 files changed

Lines changed: 23 additions & 15 deletions

File tree

.changeset/ten-experts-shake.md

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

packages/postcss/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [`7a33c9a`](https://github.com/sonofmagic/weapp-tailwindcss/commit/7a33c9afc8dfe1c32c76d0598e30753970a57146) Thanks [@sonofmagic](https://github.com/sonofmagic)! - ## Fix
8+
9+
fix: 使用 rounded-full 单位时出现 infinity 问题,只在 taro 默认转化 rpx 情况下出现
10+
11+
https://github.com/sonofmagic/weapp-tailwindcss/issues/695
12+
13+
参考链接:
14+
15+
https://github.com/tailwindlabs/tailwindcss/blob/77b3cb5318840925d8a75a11cc90552a93507ddc/packages/tailwindcss/src/utilities.ts#L2128
16+
317
## 1.1.0
418

519
### 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": "1.1.0",
3+
"version": "1.1.1",
44
"description": "@weapp-tailwindcss/postcss",
55
"author": "ice breaker <1324318532@qq.com>",
66
"license": "MIT",

packages/weapp-tailwindcss/CHANGELOG.md

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

3+
## 4.2.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7a33c9a`](https://github.com/sonofmagic/weapp-tailwindcss/commit/7a33c9afc8dfe1c32c76d0598e30753970a57146)]:
8+
- @weapp-tailwindcss/postcss@1.1.1
9+
310
## 4.2.7
411

512
### 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.2.7",
3+
"version": "4.2.8",
44
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
55
"author": "ice breaker <1324318532@qq.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)