Skip to content

Commit 2eb7e84

Browse files
Version Packages
1 parent cc2294a commit 2eb7e84

File tree

17 files changed

+72
-19
lines changed

17 files changed

+72
-19
lines changed

.changeset/fix-type-errors-98f3d7d9c.md

Lines changed: 0 additions & 11 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 7 dependencies [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3)
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
"scripts": {
77
"build": "node -e \"console.log('build-all meta build complete')\""

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** [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3)
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @weapp-tailwindcss/postcss
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 🐛 **修复 TypeScript 严格模式下的类型错误:** [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3) by @sonofmagic
8+
- **@weapp-tailwindcss/shared**: 修复 `groupBy` 函数中的类型推断问题
9+
- **@weapp-tailwindcss/postcss**: 添加 `process.env.TARO_ENV` 类型声明,修复 `pipeline.ts``shared.ts` 中的 `exactOptionalPropertyTypes` 问题
10+
- **weapp-style-injector**: 修复 `uni-app.ts``taro.ts``vite.ts``webpack.ts` 及相关子模块中的可选属性类型问题
11+
- 📦 **Dependencies** [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3)
12+
`@weapp-tailwindcss/[email protected]`
13+
314
## 2.1.0
415

516
### 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @weapp-tailwindcss/shared
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- 🐛 **修复 TypeScript 严格模式下的类型错误:** [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3) by @sonofmagic
8+
- **@weapp-tailwindcss/shared**: 修复 `groupBy` 函数中的类型推断问题
9+
- **@weapp-tailwindcss/postcss**: 添加 `process.env.TARO_ENV` 类型声明,修复 `pipeline.ts``shared.ts` 中的 `exactOptionalPropertyTypes` 问题
10+
- **weapp-style-injector**: 修复 `uni-app.ts``taro.ts``vite.ts``webpack.ts` 及相关子模块中的可选属性类型问题
11+
312
## 1.1.1
413

514
### 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",

packages/tailwindcss-config/CHANGELOG.md

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

3+
## 1.1.4
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3)
8+
`@weapp-tailwindcss/[email protected]`
9+
310
## 1.1.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)