Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/fix-type-errors-98f3d7d9c.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/build-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @weapp-tailwindcss/build-all

## 0.0.12

### Patch Changes

- 📦 Updated 7 dependencies [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3)

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-all/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/build-all",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"private": true,
"scripts": {
"build": "node -e \"console.log('build-all meta build complete')\""
Expand Down
7 changes: 7 additions & 0 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @weapp-tailwindcss/init

## 1.0.10

### Patch Changes

- 📦 **Dependencies** [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3)
`@weapp-tailwindcss/[email protected]`

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weapp-tailwindcss/init",
"version": "1.0.9",
"version": "1.0.10",
"description": "@weapp-tailwindcss/init",
"author": "ice breaker <[email protected]>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @weapp-tailwindcss/postcss

## 2.1.1

### Patch Changes

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

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weapp-tailwindcss/postcss",
"version": "2.1.0",
"version": "2.1.1",
"description": "@weapp-tailwindcss/postcss",
"author": "ice breaker <[email protected]>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @weapp-tailwindcss/shared

## 1.1.2

### Patch Changes

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

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weapp-tailwindcss/shared",
"version": "1.1.1",
"version": "1.1.2",
"description": "@weapp-tailwindcss/shared",
"author": "ice breaker <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/tailwindcss-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tailwindcss-config

## 1.1.4

### Patch Changes

- 📦 **Dependencies** [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3)
`@weapp-tailwindcss/[email protected]`

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tailwindcss-config",
"type": "module",
"version": "1.1.3",
"version": "1.1.4",
"description": "load tailwindcss config function",
"author": "ice breaker <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/tailwindcss-injector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tailwindcss-injector

## 1.0.10

### Patch Changes

- 📦 **Dependencies** [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3)
`@weapp-tailwindcss/[email protected]`, `[email protected]`

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-injector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tailwindcss-injector",
"type": "module",
"version": "1.0.9",
"version": "1.0.10",
"description": "tsup(esbuild) build package template",
"author": "ice breaker <[email protected]>",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/weapp-style-injector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# weapp-style-injector

## 0.0.1

### Patch Changes

- 🐛 **修复 TypeScript 严格模式下的类型错误:** [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3) by @sonofmagic
- **@weapp-tailwindcss/shared**: 修复 `groupBy` 函数中的类型推断问题
- **@weapp-tailwindcss/postcss**: 添加 `process.env.TARO_ENV` 类型声明,修复 `pipeline.ts` 和 `shared.ts` 中的 `exactOptionalPropertyTypes` 问题
- **weapp-style-injector**: 修复 `uni-app.ts`、`taro.ts`、`vite.ts`、`webpack.ts` 及相关子模块中的可选属性类型问题
2 changes: 1 addition & 1 deletion packages/weapp-style-injector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weapp-style-injector",
"version": "0.0.0",
"version": "0.0.1",
"description": "weapp-style-injector",
"author": "ice breaker <[email protected]>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/weapp-tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# weapp-tailwindcss

## 4.9.3

### Patch Changes

- 📦 **Dependencies** [`84061c4`](https://github.com/sonofmagic/weapp-tailwindcss/commit/84061c4606d4ae28334bcce5fd4552211130e1d3)
`@weapp-tailwindcss/[email protected]`, `@weapp-tailwindcss/[email protected]`

## 4.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weapp-tailwindcss",
"version": "4.9.2",
"version": "4.9.3",
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
"author": "ice breaker <[email protected]>",
"license": "MIT",
Expand Down