Skip to content

Commit dff819a

Browse files
Version Packages (#797)
ci(changesets): version packages Co-authored-by: Christian Schröter <dev@grizzly.codes>
1 parent 6f71315 commit dff819a

File tree

13 files changed

+35
-29
lines changed

13 files changed

+35
-29
lines changed

.changeset/flat-turtles-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-trains-rest.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/moody-grapes-vanish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thirty-elephants-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-tigers-deliver.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/solid-ts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vite-template-solid
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fa66b7a`](https://github.com/chakra-ui/ark/commit/fa66b7a97ea99884e0d155a04adb96d0617e7db6), [`fa66b7a`](https://github.com/chakra-ui/ark/commit/fa66b7a97ea99884e0d155a04adb96d0617e7db6)]:
8+
- @ark-ui/solid@0.2.0
9+
310
## 0.0.1
411

512
### Patch Changes

examples/solid-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-template-solid",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"description": "",
66
"scripts": {

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 0.1.0
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
### Minor Changes
410

511
- [#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`,

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark-ui/react",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
55
"keywords": [
66
"components",

packages/solid/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 0.1.0
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [`fa66b7a`](https://github.com/chakra-ui/ark/commit/fa66b7a97ea99884e0d155a04adb96d0617e7db6) Thanks [@cschroeter](https://github.com/cschroeter)! - Add `ColorPicker` component
8+
9+
### Patch Changes
10+
11+
- [`fa66b7a`](https://github.com/chakra-ui/ark/commit/fa66b7a97ea99884e0d155a04adb96d0617e7db6) Thanks [@cschroeter](https://github.com/cschroeter)! - Add missing exports
12+
313
### Minor Changes
414

515
- [#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`,

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark-ui/solid",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
55
"keywords": [
66
"components",

packages/vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## 0.1.0
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
### Minor Changes
412

513
- [#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`

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark-ui/vue",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
55
"keywords": [
66
"components",

0 commit comments

Comments
 (0)