Skip to content

Commit 5a30bd2

Browse files
github-actions[bot]thevuong
authored andcommitted
chore: update versions for release
1 parent 6683902 commit 5a30bd2

26 files changed

+163
-104
lines changed

.changeset/all-chicken-wonder.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/brown-poets-enjoy.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/lovely-months-find.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.changeset/wet-otters-say.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/young-clocks-slide.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @codefast/cli
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [`15df6aa`](https://github.com/codefastlabs/codefast/commit/15df6aa576e65bcd8782fcf4529af97a3d75793e) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update dependencies across packages
8+
9+
- [`1263b80`](https://github.com/codefastlabs/codefast/commit/1263b804c64a94bb6baa50e16a27017100b68ae9) Thanks [@thevuong](https://github.com/thevuong)! - chore(sidebar): reorder imports for better readability
10+
11+
- [`24059b5`](https://github.com/codefastlabs/codefast/commit/24059b5d091e8f8af4d0d70b6d5665e5b0ca8224) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): add "use client" directive to all UI components for client-side rendering
12+
13+
- [`7f54fb1`](https://github.com/codefastlabs/codefast/commit/7f54fb1e1834d547cfd593118ae463c7d6262a35) Thanks [@thevuong](https://github.com/thevuong)! - chore(ui): remove logger utility and related references
14+
15+
- [`02a9fae`](https://github.com/codefastlabs/codefast/commit/02a9fae9ef802c22af58299d57b1df13c336fb44) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): extract component variant definitions into separate files
16+
317
## 0.3.2-canary.0
418

519
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast/cli",
3-
"version": "0.3.2-canary.0",
3+
"version": "0.3.2",
44
"description": "CodeFast CLI - A development toolkit for CodeFast.",
55
"bugs": {
66
"url": "https://github.com/codefastlabs/codefast/issues"

packages/eslint-config/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @codefast/eslint-config
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [`15df6aa`](https://github.com/codefastlabs/codefast/commit/15df6aa576e65bcd8782fcf4529af97a3d75793e) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update dependencies across packages
8+
9+
- [`1263b80`](https://github.com/codefastlabs/codefast/commit/1263b804c64a94bb6baa50e16a27017100b68ae9) Thanks [@thevuong](https://github.com/thevuong)! - chore(sidebar): reorder imports for better readability
10+
11+
- [`24059b5`](https://github.com/codefastlabs/codefast/commit/24059b5d091e8f8af4d0d70b6d5665e5b0ca8224) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): add "use client" directive to all UI components for client-side rendering
12+
13+
- [`7f54fb1`](https://github.com/codefastlabs/codefast/commit/7f54fb1e1834d547cfd593118ae463c7d6262a35) Thanks [@thevuong](https://github.com/thevuong)! - chore(ui): remove logger utility and related references
14+
15+
- [`02a9fae`](https://github.com/codefastlabs/codefast/commit/02a9fae9ef802c22af58299d57b1df13c336fb44) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): extract component variant definitions into separate files
16+
17+
- Updated dependencies [[`15df6aa`](https://github.com/codefastlabs/codefast/commit/15df6aa576e65bcd8782fcf4529af97a3d75793e), [`1263b80`](https://github.com/codefastlabs/codefast/commit/1263b804c64a94bb6baa50e16a27017100b68ae9), [`24059b5`](https://github.com/codefastlabs/codefast/commit/24059b5d091e8f8af4d0d70b6d5665e5b0ca8224), [`7f54fb1`](https://github.com/codefastlabs/codefast/commit/7f54fb1e1834d547cfd593118ae463c7d6262a35), [`02a9fae`](https://github.com/codefastlabs/codefast/commit/02a9fae9ef802c22af58299d57b1df13c336fb44)]:
18+
- @codefast/style-guide@0.3.2
19+
320
## 0.3.2-canary.0
421

522
### Patch Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast/eslint-config",
3-
"version": "0.3.2-canary.0",
3+
"version": "0.3.2",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},

0 commit comments

Comments
 (0)