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 17, 2024
1 parent b068c76 commit c892941
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 4 deletions.
15 changes: 14 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,32 @@
"@skeletonlabs/necroparser": "0.0.1"
},
"changesets": [
"blue-moles-swim",
"calm-cougars-yawn",
"calm-jars-live",
"chilled-avocados-pull",
"chilled-comics-hear",
"chilled-trainers-drop",
"clean-fans-pretend",
"clever-carpets-own",
"clever-terms-train",
"cuddly-dingos-sell",
"eleven-eggs-add",
"empty-cycles-dream",
"fluffy-rockets-call",
"fuzzy-birds-rush",
"gentle-ants-compare",
"healthy-onions-hide",
"heavy-bugs-obey",
"hip-poems-perform",
"honest-bears-learn",
"itchy-zoos-tease",
"kind-carrots-greet",
"kind-penguins-build",
"late-beers-bow",
"little-glasses-drive",
"lovely-dingos-join",
"lovely-walls-push",
"mean-schools-double",
"nasty-chefs-build",
"nasty-snails-hug",
Expand All @@ -43,9 +49,12 @@
"serious-cooks-return",
"shaggy-impalas-press",
"shy-papayas-behave",
"silent-rings-whisper",
"silver-balloons-impress",
"six-cooks-whisper",
"six-tables-warn",
"sixty-jeans-drop",
"slimy-keys-bathe",
"small-ways-jump",
"smooth-hornets-hunt",
"sour-shrimps-compete",
Expand All @@ -56,7 +65,11 @@
"swift-students-confess",
"tame-crews-poke",
"tiny-icons-beam",
"tiny-mugs-know",
"tricky-cycles-admire",
"wicked-seahorses-itch"
"tricky-snakes-begin",
"weak-items-destroy",
"wicked-seahorses-itch",
"wild-wolves-wink"
]
}
18 changes: 18 additions & 0 deletions packages/skeleton-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @skeletonlabs/skeleton-react

## 1.0.0-next.12

### Patch Changes

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

- chore: Updated peer dependencies to support React 19 ([#3038](https://github.com/skeletonlabs/skeleton/pull/3038))

- feature: Add option to set `aria-labelledby` for Segment component ([#3034](https://github.com/skeletonlabs/skeleton/pull/3034))

- chore: Improved Ratings component default half star SVG ([#3048](https://github.com/skeletonlabs/skeleton/pull/3048))

- chore: Improved focus states for Switch and Slider components. Minor style improvements to the Ratings label text. ([#3045](https://github.com/skeletonlabs/skeleton/pull/3045))

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

- bugfix: Set unique `key` properly for React's Rating component ([#3043](https://github.com/skeletonlabs/skeleton/pull/3043))

## 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
24 changes: 24 additions & 0 deletions packages/skeleton-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @skeletonlabs/skeleton-svelte

## 1.0.0-next.16

### Patch Changes

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

- feature: Add option to set `aria-labelledby` for Segment component ([#3034](https://github.com/skeletonlabs/skeleton/pull/3034))

- chore: Improved Ratings component default half star SVG ([#3048](https://github.com/skeletonlabs/skeleton/pull/3048))

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

- docs: update `trigger` props description for _Popover_, _Modal_ and _Tooltip_ ([#3046](https://github.com/skeletonlabs/skeleton/pull/3046))

- chore: Disabled the unsupported Svelte Combobox multiple property ([#3033](https://github.com/skeletonlabs/skeleton/pull/3033))

- feat: Implements trigger event props for Svelte's _Popover_, _Modal_, _Combobox_ and _Tooltip_. ([#3053](https://github.com/skeletonlabs/skeleton/pull/3053))

- chore: Improved focus states for Switch and Slider components. Minor style improvements to the Ratings label text. ([#3045](https://github.com/skeletonlabs/skeleton/pull/3045))

- 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
6 changes: 6 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skeletonlabs/skeleton

## 3.0.0-next.10

### Patch Changes

- chore: Improved button hover state brightness effect ([#3050](https://github.com/skeletonlabs/skeleton/pull/3050))

## 3.0.0-next.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/skeleton",
"version": "3.0.0-next.9",
"version": "3.0.0-next.10",
"description": "Core plugin for Skeleton.",
"scripts": {
"package": "pnpm package:jss && tsup",
Expand Down

0 comments on commit c892941

Please sign in to comment.