Skip to content

Commit fd8d296

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 259d88b commit fd8d296

File tree

8 files changed

+27
-15
lines changed

8 files changed

+27
-15
lines changed

.changeset/geng-huan-pxtrans.md

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

.changeset/ying-yong-uniapp.md

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

packages/build-all/CHANGELOG.md

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

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`19e9417`](https://github.com/sonofmagic/weapp-tailwindcss/commit/19e94172cd2b79b28b863a15e477136f269bbc3b), [`644bc7f`](https://github.com/sonofmagic/weapp-tailwindcss/commit/644bc7f23c7f46c9bfe28d19757bc8d530e67669)]:
8+
- @weapp-tailwindcss/postcss@2.1.0
9+
10+
311
## 0.0.5
412

513
### 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.5",
4+
"version": "0.0.6",
55
"private": true,
66
"scripts": {
77
"build": "node -e \"console.log('build-all meta build complete')\""

packages/postcss/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [`19e9417`](https://github.com/sonofmagic/weapp-tailwindcss/commit/19e94172cd2b79b28b863a15e477136f269bbc3b) Thanks [@sonofmagic](https://github.com/sonofmagic)! - - postcss 包的 px2rpx 链路全面切换为 postcss-pxtrans,移除对 postcss-pxtransform 的依赖
8+
- 升级 postcss-rem-to-responsive-pixel 到 7.0.0 版本
9+
310
## 2.0.8
411

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

packages/weapp-tailwindcss/CHANGELOG.md

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

3+
## 4.8.13
4+
5+
### Patch Changes
6+
7+
- [`644bc7f`](https://github.com/sonofmagic/weapp-tailwindcss/commit/644bc7f23c7f46c9bfe28d19757bc8d530e67669) Thanks [@sonofmagic](https://github.com/sonofmagic)! - 拆分 presets 到独立文件并补充 uni-app/Taro/HBuilderX 预设,uni-app 在 H5/App 目标默认禁用转换,同时完善相关测试。
8+
9+
- Updated dependencies [[`19e9417`](https://github.com/sonofmagic/weapp-tailwindcss/commit/19e94172cd2b79b28b863a15e477136f269bbc3b)]:
10+
- @weapp-tailwindcss/postcss@2.1.0
11+
312
## 4.8.12
413

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

0 commit comments

Comments
 (0)