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
8 changes: 0 additions & 8 deletions .changeset/tidy-engine-package.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-app

## 0.1.19

### Patch Changes

- 📦 **Dependencies** [`3c71d6e`](https://github.com/sonofmagic/tailwindcss-mangle/commit/3c71d6ee215eae7a4db8888c9272d11dfea9d327)
→ `tailwindcss-patch@9.5.0`

## 0.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app",
"version": "0.1.18",
"version": "0.1.19",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @tailwindcss-mangle/engine

## 0.1.0

### Minor Changes

- ✨ **新增独立的 Tailwind CSS 引擎包,承载候选类名提取、Tailwind v3/v4 样式生成、v4 source 扫描与 bare arbitrary value 解析能力。** [#211](https://github.com/sonofmagic/tailwindcss-mangle/pull/211) by @sonofmagic
- `tailwindcss-patch` 现在通过 `@tailwindcss-mangle/engine` 复用这些能力,并保留原有公共导出兼容性;同时将 Node.js 版本要求提升到 `>=22.13.0`。
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tailwindcss-mangle/engine",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"description": "Tailwind CSS candidate extraction and style generation engine for tailwindcss-mangle",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/tailwindcss-patch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# tailwindcss-patch

## 9.5.0

### Minor Changes

- ✨ **新增独立的 Tailwind CSS 引擎包,承载候选类名提取、Tailwind v3/v4 样式生成、v4 source 扫描与 bare arbitrary value 解析能力。** [#211](https://github.com/sonofmagic/tailwindcss-mangle/pull/211) by @sonofmagic
- `tailwindcss-patch` 现在通过 `@tailwindcss-mangle/engine` 复用这些能力,并保留原有公共导出兼容性;同时将 Node.js 版本要求提升到 `>=22.13.0`。

### Patch Changes

- 📦 **Dependencies** [`3c71d6e`](https://github.com/sonofmagic/tailwindcss-mangle/commit/3c71d6ee215eae7a4db8888c9272d11dfea9d327)
→ `@tailwindcss-mangle/engine@0.1.0`

## 9.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-patch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-patch",
"version": "9.4.4",
"version": "9.5.0",
"description": "patch tailwindcss for exposing context and extract classes",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
Loading