Skip to content

Commit

Permalink
Merge pull request #2832 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 Aug 27, 2024
2 parents b2927ca + 0705ade commit a0653e8
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 34 deletions.
66 changes: 35 additions & 31 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"create-skeleton-app": "0.0.53",
"@skeletonlabs/skeleton": "2.10.0",
"@skeletonlabs/skeleton-react": "0.0.0",
"@skeletonlabs/skeleton-svelte": "0.0.0",
"vite-plugin-tw-plugin-watcher": "0.0.0",
"next.skeleton.dev": "0.0.1",
"skeleton.dev": "1.0.1",
"themes.skeleton.dev": "0.0.1"
},
"changesets": [
"chilled-comics-hear",
"chilled-trainers-drop",
"clever-carpets-own",
"gentle-ants-compare",
"late-beers-bow",
"lovely-dingos-join",
"mean-schools-double",
"nasty-chefs-build",
"shaggy-impalas-press",
"shy-papayas-behave",
"six-tables-warn",
"sixty-jeans-drop",
"small-ways-jump",
"stale-poets-sell",
"strong-tables-whisper",
"tiny-icons-beam",
"tricky-cycles-admire"
]
"mode": "pre",
"tag": "next",
"initialVersions": {
"create-skeleton-app": "0.0.53",
"@skeletonlabs/skeleton": "2.10.0",
"@skeletonlabs/skeleton-react": "0.0.0",
"@skeletonlabs/skeleton-svelte": "0.0.0",
"vite-plugin-tw-plugin-watcher": "0.0.0",
"next.skeleton.dev": "0.0.1",
"skeleton.dev": "1.0.1",
"themes.skeleton.dev": "0.0.1"
},
"changesets": [
"chilled-comics-hear",
"chilled-trainers-drop",
"clever-carpets-own",
"gentle-ants-compare",
"late-beers-bow",
"lovely-dingos-join",
"mean-schools-double",
"nasty-chefs-build",
"quick-clocks-shake",
"red-planets-drive",
"shaggy-impalas-press",
"shy-papayas-behave",
"six-tables-warn",
"sixty-jeans-drop",
"small-ways-jump",
"stale-poets-sell",
"stale-taxis-kneel",
"strong-tables-whisper",
"tiny-icons-beam",
"tricky-cycles-admire",
"wicked-seahorses-itch"
]
}
14 changes: 14 additions & 0 deletions packages/skeleton-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @skeletonlabs/skeleton-react

## 1.0.0-next.6

### Minor Changes

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

- Added the Slider component ([#2834](https://github.com/skeletonlabs/skeleton/pull/2834))

### Patch Changes

- chore: Move `react` and `react-dom` to `peerDependencies` ([#2830](https://github.com/skeletonlabs/skeleton/pull/2830))

- chore: Improved global and per component focus state styles ([#2825](https://github.com/skeletonlabs/skeleton/pull/2825))

## 1.0.0-next.5

### 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.5",
"version": "1.0.0-next.6",
"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.7

### Minor Changes

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

- Added the Slider component ([#2834](https://github.com/skeletonlabs/skeleton/pull/2834))

### Patch Changes

- chore: Improved global and per component focus state styles ([#2825](https://github.com/skeletonlabs/skeleton/pull/2825))

## 1.0.0-next.6

### 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.6",
"version": "1.0.0-next.7",
"description": "The Svelte package for Skeleton.",
"author": "endigo9740 <[email protected]>",
"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.4

### Patch Changes

- chore: Improved global and per component focus state styles ([#2825](https://github.com/skeletonlabs/skeleton/pull/2825))

## 3.0.0-next.3

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

0 comments on commit a0653e8

Please sign in to comment.