Skip to content

Commit 5898aed

Browse files
committed
chore: release v2.0.0-alpha.2
1 parent 200f71a commit 5898aed

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"add-type-utilities",
9+
"green-geckos-fix",
910
"major-v2-refactor"
1011
]
1112
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-tailwind-variants
22

3+
## 2.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- 5dab28e: Optimize variants resolver function performance by pre-computing boolean variants and caching variant names
8+
39
## 2.0.0-alpha.1
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-class-variants",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "Type-safe React variants API for dynamic CSS class composition",
55
"private": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)