We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ed675 commit 7dd2788Copy full SHA for 7dd2788
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.1.1
2
+
3
+- Rename `data-*` for `scopes` to avoid name conflicts https://github.com/morishxt/windctrl/pull/4
4
5
## v0.1.0
6
7
- Rename export function: `windCtrl` -> `windctrl` (& add `wc` as an alias) https://github.com/morishxt/windctrl/pull/2
package.json
@@ -1,6 +1,6 @@
{
"name": "windctrl",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Advanced variant API for Tailwind CSS with stackable traits and interpolated dynamic styles.",
"license": "MIT",
"author": "Masaki Morishita (@morishxt)",
0 commit comments