Skip to content

Commit 9380e04

Browse files
chore(release): version packages
1 parent ca22fc3 commit 9380e04

10 files changed

+22
-32
lines changed

Diff for: .changeset/beige-bobcats-taste.md

-5
This file was deleted.

Diff for: .changeset/clean-rice-crash.md

-5
This file was deleted.

Diff for: .changeset/loud-spies-move.md

-5
This file was deleted.

Diff for: .changeset/rare-cheetahs-live.md

-5
This file was deleted.

Diff for: .changeset/rich-fireants-hang.md

-5
This file was deleted.

Diff for: .changeset/tidy-ways-learn.md

-5
This file was deleted.

Diff for: apps/docs/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# docs
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`eeed205`](https://github.com/stefan-karger/solid-ui/commit/eeed205c4d8fa63e61d33d4ee8539b5d4a84b50e) Thanks [@stefan-karger](https://github.com/stefan-karger)! - fix: isMobile now works correctly (#156)
8+
9+
- [`54b920c`](https://github.com/stefan-karger/solid-ui/commit/54b920c0f61c7da176a6ab728d4049dc6d12cb1c) Thanks [@stefan-karger](https://github.com/stefan-karger)! - fix: delta-bar indicator know matches bar color
10+
11+
- [`27e6838`](https://github.com/stefan-karger/solid-ui/commit/27e6838c0a9c7262bd0f3e77a67a486036abd862) Thanks [@stefan-karger](https://github.com/stefan-karger)! - fix: removed remaining ?? in favor of show
12+
13+
- [`cf9bf5b`](https://github.com/stefan-karger/solid-ui/commit/cf9bf5b42913d5428b538a665ee959e3b9133569) Thanks [@stefan-karger](https://github.com/stefan-karger)! - feat: add label,etc.. to select exports
14+
15+
- [`520da18`](https://github.com/stefan-karger/solid-ui/commit/520da188398055deba86dff75838f2c75775b4b3) Thanks [@stefan-karger](https://github.com/stefan-karger)! - fix: remove bg blur from dialog (#160)
16+
317
## 0.5.0
418

519
### Minor Changes

Diff for: apps/docs/package.json

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

Diff for: packages/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solid-ui/cli
22

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- [#159](https://github.com/stefan-karger/solid-ui/pull/159) [`127912d`](https://github.com/stefan-karger/solid-ui/commit/127912d8bc647249098578d7088ffe7841be71fd) Thanks [@iAverages](https://github.com/iAverages)! - fix buggy rendering in component add command due to lots of items
8+
39
## 0.7.1
410

511
### Patch Changes

Diff for: packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solidui-cli",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
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)