Skip to content

Commit c7710fc

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 63c647e commit c7710fc

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/modern-donuts-expose.md

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

apps/next-app/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`63c647e`](https://github.com/sonofmagic/tailwindcss-mangle/commit/63c647e358db4b23766ee97d77b724925661fef4)
8+
`tailwindcss-patch@9.3.0`
9+
310
## 0.1.5
411

512
### Patch Changes

apps/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/tailwindcss-patch/CHANGELOG.md

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

3+
## 9.3.0
4+
5+
### Minor Changes
6+
7+
-**新增 `bareArbitraryValues` 选项,默认关闭。开启后,`tailwindcss-patch` 会把 UnoCSS 风格的裸任意值(例如 `p-10%``p-2.5px``m-4rem`)纳入 v4 候选收集与生成流程,并在输出中保留原始类名选择器。** [`63c647e`](https://github.com/sonofmagic/tailwindcss-mangle/commit/63c647e358db4b23766ee97d77b724925661fef4) by @sonofmagic
8+
39
## 9.2.1
410

511
### Patch Changes

packages/tailwindcss-patch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-patch",
3-
"version": "9.2.1",
3+
"version": "9.3.0",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"author": "ice breaker <1324318532@qq.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)