Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-bobcats-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-rice-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/huge-bars-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-spies-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-cheetahs-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-fireants-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-ways-learn.md

This file was deleted.

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

## 0.5.1

### Patch Changes

- [`eeed205`](https://github.com/stefan-karger/solid-ui/commit/eeed205c4d8fa63e61d33d4ee8539b5d4a84b50e) Thanks [@stefan-karger](https://github.com/stefan-karger)! - fix: isMobile now works correctly (#156)

- [`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

- [`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

- [`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

- [`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)

## 0.5.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.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "vinxi dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-ui/cli

## 0.7.2

### Patch Changes

- [#181](https://github.com/stefan-karger/solid-ui/pull/181) [`ebf3265`](https://github.com/stefan-karger/solid-ui/commit/ebf3265c861fa4fc36f35489600e725763163976) Thanks [@torres-engineer](https://github.com/torres-engineer)! - feat: support deno

- [#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

## 0.7.1

### 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.7.1",
"version": "0.7.2",
"description": "Add Solid UI Components to your application using the Solid-UI CLI tool",
"publishConfig": {
"access": "public"
Expand Down