Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .changeset/ledger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ weapp-tailwindcss@5.3.5:
intents:
- empty-wxs-script
- funky-keys-greet
weapp-tailwindcss@5.3.6:
dir: packages/weapp-tailwindcss
intents:
- uni-app-x-local-style-important
5 changes: 0 additions & 5 deletions .changeset/uni-app-x-local-style-important.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/react-lynx-promo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@

### Patch Changes

- Updated dependencies:
- @weapp-tailwindcss/lynx@0.3.5

## 0.0.0

### Patch Changes

- Updated dependencies:
- @weapp-tailwindcss/lynx@0.3.4
7 changes: 7 additions & 0 deletions examples/react-lynx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies:
- @weapp-tailwindcss/lynx@0.3.5

## 0.1.2

### Patch Changes

- Updated dependencies:
- @weapp-tailwindcss/lynx@0.3.4

Expand Down
7 changes: 7 additions & 0 deletions examples/react-native-expo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies:
- @weapp-tailwindcss/react-native@0.2.8

## 0.1.3

### Patch Changes

- Updated dependencies:
- @weapp-tailwindcss/react-native@0.2.7

Expand Down
7 changes: 7 additions & 0 deletions packages/build-all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies:
- weapp-tailwindcss@5.3.6

## 0.0.72

### Patch Changes

- Updated dependencies:
- weapp-tailwindcss@5.3.5

Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @weapp-tailwindcss/cli

## 5.3.6

### Patch Changes

- Updated dependencies:
- weapp-tailwindcss@5.3.6

## 5.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/cli",
"type": "module",
"version": "5.3.5",
"version": "5.3.6",
"description": "Cross-platform Tailwind CSS CLI for Web and mini-program builds. 面向 Web 与小程序构建的跨端 Tailwind CSS CLI。",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/lynx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @weapp-tailwindcss/lynx

## 0.3.5

### Patch Changes

- Updated dependencies:
- weapp-tailwindcss@5.3.6

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lynx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/lynx",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"description": "Tailwind CSS integration for ReactLynx and Rspeedy cross-platform builds. 面向 ReactLynx 与 Rspeedy 跨端构建的 Tailwind CSS 集成。",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @weapp-tailwindcss/react-native

## 0.2.8

### Patch Changes

- Updated dependencies:
- weapp-tailwindcss@5.3.6

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/react-native",
"type": "module",
"version": "0.2.7",
"version": "0.2.8",
"description": "Tailwind CSS compiler and Expo Metro integration for cross-platform React Native apps. 面向跨端 React Native 应用的 Tailwind CSS 编译器与 Expo Metro 集成。",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/weapp-tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# weapp-tailwindcss

## 5.3.6

### Patch Changes

- 修复 uni-app x Web 局部样式中的重要修饰符导致 CSS 编译失败的问题,确保 `!mt-6` 与 `mt-6!` 能生成 Tailwind CSS v4 支持的形式。

## 5.3.5

### 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,7 +1,7 @@
{
"name": "weapp-tailwindcss",
"type": "module",
"version": "5.3.5",
"version": "5.3.6",
"description": "Bring Tailwind CSS to every platform! 把 Tailwind CSS 的原子化开发体验带到全端!",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies:
- weapp-tailwindcss@5.3.6

## 1.0.65

### Patch Changes

- Updated dependencies:
- weapp-tailwindcss@5.3.5

Expand Down
Loading