Skip to content

Commit

Permalink
Version Packages (#990)
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 25, 2023
1 parent c48bd7e commit 7128723
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/little-avocados-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-pianos-dress.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 0.4.0 - May 23, 2023

## 0.5.0

### Minor Changes

- [`786b4862`](https://github.com/chakra-ui/ark/commit/786b486248f165fb17ea6c0ee1c1e05432ebbce8) Thanks [@cschroeter](https://github.com/cschroeter)! - Remove AccordionIcon

### Added

- Add `DatePicker`
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.4.0",
"version": "0.5.0",
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 0.4.0 - May 23, 2023

## 0.5.0

### Minor Changes

- [`786b4862`](https://github.com/chakra-ui/ark/commit/786b486248f165fb17ea6c0ee1c1e05432ebbce8) Thanks [@cschroeter](https://github.com/cschroeter)! - Remove AccordionIcon

### Added

- Add `Switch`
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.4.0",
"version": "0.5.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.3.0 - May 23, 2023

## 0.4.0

### Minor Changes

- [`786b4862`](https://github.com/chakra-ui/ark/commit/786b486248f165fb17ea6c0ee1c1e05432ebbce8) Thanks [@cschroeter](https://github.com/cschroeter)! - Remove AccordionIcon

### Patch Changes

- [`c48bd7e6`](https://github.com/chakra-ui/ark/commit/c48bd7e65c99b4e53598f2181fb7c47f6ba3f534) Thanks [@cschroeter](https://github.com/cschroeter)! - Fixed a bug where `Toast` and `Environment` weren't exported

### Added

- Add `Carousel`
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.3.0",
"version": "0.4.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 7128723

@vercel
Copy link

@vercel vercel bot commented on 7128723 May 25, 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.