Skip to content

Commit c19f93d

Browse files
committed
chore: release v3.2.0
1 parent 65ee73c commit c19f93d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [3.2.0](https://github.com/heroui-inc/tailwind-variants/compare/v3.1.1...v3.2.0) (2025-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* export defaultConfig as value and remove responsiveVariants ([#284](https://github.com/heroui-inc/tailwind-variants/issues/284)) ([65ee73c](https://github.com/heroui-inc/tailwind-variants/commit/65ee73cc80eb1813d582ede6091f849fa572317e))
7+
* make twMerge default to true in cn function ([#283](https://github.com/heroui-inc/tailwind-variants/issues/283)) ([1659aa7](https://github.com/heroui-inc/tailwind-variants/commit/1659aa7acccdc0a2ccdd4597a54c988866ca1d64))
8+
* no longer minifyng the code ([#282](https://github.com/heroui-inc/tailwind-variants/issues/282)) ([34c62f4](https://github.com/heroui-inc/tailwind-variants/commit/34c62f48a72680b2cde9d06d9e1e64520db0c55b))
9+
10+
11+
### Features
12+
13+
* add cx function and refactor cn to use tailwind-merge ([#278](https://github.com/heroui-inc/tailwind-variants/issues/278)) ([8ec5f6f](https://github.com/heroui-inc/tailwind-variants/commit/8ec5f6fbd0c808675838fb71a6e32e8a570159cf))
14+
15+
16+
117
## [3.1.1](https://github.com/heroui-inc/tailwind-variants/compare/v3.1.0...v3.1.1) (2025-09-08)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwind-variants",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "🦄 Tailwindcss first-class variant API",
55
"keywords": [
66
"tailwindcss",

0 commit comments

Comments
 (0)