Skip to content

Commit

Permalink
chore(next-release): version package (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent c0102ef commit 2d09e7b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@skeletonlabs/necroparser": "0.0.1"
},
"changesets": [
"blue-moles-swim",
"calm-cougars-yawn",
"calm-jars-live",
"chilled-avocados-pull",
Expand Down Expand Up @@ -43,6 +44,7 @@
"serious-cooks-return",
"shaggy-impalas-press",
"shy-papayas-behave",
"silent-rings-whisper",
"silver-balloons-impress",
"six-tables-warn",
"sixty-jeans-drop",
Expand All @@ -57,6 +59,7 @@
"tame-crews-poke",
"tiny-icons-beam",
"tricky-cycles-admire",
"weak-items-destroy",
"wicked-seahorses-itch"
]
}
8 changes: 8 additions & 0 deletions packages/skeleton-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @skeletonlabs/skeleton-react

## 1.0.0-next.12

### Patch Changes

- bugfix: Reinstate Pagination `count` prop. ([#3026](https://github.com/skeletonlabs/skeleton/pull/3026))

- bugfix: empty padding when switch has no children ([#3024](https://github.com/skeletonlabs/skeleton/pull/3024))

## 1.0.0-next.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/skeleton-react",
"version": "1.0.0-next.11",
"version": "1.0.0-next.12",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
10 changes: 10 additions & 0 deletions packages/skeleton-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @skeletonlabs/skeleton-svelte

## 1.0.0-next.16

### Patch Changes

- bugfix: Reinstate Pagination `count` prop. ([#3026](https://github.com/skeletonlabs/skeleton/pull/3026))

- chore: Added positioner and z-index style props to the Svelte Popover, Tooltip, Combobox, and Modal components ([#3029](https://github.com/skeletonlabs/skeleton/pull/3029))

- bugfix: empty padding when switch has no children ([#3024](https://github.com/skeletonlabs/skeleton/pull/3024))

## 1.0.0-next.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/skeleton-svelte",
"version": "1.0.0-next.15",
"version": "1.0.0-next.16",
"description": "The Svelte package for Skeleton.",
"author": "endigo9740 <chris@skeletonlabs.dev>",
"scripts": {
Expand Down

0 comments on commit 2d09e7b

Please sign in to comment.