Skip to content

Commit

Permalink
Version Packages (#934)
Browse files Browse the repository at this point in the history
ci(changesets): version packages

Co-authored-by: Christian Schröter <[email protected]>
  • Loading branch information
github-actions[bot] and cschroeter authored May 23, 2023
1 parent 7b61c8e commit 693aa0c
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-colts-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-eyes-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-ears-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-pugs-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-kiwis-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-oranges-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-starfishes-poke.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 693aa0c

@vercel
Copy link

@vercel vercel bot commented on 693aa0c May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.