From c8bc3e4fc8cc14884876f8068bf534ec8c52b15e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Sep 2024 00:53:19 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 4 +++- packages/bits-ui/CHANGELOG.md | 6 ++++++ packages/bits-ui/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 10b349f16..0bcb7addf 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,5 +5,7 @@ "bits-ui": "0.21.15", "docs": "0.0.0" }, - "changesets": [] + "changesets": [ + "shy-knives-destroy" + ] } diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index 7d4baa18b..81070be44 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.0 + +### Major Changes + +- Svelte 5 pre-release. This release includes many breaking changes, bug fixes, and new features that are not possible to include in the previous release. Please see the [@next documentation](https://huntabyte-next.bits-ui.pages.dev/) for more information. ([#690](https://github.com/huntabyte/bits-ui/pull/690)) + ## 0.21.15 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index 613b38365..07d7baaf3 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.21.15", + "version": "1.0.0-next.0", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",