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 Feb 21, 2025
1 parent 3dab01f commit 79739b2
Show file tree
Hide file tree
Showing 5 changed files with 26 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 @@ -21,6 +21,7 @@
"brave-numbers-glow",
"brave-ties-try",
"calm-cougars-yawn",
"calm-crabs-lay",
"calm-jars-live",
"calm-moles-move",
"chilled-avocados-pull",
Expand All @@ -36,6 +37,7 @@
"dirty-fans-tap",
"early-suns-cry",
"eight-gorillas-drive",
"eight-pants-appear",
"eleven-eggs-add",
"empty-cycles-dream",
"fifty-hounds-confess",
Expand Down Expand Up @@ -91,6 +93,7 @@
"sour-bears-love",
"sour-parrots-try",
"sour-shrimps-compete",
"stale-coats-build",
"stale-poets-sell",
"stale-taxis-kneel",
"stale-timers-doubt",
Expand Down
6 changes: 6 additions & 0 deletions packages/skeleton-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skeletonlabs/skeleton-react

## 1.0.0-next.15
### Minor Changes


- feat: Navigation - manually handle `selected` state of NavTile ([#3228](https://github.com/skeletonlabs/skeleton/pull/3228))

## 1.0.0-next.14

### 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.14",
"version": "1.0.0-next.15",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
15 changes: 15 additions & 0 deletions packages/skeleton-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @skeletonlabs/skeleton-svelte

## 1.0.0-next.20
### Minor Changes


- feat: Navigation - manually handle `selected` state of NavTile ([#3228](https://github.com/skeletonlabs/skeleton/pull/3228))


### Patch Changes


- chore: Remove redundant null checks for triggers ([#3226](https://github.com/skeletonlabs/skeleton/pull/3226))


- bugfix: only render button wrapping around `trigger` if the snippet was provided ([#3223](https://github.com/skeletonlabs/skeleton/pull/3223))

## 1.0.0-next.19

### 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.19",
"version": "1.0.0-next.20",
"description": "The Svelte package for Skeleton.",
"author": "endigo9740 <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 79739b2

Please sign in to comment.