Skip to content

Commit 27a66ba

Browse files
chore: release v0.1.4
1 parent a4c6d8a commit 27a66ba

File tree

4 files changed

+50
-3
lines changed

4 files changed

+50
-3
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
[Compare changes](https://github.com/headwindcss/headwind/compare/v0.1.3...v0.1.4)
2+
3+
### 🧹 Chores
4+
5+
- release v0.1.4 ([233963b](https://github.com/headwindcss/headwind/commit/233963b))
6+
- wip ([a4c6d8a](https://github.com/headwindcss/headwind/commit/a4c6d8a))
7+
- wip ([e1e3f4f](https://github.com/headwindcss/headwind/commit/e1e3f4f))
8+
- wip ([352b160](https://github.com/headwindcss/headwind/commit/352b160))
9+
- wip ([46b97c2](https://github.com/headwindcss/headwind/commit/46b97c2))
10+
- wip ([e15e163](https://github.com/headwindcss/headwind/commit/e15e163))
11+
- wip ([b5c003b](https://github.com/headwindcss/headwind/commit/b5c003b))
12+
- wip ([0547ef5](https://github.com/headwindcss/headwind/commit/0547ef5))
13+
- wip ([56b34ea](https://github.com/headwindcss/headwind/commit/56b34ea))
14+
- wip ([23e3c54](https://github.com/headwindcss/headwind/commit/23e3c54))
15+
- wip ([69a9fbc](https://github.com/headwindcss/headwind/commit/69a9fbc))
16+
- wip ([c31cbbd](https://github.com/headwindcss/headwind/commit/c31cbbd))
17+
- wip ([66adcf1](https://github.com/headwindcss/headwind/commit/66adcf1))
18+
- wip ([385d534](https://github.com/headwindcss/headwind/commit/385d534))
19+
20+
### Contributors
21+
22+
- Chris <chrisbreuer93@gmail.com>
23+
- glennmichael123 <gtorregosa@gmail.com>
24+
25+
[Compare changes](https://github.com/headwindcss/headwind/compare/v0.1.3...HEAD)
26+
27+
### 🧹 Chores
28+
29+
- wip ([a4c6d8a](https://github.com/headwindcss/headwind/commit/a4c6d8a))
30+
- wip ([e1e3f4f](https://github.com/headwindcss/headwind/commit/e1e3f4f))
31+
- wip ([352b160](https://github.com/headwindcss/headwind/commit/352b160))
32+
- wip ([46b97c2](https://github.com/headwindcss/headwind/commit/46b97c2))
33+
- wip ([e15e163](https://github.com/headwindcss/headwind/commit/e15e163))
34+
- wip ([b5c003b](https://github.com/headwindcss/headwind/commit/b5c003b))
35+
- wip ([0547ef5](https://github.com/headwindcss/headwind/commit/0547ef5))
36+
- wip ([56b34ea](https://github.com/headwindcss/headwind/commit/56b34ea))
37+
- wip ([23e3c54](https://github.com/headwindcss/headwind/commit/23e3c54))
38+
- wip ([69a9fbc](https://github.com/headwindcss/headwind/commit/69a9fbc))
39+
- wip ([c31cbbd](https://github.com/headwindcss/headwind/commit/c31cbbd))
40+
- wip ([66adcf1](https://github.com/headwindcss/headwind/commit/66adcf1))
41+
- wip ([385d534](https://github.com/headwindcss/headwind/commit/385d534))
42+
43+
### Contributors
44+
45+
- Chris <chrisbreuer93@gmail.com>
46+
- glennmichael123 <gtorregosa@gmail.com>
47+
148
[Compare changes](https://github.com/stacksjs/headwind/compare/v0.1.2...v0.1.3)
249

350
### 🧹 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.3",
4+
"version": "0.1.4",
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.3",
4+
"version": "0.1.4",
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.3"
3+
"version": "0.1.4"
44
}

0 commit comments

Comments
 (0)