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 Oct 23, 2024
1 parent c026279 commit 94f9cee
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"quick-clocks-shake",
"quiet-kings-cheer",
"red-planets-drive",
"serious-cooks-return",
"shaggy-impalas-press",
"shy-papayas-behave",
"six-tables-warn",
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.9

### Minor Changes

- chore: Updated to the latest dependencies ([#2892](https://github.com/skeletonlabs/skeleton/pull/2892))

## 1.0.0-next.8

### 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.8",
"version": "1.0.0-next.9",
"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.12

### Minor Changes

- chore: Updated to the latest dependencies ([#2892](https://github.com/skeletonlabs/skeleton/pull/2892))

## 1.0.0-next.11

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

### Minor Changes

- chore: Updated to the latest dependencies ([#2892](https://github.com/skeletonlabs/skeleton/pull/2892))

## 3.0.0-next.5

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

0 comments on commit 94f9cee

Please sign in to comment.