diff --git a/bun.lock b/bun.lock index 591fbdb280..00b4278a7d 100644 --- a/bun.lock +++ b/bun.lock @@ -42,7 +42,7 @@ }, "packages/react": { "name": "@ark-ui/react", - "version": "5.34.0", + "version": "5.34.1", "dependencies": { "@internationalized/date": "3.11.0", "@zag-js/accordion": "1.35.3", @@ -151,7 +151,7 @@ }, "packages/solid": { "name": "@ark-ui/solid", - "version": "5.34.0", + "version": "5.34.1", "dependencies": { "@internationalized/date": "3.11.0", "@zag-js/accordion": "1.35.3", @@ -256,7 +256,7 @@ }, "packages/svelte": { "name": "@ark-ui/svelte", - "version": "5.19.0", + "version": "5.19.1", "dependencies": { "@internationalized/date": "3.11.0", "@zag-js/accordion": "1.35.3", @@ -359,7 +359,7 @@ }, "packages/vue": { "name": "@ark-ui/vue", - "version": "5.34.0", + "version": "5.34.1", "dependencies": { "@internationalized/date": "3.11.0", "@zag-js/accordion": "1.35.3", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 0d0c9023c0..2791e1c5cd 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [5.34.1] - 2026-03-03 + ### Fixed - **Carousel**: diff --git a/packages/react/package.json b/packages/react/package.json index 40bc259ba6..5825d596ca 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@ark-ui/react", "type": "module", - "version": "5.34.0", + "version": "5.34.1", "description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.", "keywords": [ "accordion", diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md index 0e2888848c..840bcd73fa 100644 --- a/packages/solid/CHANGELOG.md +++ b/packages/solid/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [5.34.1] - 2026-03-03 + ### Fixed - **Carousel**: diff --git a/packages/solid/package.json b/packages/solid/package.json index cccc2b77e2..3c3ee9c546 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,7 +1,7 @@ { "name": "@ark-ui/solid", "type": "module", - "version": "5.34.0", + "version": "5.34.1", "description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.", "keywords": [ "accordion", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index d3b94e141f..8be28d0120 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -6,6 +6,8 @@ description: All notable changes will be documented in this file. ## [Unreleased] +## [5.19.1] - 2026-03-03 + ### Fixed - **Carousel**: diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 3303a530b8..d29f43e3c4 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,7 +1,7 @@ { "name": "@ark-ui/svelte", "type": "module", - "version": "5.19.0", + "version": "5.19.1", "description": "A collection of unstyled, accessible UI components for Svelte", "keywords": [ "accordion", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index db802342b4..9124c75281 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [5.34.1] - 2026-03-03 + ### Fixed - **Carousel**: diff --git a/packages/vue/package.json b/packages/vue/package.json index aabf43eb1e..9c263b0222 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "@ark-ui/vue", "type": "module", - "version": "5.34.0", + "version": "5.34.1", "description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.", "keywords": [ "accordion",