Skip to content

Commit

Permalink
chore(release): version packages (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 6, 2024
1 parent 9254f7f commit 4c83e78
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-steaks-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-rabbits-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-zoos-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-cobras-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-poems-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-steaks-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-readers-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-pillows-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-moose-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-horses-fix.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docs

## 0.4.1

### Patch Changes

- [#96](https://github.com/sek-consulting/solid-ui/pull/96) [`d757250`](https://github.com/sek-consulting/solid-ui/commit/d757250c5d178531607e67b5e040f424876676d2) Thanks [@GiyoMoon](https://github.com/GiyoMoon)! - fix hydration issue in drawer-dialog example

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"dev": "vinxi dev",
Expand Down
22 changes: 22 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @solid-ui/cli

## 0.6.6

### Patch Changes

- [#98](https://github.com/sek-consulting/solid-ui/pull/98) [`9254f7f`](https://github.com/sek-consulting/solid-ui/commit/9254f7fa521dd0fb55d568910a4a811b3490dc50) Thanks [@sek-consulting](https://github.com/sek-consulting)! - feat: add navigation-menu

- [#98](https://github.com/sek-consulting/solid-ui/pull/98) [`9254f7f`](https://github.com/sek-consulting/solid-ui/commit/9254f7fa521dd0fb55d568910a4a811b3490dc50) Thanks [@sek-consulting](https://github.com/sek-consulting)! - feat: add breadcrumb

- [#98](https://github.com/sek-consulting/solid-ui/pull/98) [`9254f7f`](https://github.com/sek-consulting/solid-ui/commit/9254f7fa521dd0fb55d568910a4a811b3490dc50) Thanks [@sek-consulting](https://github.com/sek-consulting)! - fix: checkbox focus-visible error (#103)

- [#98](https://github.com/sek-consulting/solid-ui/pull/98) [`9254f7f`](https://github.com/sek-consulting/solid-ui/commit/9254f7fa521dd0fb55d568910a4a811b3490dc50) Thanks [@sek-consulting](https://github.com/sek-consulting)! - feat: add aspect-ratio

- [#98](https://github.com/sek-consulting/solid-ui/pull/98) [`9254f7f`](https://github.com/sek-consulting/solid-ui/commit/9254f7fa521dd0fb55d568910a4a811b3490dc50) Thanks [@sek-consulting](https://github.com/sek-consulting)! - feat: switch from input & textarea to text-field

- [#98](https://github.com/sek-consulting/solid-ui/pull/98) [`9254f7f`](https://github.com/sek-consulting/solid-ui/commit/9254f7fa521dd0fb55d568910a4a811b3490dc50) Thanks [@sek-consulting](https://github.com/sek-consulting)! - feat: add mail example

- [#98](https://github.com/sek-consulting/solid-ui/pull/98) [`9254f7f`](https://github.com/sek-consulting/solid-ui/commit/9254f7fa521dd0fb55d568910a4a811b3490dc50) Thanks [@sek-consulting](https://github.com/sek-consulting)! - feat: add input-otp

- [#98](https://github.com/sek-consulting/solid-ui/pull/98) [`9254f7f`](https://github.com/sek-consulting/solid-ui/commit/9254f7fa521dd0fb55d568910a4a811b3490dc50) Thanks [@sek-consulting](https://github.com/sek-consulting)! - update to @kobalte/core v0.13.2

- [#98](https://github.com/sek-consulting/solid-ui/pull/98) [`9254f7f`](https://github.com/sek-consulting/solid-ui/commit/9254f7fa521dd0fb55d568910a4a811b3490dc50) Thanks [@sek-consulting](https://github.com/sek-consulting)! - feat: add bar-list

## 0.6.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solidui-cli",
"version": "0.6.5",
"version": "0.6.6",
"description": "Add Solid UI Components to your application using the Solid-UI CLI tool",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4c83e78

Please sign in to comment.