Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(next-release): version package (next) #2802

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 28 additions & 27 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"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",
"small-ways-jump",
"stale-poets-sell"
]
"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"
]
}
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.4

### Minor Changes

- All Skeleton components have been updated to integrate Zag.js. This contains a number of breaking component API changes. Updates all documentation. And includes new CSS animations in the Tailwind plugin. ([More Information](https:/skeletonlabs/skeleton/discussions/2784)) ([#2778](https:/skeletonlabs/skeleton/pull/2778))

## 1.0.0-next.3

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

### Minor Changes

- All Skeleton components have been updated to integrate Zag.js. This contains a number of breaking component API changes. Updates all documentation. And includes new CSS animations in the Tailwind plugin. ([More Information](https:/skeletonlabs/skeleton/discussions/2784)) ([#2778](https:/skeletonlabs/skeleton/pull/2778))

## 1.0.0-next.4

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

### Patch Changes

- All Skeleton components have been updated to integrate Zag.js. This contains a number of breaking component API changes. Updates all documentation. And includes new CSS animations in the Tailwind plugin. ([More Information](https:/skeletonlabs/skeleton/discussions/2784)) ([#2778](https:/skeletonlabs/skeleton/pull/2778))

## 3.0.0-next.2

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