Skip to content

Commit 94188fd

Browse files
chore: release v0.1.5
1 parent 7bd83df commit 94188fd

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
[Compare changes](https://github.com/cwcss/crosswind/compare/v0.1.4...v0.1.5)
2+
3+
### 🧹 Chores
4+
5+
- release v0.1.5 ([663f6dc](https://github.com/cwcss/crosswind/commit/663f6dc))
6+
7+
### Contributors
8+
9+
- glennmichael123 <gtorregosa@gmail.com>
10+
111
[Compare changes](https://github.com/cwcss/crosswind/compare/v0.1.3...v0.1.4)
212

313
### 🧹 Chores

package.json

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

packages/crosswind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cwcss/crosswind",
33
"type": "module",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
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": "crosswind-vscode",
3-
"version": "0.1.4"
3+
"version": "0.1.5"
44
}

0 commit comments

Comments
 (0)