Skip to content

Commit 4bbb35e

Browse files
committed
chore: release v0.1.1
1 parent 9a9f5e1 commit 4bbb35e

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
[Compare changes](https://github.com/stacksjs/headwind/compare/v0.1.0...v0.1.1)
2+
3+
### 🧹 Chores
4+
5+
- release v0.1.1 ([0bc1686](https://github.com/stacksjs/headwind/commit/0bc1686))
6+
- adjust permission ([9a9f5e1](https://github.com/stacksjs/headwind/commit/9a9f5e1))
7+
- wip ([85f06be](https://github.com/stacksjs/headwind/commit/85f06be))
8+
9+
### Contributors
10+
11+
- Chris <chrisbreuer93@gmail.com>
12+
13+
[Compare changes](https://github.com/stacksjs/headwind/compare/v0.1.0...HEAD)
14+
15+
### 🧹 Chores
16+
17+
- adjust permission ([9a9f5e1](https://github.com/stacksjs/headwind/commit/9a9f5e1))
18+
- wip ([85f06be](https://github.com/stacksjs/headwind/commit/85f06be))
19+
20+
### Contributors
21+
22+
- Chris <chrisbreuer93@gmail.com>
23+
124
### 🧹 Chores
225

326
- wip ([3e3542b](https://github.com/stacksjs/headwind/commit/3e3542b))

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.0",
4+
"version": "0.1.1",
55
"description": "Like our `ts-starter`, but optimized for monorepos.",
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.0",
4+
"version": "0.1.1",
55
"description": "A blazingly fast, utility-first CSS framework built with Bun. Generates only the CSS you need by scanning your files for utility classes.",
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.0"
3+
"version": "0.1.1"
44
}

0 commit comments

Comments
 (0)