Skip to content

Commit 53e7e6a

Browse files
chore(release): version package (rc)
1 parent e126621 commit 53e7e6a

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323
"light-pumpkins-worry",
2424
"loud-fans-serve",
2525
"many-falcons-carry",
26+
"metal-dots-melt",
2627
"real-plums-collect",
2728
"shy-suits-provide",
2829
"silent-games-drop",
2930
"slimy-ads-talk",
3031
"slimy-garlics-sit",
3132
"spicy-horses-wonder",
3233
"spotty-cows-travel",
33-
"twenty-spoons-hope"
34+
"twenty-spoons-hope",
35+
"wild-fans-build"
3436
]
3537
}

packages/plugin/CHANGELOG.md

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

3+
## 0.1.0-rc.7
4+
5+
### Patch Changes
6+
7+
- bugfix: Webkit scrollbars corners now match track background coloring ([#1908](https://github.com/skeletonlabs/skeleton/pull/1908))
8+
39
## 0.1.0-rc.6
410

511
### Patch Changes

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skeletonlabs/tw-plugin",
3-
"version": "0.1.0-rc.6",
3+
"version": "0.1.0-rc.7",
44
"description": "Core plugin for Skeleton.",
55
"scripts": {
66
"build": "tsx ./scripts/generate-jss.ts && tsup",

packages/skeleton/CHANGELOG.md

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

3+
## 2.0.0-rc.2
4+
5+
### Patch Changes
6+
7+
- bugfix: fix background color of checkbox in indeterminate state ([#1917](https://github.com/skeletonlabs/skeleton/pull/1917))
8+
39
## 2.0.0-rc.1
410

511
### Patch Changes

packages/skeleton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skeletonlabs/skeleton",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "A SvelteKit component library.",
55
"author": "endigo9740 <chris@skeletonlabs.dev>",
66
"scripts": {

0 commit comments

Comments
 (0)