diff --git a/.changeset/great-colts-knock.md b/.changeset/great-colts-knock.md deleted file mode 100644 index 8122768ca0..0000000000 --- a/.changeset/great-colts-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ark-ui/vue': minor ---- - -Add component `Toast` diff --git a/.changeset/hot-eyes-live.md b/.changeset/hot-eyes-live.md deleted file mode 100644 index 9352476dd7..0000000000 --- a/.changeset/hot-eyes-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ark-ui/solid': minor ---- - -Use mergeProps from @zag-js diff --git a/.changeset/lucky-ears-approve.md b/.changeset/lucky-ears-approve.md deleted file mode 100644 index 8c3b979c9e..0000000000 --- a/.changeset/lucky-ears-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ark-ui/vue': minor ---- - -Add component `Carousel` diff --git a/.changeset/orange-pugs-thank.md b/.changeset/orange-pugs-thank.md deleted file mode 100644 index cf2d5b1310..0000000000 --- a/.changeset/orange-pugs-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ark-ui/react': minor ---- - -Add DatePicker diff --git a/.changeset/serious-kiwis-flash.md b/.changeset/serious-kiwis-flash.md deleted file mode 100644 index 8ca42666b9..0000000000 --- a/.changeset/serious-kiwis-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ark-ui/solid': minor ---- - -Add Switch Component diff --git a/.changeset/short-oranges-melt.md b/.changeset/short-oranges-melt.md deleted file mode 100644 index 5d4b2b7301..0000000000 --- a/.changeset/short-oranges-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ark-ui/react': patch ---- - -Fix a typo in SwitchProps type diff --git a/.changeset/thin-starfishes-poke.md b/.changeset/thin-starfishes-poke.md deleted file mode 100644 index f47121c60b..0000000000 --- a/.changeset/thin-starfishes-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ark-ui/vue': minor ---- - -Add component `Environment` diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 64d3fa0976..9cb6021464 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ ## 0.3.0 – May 11, 2023 +## 0.4.0 + +### Minor Changes + +- [`3bd09cd6`](https://github.com/chakra-ui/ark/commit/3bd09cd601da92588eaeb52ebf88b3fec3613585) Thanks [@cschroeter](https://github.com/cschroeter)! - Add DatePicker + +### Patch Changes + +- [`09cbc614`](https://github.com/chakra-ui/ark/commit/09cbc61413bef1bbb4c885e95ab3a8ab87d53884) Thanks [@cschroeter](https://github.com/cschroeter)! - Fix a typo in SwitchProps type + ### Added - Add `Switch` diff --git a/packages/react/package.json b/packages/react/package.json index 9821a998cd..76b509466e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/react", - "version": "0.3.0", + "version": "0.4.0", "description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.", "keywords": [ "react", diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md index beec9f7663..a44aabaa21 100644 --- a/packages/solid/CHANGELOG.md +++ b/packages/solid/CHANGELOG.md @@ -1,5 +1,13 @@ ## 0.3.0 – May 11, 2023 +## 0.4.0 + +### Minor Changes + +- [#936](https://github.com/chakra-ui/ark/pull/936) [`66fa4597`](https://github.com/chakra-ui/ark/commit/66fa459710c01f842701ab0525a1a19d5be5e615) Thanks [@cschroeter](https://github.com/cschroeter)! - Use mergeProps from @zag-js + +- [`09cbc614`](https://github.com/chakra-ui/ark/commit/09cbc61413bef1bbb4c885e95ab3a8ab87d53884) Thanks [@cschroeter](https://github.com/cschroeter)! - Add Switch Component + ### Added - Add support for `asChild` diff --git a/packages/solid/package.json b/packages/solid/package.json index ed5a7ce9a5..f7267417e0 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/solid", - "version": "0.3.0", + "version": "0.4.0", "description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.", "keywords": [ "solid", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 2bd4abc298..84c63c333c 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,15 @@ ## 0.2.1 - May 11, 2023 +## 0.3.0 + +### Minor Changes + +- [#632](https://github.com/chakra-ui/ark/pull/632) [`f8b16038`](https://github.com/chakra-ui/ark/commit/f8b16038fd7198b3f2824572e77009eecdfdeee7) Thanks [@TylerAPfledderer](https://github.com/TylerAPfledderer)! - Add component `Toast` + +- [#840](https://github.com/chakra-ui/ark/pull/840) [`c206c2c2`](https://github.com/chakra-ui/ark/commit/c206c2c20be8189a81a27ed462dfbb687d0a8995) Thanks [@TylerAPfledderer](https://github.com/TylerAPfledderer)! - Add component `Carousel` + +- [#637](https://github.com/chakra-ui/ark/pull/637) [`fff5982f`](https://github.com/chakra-ui/ark/commit/fff5982f0a2e5232d96eb6455647650e646f32a5) Thanks [@TylerAPfledderer](https://github.com/TylerAPfledderer)! - Add component `Environment` + ### Fixed - Fix `Dialog` component: apply two-way binding to `open` prop diff --git a/packages/vue/package.json b/packages/vue/package.json index f8d6368530..02a4630b8b 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ark-ui/vue", - "version": "0.2.1", + "version": "0.3.0", "description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.", "keywords": [ "vue",