Skip to content

Commit

Permalink
Version Packages (#797)
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 Apr 29, 2023
1 parent 6f71315 commit dff819a
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-turtles-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-trains-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-grapes-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-elephants-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-tigers-deliver.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/solid-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vite-template-solid

## 0.0.2

### Patch Changes

- Updated dependencies [[`fa66b7a`](https://github.com/chakra-ui/ark/commit/fa66b7a97ea99884e0d155a04adb96d0617e7db6), [`fa66b7a`](https://github.com/chakra-ui/ark/commit/fa66b7a97ea99884e0d155a04adb96d0617e7db6)]:
- @ark-ui/solid@0.2.0

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/solid-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-template-solid",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "",
"scripts": {
Expand Down
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.1.0

## 0.2.0

### Minor Changes

- [#766](https://github.com/chakra-ui/ark/pull/766) [`cd463a6`](https://github.com/chakra-ui/ark/commit/cd463a6475a4af89c348f94446cee4071007c4f0) Thanks [@cschroeter](https://github.com/cschroeter)! - Add `ColorPicker` component

### Minor Changes

- [#59](https://github.com/chakra-ui/ark/pull/59) [`193e640c0`](https://github.com/chakra-ui/ark/commit/193e640c038244870c5801a8525cd806d027b005) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Add components `Accordion`, `Checkbox`, `Dialog`, `Editable`, `HoverCard`, `Menu`, `NumberInput`,
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.1.0",
"version": "0.2.0",
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
"keywords": [
"components",
Expand Down
10 changes: 10 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 0.1.0

## 0.2.0

### Minor Changes

- [`fa66b7a`](https://github.com/chakra-ui/ark/commit/fa66b7a97ea99884e0d155a04adb96d0617e7db6) Thanks [@cschroeter](https://github.com/cschroeter)! - Add `ColorPicker` component

### Patch Changes

- [`fa66b7a`](https://github.com/chakra-ui/ark/commit/fa66b7a97ea99884e0d155a04adb96d0617e7db6) Thanks [@cschroeter](https://github.com/cschroeter)! - Add missing exports

### Minor Changes

- [#365](https://github.com/chakra-ui/ark/pull/365) [`8079af69`](https://github.com/chakra-ui/ark/commit/8079af696266ffcf7cec15d90cea999eae8e7d2a) Thanks [@TimKolberger](https://github.com/TimKolberger)! - Add components `Accordion`, `Checkbox`, `Dialog`, `Editable`, `HoverCard`, `Menu`, `NumberInput`,
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.1.0",
"version": "0.2.0",
"description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
"keywords": [
"components",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 0.1.0

## 0.2.0

### Minor Changes

- [#834](https://github.com/chakra-ui/ark/pull/834) [`2fc3ca6`](https://github.com/chakra-ui/ark/commit/2fc3ca6adbdcfcc903c09cbc58e5937198ae8a70) Thanks [@TylerAPfledderer](https://github.com/TylerAPfledderer)! - Add `ColorPicker` component

- [#629](https://github.com/chakra-ui/ark/pull/629) [`906e3a8`](https://github.com/chakra-ui/ark/commit/906e3a89eb1a13465201a24e3a2d8d5d10264258) Thanks [@TylerAPfledderer](https://github.com/TylerAPfledderer)! - Add `TagsInput` component

### Minor Changes

- [#579](https://github.com/chakra-ui/ark/pull/579) [`35fbf0e3`](https://github.com/chakra-ui/ark/commit/35fbf0e328bfb0d523aa23e498444ee970340d73) Thanks [@TylerAPfledderer](https://github.com/TylerAPfledderer)! - Add component `PinInput`
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.1.0",
"version": "0.2.0",
"description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
"keywords": [
"components",
Expand Down

1 comment on commit dff819a

@vercel
Copy link

@vercel vercel bot commented on dff819a Apr 29, 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.