Skip to content

Commit fcb01fb

Browse files
committed
2 parents c047e03 + 185cf99 commit fcb01fb

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

.changeset/curly-keys-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"docs": patch
3+
---
4+
5+
prevent layout bugs due to checkbox's positioning

.changeset/fuzzy-pears-watch.md

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

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ gitignore
2727
.DS_Store
2828
Thumbs.db
2929

30+
3031
app.config.timestamp*
32+
33+
.vscode/settings.json
34+

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.3
4+
5+
### Patch Changes
6+
7+
- [#135](https://github.com/sek-consulting/solid-ui/pull/135) [`9cac3d4`](https://github.com/sek-consulting/solid-ui/commit/9cac3d472ba9ca39342bb8732e5e134b02a04b94) Thanks [@daelmaak](https://github.com/daelmaak)! - add: indeterminate state for checkbox
8+
39
## 0.4.2
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.2",
4+
"version": "0.4.3",
55
"private": true,
66
"scripts": {
77
"dev": "vinxi dev",

0 commit comments

Comments
 (0)