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
7 changes: 0 additions & 7 deletions .changeset/purple-hotels-itch.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tailwindcss-mangle/core

## 2.3.0

### Minor Changes

- 3c2d2b9: fix(tailwindcss-patch): monorepo basedir option
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss-mangle/core",
"version": "2.2.2",
"version": "2.3.0",
"description": "The core of tailwindcss-mangle",
"author": "SonOfMagic <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/tailwindcss-patch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tailwindcss-patch

## 3.0.1

### Patch Changes

- 3c2d2b9: fix(tailwindcss-patch): monorepo basedir option

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"description": "patch tailwindcss for exposing context and extract classes",
"author": "SonOfMagic <[email protected]>",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/unplugin-tailwindcss-mangle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# unplugin-tailwindcss-mangle

## 2.3.0

### Minor Changes

- 3c2d2b9: fix(tailwindcss-patch): monorepo basedir option

### Patch Changes

- Updated dependencies [3c2d2b9]
- @tailwindcss-mangle/[email protected]
2 changes: 1 addition & 1 deletion packages/unplugin-tailwindcss-mangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-tailwindcss-mangle",
"version": "2.2.2",
"version": "2.3.0",
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
"author": "SonOfMagic <[email protected]>",
"license": "MIT",
Expand Down