We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ec41a commit 8f24619Copy full SHA for 8f24619
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.2.2
2
+
3
+- Introduce `wcn()` https://github.com/morishxt/windctrl/pull/10
4
+- Extract the props type from a windctrl instance https://github.com/morishxt/windctrl/pull/9
5
+- Refactoring https://github.com/morishxt/windctrl/pull/12
6
7
## v0.2.1
8
9
- Improve types related `slots` https://github.com/morishxt/windctrl/pull/8
package.json
@@ -1,6 +1,6 @@
{
"name": "windctrl",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Advanced variant API for Tailwind CSS with stackable traits and interpolated dynamic styles.",
"license": "MIT",
"author": "Masaki Morishita (@morishxt)",
0 commit comments