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
11 changes: 0 additions & 11 deletions .changeset/salty-sails-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/structured-generation-session.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.23

### Patch Changes

- 📦 **Dependencies** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2)
→ `unplugin-tailwindcss-mangle@6.0.1`, `tailwindcss-patch@10.0.2`

## 0.1.22

### 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.22",
"version": "0.1.23",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tailwindcss-mangle/config

## 8.0.1

### Patch Changes

- 🐛 **deps: upgrade** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2) by @sonofmagic
- 📦 **Dependencies** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2)
→ `@tailwindcss-mangle/shared@5.0.1`

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tailwindcss-mangle/config",
"type": "module",
"version": "8.0.0",
"version": "8.0.1",
"description": "The config and load function of tailwindcss-mangle",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tailwindcss-mangle/core

## 6.0.1

### Patch Changes

- 🐛 **deps: upgrade** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2) by @sonofmagic
- 📦 **Dependencies** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2)
→ `@tailwindcss-mangle/engine@0.2.0`, `@tailwindcss-mangle/config@8.0.1`, `@tailwindcss-mangle/shared@5.0.1`

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tailwindcss-mangle/core",
"type": "module",
"version": "6.0.0",
"version": "6.0.1",
"description": "The core of tailwindcss-mangle",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tailwindcss-mangle/engine

## 0.2.0

### Minor Changes

- ✨ **新增可复用的 Tailwind 生成会话和结构化 CSS AST 产物 API,支持显式候选类、source entries、失效与释放,同时保持现有 `createTailwindV4Engine().generate()` 调用兼容,并增强 Oxide 文件扫描为空时的兼容处理。** [`0e45825`](https://github.com/sonofmagic/tailwindcss-mangle/commit/0e45825fae5bac9ba654aaa50602e60f4da03068) by @sonofmagic

### Patch Changes

- 🐛 **deps: upgrade** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2) by @sonofmagic

## 0.1.3

### Patch Changes
Expand Down
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.1.3",
"version": "0.2.0",
"description": "Tailwind CSS candidate extraction and style generation engine for tailwindcss-mangle",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tailwindcss-mangle/shared

## 5.0.1

### Patch Changes

- 🐛 **deps: upgrade** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2) by @sonofmagic

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tailwindcss-mangle/shared",
"type": "module",
"version": "5.0.0",
"version": "5.0.1",
"description": "The shared utils of tailwindcss-mangle",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/tailwindcss-patch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# tailwindcss-patch

## 10.0.2

### Patch Changes

- 🐛 **deps: upgrade** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2) by @sonofmagic
- 📦 **Dependencies** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2)
→ `@tailwindcss-mangle/engine@0.2.0`, `@tailwindcss-mangle/config@8.0.1`

## 10.0.1

### 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": "10.0.1",
"version": "10.0.2",
"description": "patch tailwindcss for exposing context and extract classes",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/unplugin-tailwindcss-mangle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# unplugin-tailwindcss-mangle

## 6.0.1

### Patch Changes

- 🐛 **deps: upgrade** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2) by @sonofmagic
- 📦 **Dependencies** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2)
→ `@tailwindcss-mangle/core@6.0.1`, `@tailwindcss-mangle/config@8.0.1`, `@tailwindcss-mangle/shared@5.0.1`

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-tailwindcss-mangle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-tailwindcss-mangle",
"type": "module",
"version": "6.0.0",
"version": "6.0.1",
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tailwindcss-mangle/website

## 1.1.5

### Patch Changes

- 🐛 **deps: upgrade** [`8755961`](https://github.com/sonofmagic/tailwindcss-mangle/commit/87559611db4ec070c6a6d3159b1ca7c5367a6eb2) by @sonofmagic

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tailwindcss-mangle/website",
"type": "module",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"description": "",
"author": "",
Expand Down
Loading