Skip to content

Commit 8860c88

Browse files
chore(release): version packages
1 parent a0411f9 commit 8860c88

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

.changeset/curly-keys-pay.md

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

.changeset/late-pianos-boil.md

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

.changeset/slow-ads-grab.md

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

apps/docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# docs
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [`c047e03`](https://github.com/stefan-karger/solid-ui/commit/c047e0330cb0887e11bcd8a80c568e3d2c1604d9) Thanks [@stefan-karger](https://github.com/stefan-karger)! - Huge Update: Blocks, Sidebar, DataTable, DatePicker !!!
8+
9+
### Patch Changes
10+
11+
- [#147](https://github.com/stefan-karger/solid-ui/pull/147) [`185cf99`](https://github.com/stefan-karger/solid-ui/commit/185cf99f108c831b81ee896858497c998b7d216a) Thanks [@daelmaak](https://github.com/daelmaak)! - prevent layout bugs due to checkbox's positioning
12+
313
## 0.4.3
414

515
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4-
"version": "0.4.3",
4+
"version": "0.5.0",
55
"private": true,
66
"scripts": {
77
"dev": "vinxi dev",

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @solid-ui/cli
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- [`c047e03`](https://github.com/stefan-karger/solid-ui/commit/c047e0330cb0887e11bcd8a80c568e3d2c1604d9) Thanks [@stefan-karger](https://github.com/stefan-karger)! - Huge Update: Blocks, Sidebar, DataTable, DatePicker !!!
8+
9+
- [`c047e03`](https://github.com/stefan-karger/solid-ui/commit/c047e0330cb0887e11bcd8a80c568e3d2c1604d9) Thanks [@stefan-karger](https://github.com/stefan-karger)! - add: date picker using ark-ui
10+
311
## 0.7.0
412

513
### Minor 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": "solidui-cli",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Add Solid UI Components to your application using the Solid-UI CLI tool",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)