Skip to content

Commit c17bb5b

Browse files
committed
chore: release v0.2.0
1 parent a95e37f commit c17bb5b

5 files changed

Lines changed: 130 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,126 @@
1+
[Compare changes](https://github.com/cwcss/crosswind/compare/v0.1.6...v0.2.0)
2+
3+
### 🚀 Features
4+
5+
- improve arbitrary values ([9c6af1e](https://github.com/cwcss/crosswind/commit/9c6af1e))
6+
- handle arbitrary bracket opacity on named colors ([af6f0f3](https://github.com/cwcss/crosswind/commit/af6f0f3))
7+
8+
### 🐛 Bug Fixes
9+
10+
- resolve typecheck errors ([8876156](https://github.com/cwcss/crosswind/commit/8876156))
11+
- resolve typecheck errors ([18bbc68](https://github.com/cwcss/crosswind/commit/18bbc68))
12+
13+
### 🧹 Chores
14+
15+
- release v0.2.0 ([74a6cfa](https://github.com/cwcss/crosswind/commit/74a6cfa))
16+
- update lockfile ([a95e37f](https://github.com/cwcss/crosswind/commit/a95e37f))
17+
- release updates ([c3908da](https://github.com/cwcss/crosswind/commit/c3908da))
18+
- adjust test ([ce9472c](https://github.com/cwcss/crosswind/commit/ce9472c))
19+
- repo cleanup and modernization ([9f1d450](https://github.com/cwcss/crosswind/commit/9f1d450))
20+
- repo cleanup and modernization ([f5e5369](https://github.com/cwcss/crosswind/commit/f5e5369))
21+
- remove unocss ([4446ec1](https://github.com/cwcss/crosswind/commit/4446ec1))
22+
- remove @stacksjs/docs ([8ca150e](https://github.com/cwcss/crosswind/commit/8ca150e))
23+
- remove redundant docs/.vitepress ([9496179](https://github.com/cwcss/crosswind/commit/9496179))
24+
- use Pantry action for publish-commit and add job dependencies ([35b820a](https://github.com/cwcss/crosswind/commit/35b820a))
25+
- fix better-dx version to ^0.2.7 ([4afffd7](https://github.com/cwcss/crosswind/commit/4afffd7))
26+
- migrate to better-dx ([2489f19](https://github.com/cwcss/crosswind/commit/2489f19))
27+
- wip ([c636898](https://github.com/cwcss/crosswind/commit/c636898))
28+
- remove file ignores from pickier config ([2d048d6](https://github.com/cwcss/crosswind/commit/2d048d6))
29+
- add CLAUDE.md and CHANGELOG.md to pickier ignores ([4cfef69](https://github.com/cwcss/crosswind/commit/4cfef69))
30+
- fix lint warnings ([a5cba77](https://github.com/cwcss/crosswind/commit/a5cba77))
31+
- remove .pickierignore ([b7ba810](https://github.com/cwcss/crosswind/commit/b7ba810))
32+
- update better-dx to ^0.2.7 ([1f8781a](https://github.com/cwcss/crosswind/commit/1f8781a))
33+
- enrich CLAUDE.md with detailed project context from README ([2d63389](https://github.com/cwcss/crosswind/commit/2d63389))
34+
- update CLAUDE.md with project context and crosswind details ([b904cf8](https://github.com/cwcss/crosswind/commit/b904cf8))
35+
- add proper claude code guidelines ([5a9eda4](https://github.com/cwcss/crosswind/commit/5a9eda4))
36+
- use pantry monorepo action instead of pantry-setup ([521ecd4](https://github.com/cwcss/crosswind/commit/521ecd4))
37+
- ignore claude config in linter ([0661f46](https://github.com/cwcss/crosswind/commit/0661f46))
38+
- add claude code guidelines ([083b738](https://github.com/cwcss/crosswind/commit/083b738))
39+
- wip ([2c27184](https://github.com/cwcss/crosswind/commit/2c27184))
40+
- wip ([8737237](https://github.com/cwcss/crosswind/commit/8737237))
41+
- wip ([ac03495](https://github.com/cwcss/crosswind/commit/ac03495))
42+
- wip ([a9b683a](https://github.com/cwcss/crosswind/commit/a9b683a))
43+
- wip ([decfd0c](https://github.com/cwcss/crosswind/commit/decfd0c))
44+
- wip ([73a2c17](https://github.com/cwcss/crosswind/commit/73a2c17))
45+
- wip ([82f534d](https://github.com/cwcss/crosswind/commit/82f534d))
46+
- wip ([e02936f](https://github.com/cwcss/crosswind/commit/e02936f))
47+
- wip ([29df3e3](https://github.com/cwcss/crosswind/commit/29df3e3))
48+
- wip ([06de5a7](https://github.com/cwcss/crosswind/commit/06de5a7))
49+
- wip ([d62a10b](https://github.com/cwcss/crosswind/commit/d62a10b))
50+
- wip ([686497b](https://github.com/cwcss/crosswind/commit/686497b))
51+
- wip ([c8e4b32](https://github.com/cwcss/crosswind/commit/c8e4b32))
52+
- wip ([e8abd7b](https://github.com/cwcss/crosswind/commit/e8abd7b))
53+
- wip ([1734035](https://github.com/cwcss/crosswind/commit/1734035))
54+
- wip ([9f100ba](https://github.com/cwcss/crosswind/commit/9f100ba))
55+
- wip ([592599c](https://github.com/cwcss/crosswind/commit/592599c))
56+
- wip ([c3bea5d](https://github.com/cwcss/crosswind/commit/c3bea5d))
57+
58+
### Contributors
59+
60+
- Chris <chrisbreuer93@gmail.com>
61+
- glennmichael123 <gtorregosa@gmail.com>
62+
63+
[Compare changes](https://github.com/cwcss/crosswind/compare/v0.1.6...HEAD)
64+
65+
### 🚀 Features
66+
67+
- improve arbitrary values ([9c6af1e](https://github.com/cwcss/crosswind/commit/9c6af1e))
68+
- handle arbitrary bracket opacity on named colors ([af6f0f3](https://github.com/cwcss/crosswind/commit/af6f0f3))
69+
70+
### 🐛 Bug Fixes
71+
72+
- resolve typecheck errors ([8876156](https://github.com/cwcss/crosswind/commit/8876156))
73+
- resolve typecheck errors ([18bbc68](https://github.com/cwcss/crosswind/commit/18bbc68))
74+
75+
### 🧹 Chores
76+
77+
- update lockfile ([a95e37f](https://github.com/cwcss/crosswind/commit/a95e37f))
78+
- release updates ([c3908da](https://github.com/cwcss/crosswind/commit/c3908da))
79+
- adjust test ([ce9472c](https://github.com/cwcss/crosswind/commit/ce9472c))
80+
- repo cleanup and modernization ([9f1d450](https://github.com/cwcss/crosswind/commit/9f1d450))
81+
- repo cleanup and modernization ([f5e5369](https://github.com/cwcss/crosswind/commit/f5e5369))
82+
- remove unocss ([4446ec1](https://github.com/cwcss/crosswind/commit/4446ec1))
83+
- remove @stacksjs/docs ([8ca150e](https://github.com/cwcss/crosswind/commit/8ca150e))
84+
- remove redundant docs/.vitepress ([9496179](https://github.com/cwcss/crosswind/commit/9496179))
85+
- use Pantry action for publish-commit and add job dependencies ([35b820a](https://github.com/cwcss/crosswind/commit/35b820a))
86+
- fix better-dx version to ^0.2.7 ([4afffd7](https://github.com/cwcss/crosswind/commit/4afffd7))
87+
- migrate to better-dx ([2489f19](https://github.com/cwcss/crosswind/commit/2489f19))
88+
- wip ([c636898](https://github.com/cwcss/crosswind/commit/c636898))
89+
- remove file ignores from pickier config ([2d048d6](https://github.com/cwcss/crosswind/commit/2d048d6))
90+
- add CLAUDE.md and CHANGELOG.md to pickier ignores ([4cfef69](https://github.com/cwcss/crosswind/commit/4cfef69))
91+
- fix lint warnings ([a5cba77](https://github.com/cwcss/crosswind/commit/a5cba77))
92+
- remove .pickierignore ([b7ba810](https://github.com/cwcss/crosswind/commit/b7ba810))
93+
- update better-dx to ^0.2.7 ([1f8781a](https://github.com/cwcss/crosswind/commit/1f8781a))
94+
- enrich CLAUDE.md with detailed project context from README ([2d63389](https://github.com/cwcss/crosswind/commit/2d63389))
95+
- update CLAUDE.md with project context and crosswind details ([b904cf8](https://github.com/cwcss/crosswind/commit/b904cf8))
96+
- add proper claude code guidelines ([5a9eda4](https://github.com/cwcss/crosswind/commit/5a9eda4))
97+
- use pantry monorepo action instead of pantry-setup ([521ecd4](https://github.com/cwcss/crosswind/commit/521ecd4))
98+
- ignore claude config in linter ([0661f46](https://github.com/cwcss/crosswind/commit/0661f46))
99+
- add claude code guidelines ([083b738](https://github.com/cwcss/crosswind/commit/083b738))
100+
- wip ([2c27184](https://github.com/cwcss/crosswind/commit/2c27184))
101+
- wip ([8737237](https://github.com/cwcss/crosswind/commit/8737237))
102+
- wip ([ac03495](https://github.com/cwcss/crosswind/commit/ac03495))
103+
- wip ([a9b683a](https://github.com/cwcss/crosswind/commit/a9b683a))
104+
- wip ([decfd0c](https://github.com/cwcss/crosswind/commit/decfd0c))
105+
- wip ([73a2c17](https://github.com/cwcss/crosswind/commit/73a2c17))
106+
- wip ([82f534d](https://github.com/cwcss/crosswind/commit/82f534d))
107+
- wip ([e02936f](https://github.com/cwcss/crosswind/commit/e02936f))
108+
- wip ([29df3e3](https://github.com/cwcss/crosswind/commit/29df3e3))
109+
- wip ([06de5a7](https://github.com/cwcss/crosswind/commit/06de5a7))
110+
- wip ([d62a10b](https://github.com/cwcss/crosswind/commit/d62a10b))
111+
- wip ([686497b](https://github.com/cwcss/crosswind/commit/686497b))
112+
- wip ([c8e4b32](https://github.com/cwcss/crosswind/commit/c8e4b32))
113+
- wip ([e8abd7b](https://github.com/cwcss/crosswind/commit/e8abd7b))
114+
- wip ([1734035](https://github.com/cwcss/crosswind/commit/1734035))
115+
- wip ([9f100ba](https://github.com/cwcss/crosswind/commit/9f100ba))
116+
- wip ([592599c](https://github.com/cwcss/crosswind/commit/592599c))
117+
- wip ([c3bea5d](https://github.com/cwcss/crosswind/commit/c3bea5d))
118+
119+
### Contributors
120+
121+
- Chris <chrisbreuer93@gmail.com>
122+
- glennmichael123 <gtorregosa@gmail.com>
123+
1124
[Compare changes](https://github.com/cwcss/crosswind/compare/v0.1.4...v0.1.5)
2125

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

pantry.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@
6363
"dx": "./dist/bin/cli.js"
6464
}
6565
},
66-
"bunfig@^0.15.0": {
66+
"bunfig@0.15.6": {
6767
"name": "bunfig",
68-
"version": "^0.15.0",
68+
"version": "0.15.6",
6969
"source": "npm",
70+
"resolved": "https://registry.npmjs.org/bunfig/-/bunfig-0.15.6.tgz",
71+
"integrity": "sha512-7ynPmrn1dN5F+0DtUVY0Vo2MZOOnSdb6hpQePwABEYIJ+d/rSb3vaOVUs3MFxwxWuaVc1FEStVJG6+kCgbLuyg==",
7072
"dependencies": {
7173
"@stacksjs/clapp": "^0.2.0",
7274
"@stacksjs/clarity": "^0.3.24"

0 commit comments

Comments
 (0)