diff --git a/.changeset/pre.json b/.changeset/pre.json index f8918f095..c70a91d6c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -9,6 +9,7 @@ "clever-suns-reflect", "healthy-ligers-sell", "pink-eyes-begin", + "rare-islands-divide", "shy-knives-destroy" ] } diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index e2bad0c1e..753340122 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # bits-ui +## 1.0.0-next.3 + +### Patch Changes + +- fix: align `Tabs` component ARIA attribute with W3C spec ([#702](https://github.com/huntabyte/bits-ui/pull/702)) + ## 1.0.0-next.2 ### Patch Changes diff --git a/packages/bits-ui/package.json b/packages/bits-ui/package.json index d2e651a0f..c0a3dabbd 100644 --- a/packages/bits-ui/package.json +++ b/packages/bits-ui/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "1.0.0-next.2", + "version": "1.0.0-next.3", "license": "MIT", "repository": "github:huntabyte/bits-ui", "funding": "https://github.com/sponsors/huntabyte",