Skip to content

Commit df14338

Browse files
chore(release): version packages (#124)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9dc00cd commit df14338

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/dirty-maps-sit.md

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

.changeset/new-grapes-mix.md

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

.changeset/old-cameras-smoke.md

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

apps/docs/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#129](https://github.com/sek-consulting/solid-ui/pull/129) [`529ed65`](https://github.com/sek-consulting/solid-ui/commit/529ed6509886441b95f4dd00d267c0657f6311d5) Thanks [@daelmaak](https://github.com/daelmaak)! - It makes sheet content vertically scrollable should it overflow the vertical space given by the viewport.
8+
39
## 0.4.1
410

511
### 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.1",
4+
"version": "0.4.2",
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.6.8
4+
5+
### Patch Changes
6+
7+
- [#131](https://github.com/sek-consulting/solid-ui/pull/131) [`9dc00cd`](https://github.com/sek-consulting/solid-ui/commit/9dc00cd9599426b248721748d0bc40a3b0f895b0) Thanks [@thednp](https://github.com/thednp)! - Navigation Menu sub menus don't use the content-show and content-hide animations
8+
9+
- [#109](https://github.com/sek-consulting/solid-ui/pull/109) [`946eed2`](https://github.com/sek-consulting/solid-ui/commit/946eed2b0df3137614b669356282bc81cd70431d) Thanks [@daelmaak](https://github.com/daelmaak)! - It makes dialog content vertically scrollable should it overflow the vertical space given by the viewport.
10+
311
## 0.6.7
412

513
### 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": "solidui-cli",
3-
"version": "0.6.7",
3+
"version": "0.6.8",
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)