Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/breezy-meals-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-shrimps-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-cups-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-ducks-think.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.3

### Patch Changes

- Updated dependencies [[`ec4ef660`](https://github.com/chakra-ui/ark/commit/ec4ef66000822168ce050f2ae5377f1b56259f1d)]:
- @ark-ui/solid@0.3.0

## 0.0.2

### 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.2",
"version": "0.0.3",
"private": true,
"description": "",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 0.1.0

## 0.3.0

### Minor Changes

- [`888886bb`](https://github.com/chakra-ui/ark/commit/888886bb4b15c52d926caf4294a487c7e1d8d339) Thanks [@cschroeter](https://github.com/cschroeter)! - Add Switch Component

- [`888886bb`](https://github.com/chakra-ui/ark/commit/888886bb4b15c52d926caf4294a487c7e1d8d339) Thanks [@cschroeter](https://github.com/cschroeter)! - Add support for `asChild` prop in all components

## 0.2.0

### Minor Changes
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.2.0",
"version": "0.3.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.1.0

## 0.3.0

### Minor Changes

- [`ec4ef660`](https://github.com/chakra-ui/ark/commit/ec4ef66000822168ce050f2ae5377f1b56259f1d) Thanks [@segunadebayo](https://github.com/segunadebayo)! - Add support for `asChild` prop in all components

## 0.2.0

### Minor Changes
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.2.0",
"version": "0.3.0",
"description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
"keywords": [
"solid",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 0.1.0

## 0.2.1

### Patch Changes

- [#899](https://github.com/chakra-ui/ark/pull/899) [`0da6b58a`](https://github.com/chakra-ui/ark/commit/0da6b58a3081c382bbc0a31e279da29fb48aadc0) Thanks [@TylerAPfledderer](https://github.com/TylerAPfledderer)! - Update `Dialog` component: apply two-way binding to `open` prop

## 0.2.0

### Minor Changes
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.0",
"version": "0.2.1",
"description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
"keywords": [
"vue",
Expand Down
8 changes: 8 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @ark-ui/website

## 1.0.1

### Patch Changes

- Updated dependencies [[`888886bb`](https://github.com/chakra-ui/ark/commit/888886bb4b15c52d926caf4294a487c7e1d8d339), [`888886bb`](https://github.com/chakra-ui/ark/commit/888886bb4b15c52d926caf4294a487c7e1d8d339)]:
- @ark-ui/react@0.3.0
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ark-ui/website",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"prepare": "panda",
Expand Down