Skip to content

Commit

Permalink
Merge pull request #2720 from skeletonlabs/changeset-release/next
Browse files Browse the repository at this point in the history
chore(next-release): version package (next)
  • Loading branch information
endigo9740 committed Jun 18, 2024
2 parents ee9d68c + 0bfdda7 commit dc0c2bf
Show file tree
Hide file tree
Showing 5 changed files with 25 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,8 +13,11 @@
},
"changesets": [
"chilled-comics-hear",
"clever-carpets-own",
"lovely-dingos-join",
"mean-schools-double",
"nasty-chefs-build",
"shy-papayas-behave",
"six-tables-warn"
]
}
10 changes: 10 additions & 0 deletions packages/skeleton-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @skeletonlabs/skeleton-react

## 1.0.0-next.2

### Minor Changes

- feature: Added the Navigation Rail, Bar, and Tile components ([#2721](https://github.com/skeletonlabs/skeleton/pull/2721))

- feature: Added the ProgressRing component ([#2709](https://github.com/skeletonlabs/skeleton/pull/2709))

- feature: Added the Ratings component ([#2721](https://github.com/skeletonlabs/skeleton/pull/2721))

## 1.0.0-next.1

### Minor 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.1",
"version": "1.0.0-next.2",
"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.3

### Minor Changes

- feature: Added the Navigation Rail, Bar, and Tile components ([#2721](https://github.com/skeletonlabs/skeleton/pull/2721))

- feature: Added the ProgressRing component ([#2709](https://github.com/skeletonlabs/skeleton/pull/2709))

- feature: Added the Ratings component ([#2721](https://github.com/skeletonlabs/skeleton/pull/2721))

## 1.0.0-next.2

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

0 comments on commit dc0c2bf

Please sign in to comment.