Skip to content

Commit 7d09552

Browse files
committed
chore: release v0.1.2
1 parent 1bf7619 commit 7d09552

File tree

4 files changed

+44
-3
lines changed

4 files changed

+44
-3
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
[Compare changes](https://github.com/stacksjs/headwind/compare/v0.1.1...v0.1.2)
2+
3+
### 🚀 Features
4+
5+
- add bun plugin ([63d0176](https://github.com/stacksjs/headwind/commit/63d0176))
6+
7+
### 🧹 Chores
8+
9+
- release v0.1.2 ([26255be](https://github.com/stacksjs/headwind/commit/26255be))
10+
- lint ([1bf7619](https://github.com/stacksjs/headwind/commit/1bf7619))
11+
- minor updates ([c4367f9](https://github.com/stacksjs/headwind/commit/c4367f9))
12+
- rename to `hw` prefix ([92a4264](https://github.com/stacksjs/headwind/commit/92a4264))
13+
- add headwind ([7f4b4e9](https://github.com/stacksjs/headwind/commit/7f4b4e9))
14+
- allow for multi-segment color names ([a07301a](https://github.com/stacksjs/headwind/commit/a07301a))
15+
- resolve typecheck ([78be83a](https://github.com/stacksjs/headwind/commit/78be83a))
16+
- add headwind path ([afca37b](https://github.com/stacksjs/headwind/commit/afca37b))
17+
18+
### Contributors
19+
20+
- Chris <chrisbreuer93@gmail.com>
21+
22+
[Compare changes](https://github.com/stacksjs/headwind/compare/v0.1.1...HEAD)
23+
24+
### 🚀 Features
25+
26+
- add bun plugin ([63d0176](https://github.com/stacksjs/headwind/commit/63d0176))
27+
28+
### 🧹 Chores
29+
30+
- lint ([1bf7619](https://github.com/stacksjs/headwind/commit/1bf7619))
31+
- minor updates ([c4367f9](https://github.com/stacksjs/headwind/commit/c4367f9))
32+
- rename to `hw` prefix ([92a4264](https://github.com/stacksjs/headwind/commit/92a4264))
33+
- add headwind ([7f4b4e9](https://github.com/stacksjs/headwind/commit/7f4b4e9))
34+
- allow for multi-segment color names ([a07301a](https://github.com/stacksjs/headwind/commit/a07301a))
35+
- resolve typecheck ([78be83a](https://github.com/stacksjs/headwind/commit/78be83a))
36+
- add headwind path ([afca37b](https://github.com/stacksjs/headwind/commit/afca37b))
37+
38+
### Contributors
39+
40+
- Chris <chrisbreuer93@gmail.com>
41+
142
[Compare changes](https://github.com/stacksjs/headwind/compare/v0.1.0...v0.1.1)
243

344
### 🧹 Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "headwind",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

packages/headwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/headwind",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "headwind-vscode",
3-
"version": "0.1.1"
3+
"version": "0.1.2"
44
}

0 commit comments

Comments
 (0)