Skip to content

Commit

Permalink
Merge pull request skeletonlabs#2693 from skeletonlabs/changeset-rele…
Browse files Browse the repository at this point in the history
…ase/next

chore(next-release): version package (next)
  • Loading branch information
endigo9740 authored Jun 4, 2024
2 parents 6dd5eee + 3e267f9 commit 4a3243f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"themes.skeleton.dev": "0.0.1"
},
"changesets": [
"chilled-comics-hear",
"lovely-dingos-join",
"quick-mayflies-clap"
"mean-schools-double",
"six-tables-warn"
]
}
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.1

### Minor Changes

- Feature: Added the Switch component. ([#2698](https://github.com/skeletonlabs/skeleton/pull/2698))

## 1.0.0-next.0

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

## 1.0.0-next.2

### Minor Changes

- Feature: Added the Switch component. ([#2698](https://github.com/skeletonlabs/skeleton/pull/2698))

## 1.0.0-next.1

### 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.1",
"version": "1.0.0-next.2",
"description": "The Svelte package for Skeleton.",
"author": "endigo9740 <[email protected]>",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @skeletonlabs/skeleton

## 3.0.0-next.1

### Minor Changes

- Feature: Added radial and conic gradient support ([#2694](https://github.com/skeletonlabs/skeleton/pull/2694))

### Patch Changes

- bugfix: Resolve an issue causing a white flash when selecting inputs. ([#2690](https://github.com/skeletonlabs/skeleton/pull/2690))

## 3.0.0-next.0

### Major 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.0",
"version": "3.0.0-next.1",
"description": "Core plugin for Skeleton.",
"scripts": {
"build": "pnpm build:jss && tsup",
Expand Down

0 comments on commit 4a3243f

Please sign in to comment.