Skip to content

Commit 2d052d0

Browse files
committed
v0.1.0
1 parent 7421083 commit 2d052d0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.1.0
2+
3+
- Rename export function: `windCtrl` -> `windctrl` (& add `wc` as an alias) https://github.com/morishxt/windctrl/pull/2
4+
- Precompute operations that don't depend on `props` https://github.com/morishxt/windctrl/pull/1
5+
- Add missing unit tests https://github.com/morishxt/windctrl/pull/3
6+
17
## v0.0.1
28

39
- first PoC release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windctrl",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Advanced variant API for Tailwind CSS with stackable traits and interpolated dynamic styles.",
55
"license": "MIT",
66
"author": "Masaki Morishita (@morishxt)",

0 commit comments

Comments
 (0)