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 638d2c4 commit 44ad1fd
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
4 changes: 4 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 All @@ -26,6 +27,7 @@
"fuzzy-birds-rush",
"gentle-ants-compare",
"heavy-bugs-obey",
"hip-poems-perform",
"honest-bears-learn",
"itchy-zoos-tease",
"kind-carrots-greet",
Expand All @@ -43,6 +45,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 +60,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
12 changes: 12 additions & 0 deletions packages/skeleton-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @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 base style prop classes to Svelte Popover, Tooltip, and Modal components ([#3031](https://github.com/skeletonlabs/skeleton/pull/3031))

- 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 44ad1fd

Please sign in to comment.