Skip to content

Commit ca75fb5

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 6596fae commit ca75fb5

File tree

9 files changed

+34
-12
lines changed

9 files changed

+34
-12
lines changed

.changeset/big-showers-swim.md

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

packages/config/CHANGELOG.md

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

3+
## 5.1.2
4+
5+
### Patch Changes
6+
7+
- [`6596fae`](https://github.com/sonofmagic/tailwindcss-mangle/commit/6596fae09395e1d92f2dc9244586fe05366aa42b) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(tailwindcss-patch): make @tailwindcss/node as dependencies
8+
39
## 5.1.1
410

511
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindcss-mangle/config",
33
"type": "module",
4-
"version": "5.1.1",
4+
"version": "5.1.2",
55
"description": "The config and load function of tailwindcss-mangle",
66
"author": "ice breaker <[email protected]>",
77
"license": "MIT",

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @tailwindcss-mangle/core
22

3+
## 4.1.3
4+
5+
### Patch Changes
6+
7+
- [`6596fae`](https://github.com/sonofmagic/tailwindcss-mangle/commit/6596fae09395e1d92f2dc9244586fe05366aa42b) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(tailwindcss-patch): make @tailwindcss/node as dependencies
8+
9+
- Updated dependencies [[`6596fae`](https://github.com/sonofmagic/tailwindcss-mangle/commit/6596fae09395e1d92f2dc9244586fe05366aa42b)]:
10+
- @tailwindcss-mangle/config@5.1.2
11+
312
## 4.1.2
413

514
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindcss-mangle/core",
33
"type": "module",
4-
"version": "4.1.2",
4+
"version": "4.1.3",
55
"description": "The core of tailwindcss-mangle",
66
"author": "ice breaker <[email protected]>",
77
"license": "MIT",

packages/tailwindcss-patch/CHANGELOG.md

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

3+
## 7.1.6
4+
5+
### Patch Changes
6+
7+
- [`6596fae`](https://github.com/sonofmagic/tailwindcss-mangle/commit/6596fae09395e1d92f2dc9244586fe05366aa42b) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(tailwindcss-patch): make @tailwindcss/node as dependencies
8+
9+
- Updated dependencies [[`6596fae`](https://github.com/sonofmagic/tailwindcss-mangle/commit/6596fae09395e1d92f2dc9244586fe05366aa42b)]:
10+
- @tailwindcss-mangle/config@5.1.2
11+
312
## 7.1.5
413

514
### 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": "7.1.5",
3+
"version": "7.1.6",
44
"description": "patch tailwindcss for exposing context and extract classes",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

website/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [`6596fae`](https://github.com/sonofmagic/tailwindcss-mangle/commit/6596fae09395e1d92f2dc9244586fe05366aa42b) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore(tailwindcss-patch): make @tailwindcss/node as dependencies
8+
39
## 1.1.0
410

511
### Minor Changes

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindcss-mangle/website",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"private": true,
66
"description": "",
77
"author": "",

0 commit comments

Comments
 (0)