Skip to content

Commit

Permalink
Version Packages (#907)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 2, 2023
1 parent c842c3c commit 6871f0b
Show file tree
Hide file tree
Showing 136 changed files with 692 additions and 93 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-rules-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-rabbits-change.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/unlucky-carrots-punch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-teachers-occur.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/anatomy-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @zag-js/anatomy-icons

## 0.23.0

## 0.22.0

## 0.21.0
Expand Down
2 changes: 1 addition & 1 deletion packages/anatomy-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/anatomy-icons",
"version": "0.22.0",
"version": "0.23.0",
"keywords": [
"ui-machines",
"state-machines",
Expand Down
2 changes: 2 additions & 0 deletions packages/anatomy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @zag-js/anatomy

## 0.23.0

## 0.22.0

## 0.21.0
Expand Down
2 changes: 1 addition & 1 deletion packages/anatomy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/anatomy",
"version": "0.22.0",
"version": "0.23.0",
"keywords": [
"ui-machines",
"state-machines",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zag-js/core

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/store@0.23.0

## 0.22.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/core",
"version": "0.22.0",
"version": "0.23.0",
"description": "A minimal implementation of xstate fsm for UI machines",
"keywords": [
"ui-machines",
Expand Down
2 changes: 2 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @zag-js/docs

## 0.23.0

## 0.22.0

## 0.21.0
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/docs",
"version": "0.22.0",
"version": "0.23.0",
"description": "Docs for zag-js machines",
"keywords": [
"ui-machines",
Expand Down
9 changes: 9 additions & 0 deletions packages/frameworks/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zag-js/react

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/core@0.23.0
- @zag-js/store@0.23.0
- @zag-js/types@0.23.0

## 0.22.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/react",
"version": "0.22.0",
"version": "0.23.0",
"description": "The react wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
9 changes: 9 additions & 0 deletions packages/frameworks/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zag-js/solid

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/core@0.23.0
- @zag-js/store@0.23.0
- @zag-js/types@0.23.0

## 0.22.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/solid",
"version": "0.22.0",
"version": "0.23.0",
"description": "The solid.js wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
9 changes: 9 additions & 0 deletions packages/frameworks/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zag-js/vue

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/core@0.23.0
- @zag-js/store@0.23.0
- @zag-js/types@0.23.0

## 0.22.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/vue",
"version": "0.22.0",
"version": "0.23.0",
"description": "The vue wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
12 changes: 12 additions & 0 deletions packages/machines/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zag-js/accordion

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@0.23.0
- @zag-js/core@0.23.0
- @zag-js/types@0.23.0
- @zag-js/utils@0.23.0
- @zag-js/dom-event@0.23.0
- @zag-js/dom-query@0.23.0

## 0.22.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/accordion",
"version": "0.22.0",
"version": "0.23.0",
"description": "Core logic for the accordion widget implemented as a state machine",
"keywords": [
"js",
Expand Down
12 changes: 12 additions & 0 deletions packages/machines/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zag-js/avatar

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@0.23.0
- @zag-js/core@0.23.0
- @zag-js/types@0.23.0
- @zag-js/utils@0.23.0
- @zag-js/dom-query@0.23.0
- @zag-js/mutation-observer@0.23.0

## 0.22.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/avatar",
"version": "0.22.0",
"version": "0.23.0",
"description": "Core logic for the avatar widget implemented as a state machine",
"keywords": [
"js",
Expand Down
11 changes: 11 additions & 0 deletions packages/machines/carousel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zag-js/carousel

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@0.23.0
- @zag-js/core@0.23.0
- @zag-js/types@0.23.0
- @zag-js/utils@0.23.0
- @zag-js/dom-query@0.23.0

## 0.22.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/carousel",
"version": "0.22.0",
"version": "0.23.0",
"description": "Core logic for the carousel widget implemented as a state machine",
"keywords": [
"js",
Expand Down
13 changes: 13 additions & 0 deletions packages/machines/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @zag-js/checkbox

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@0.23.0
- @zag-js/core@0.23.0
- @zag-js/types@0.23.0
- @zag-js/utils@0.23.0
- @zag-js/dom-query@0.23.0
- @zag-js/form-utils@0.23.0
- @zag-js/visually-hidden@0.23.0

## 0.22.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/checkbox",
"version": "0.22.0",
"version": "0.23.0",
"description": "Core logic for the checkbox widget implemented as a state machine",
"keywords": [
"js",
Expand Down
17 changes: 17 additions & 0 deletions packages/machines/color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @zag-js/color-picker

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@0.23.0
- @zag-js/core@0.23.0
- @zag-js/types@0.23.0
- @zag-js/color-utils@0.23.0
- @zag-js/utils@0.23.0
- @zag-js/dom-event@0.23.0
- @zag-js/dom-query@0.23.0
- @zag-js/form-utils@0.23.0
- @zag-js/numeric-range@0.23.0
- @zag-js/text-selection@0.23.0
- @zag-js/visually-hidden@0.23.0

## 0.22.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/color-picker",
"version": "0.22.0",
"version": "0.23.0",
"description": "Core logic for the color-picker widget implemented as a state machine",
"keywords": [
"js",
Expand Down
17 changes: 17 additions & 0 deletions packages/machines/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @zag-js/combobox

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@0.23.0
- @zag-js/core@0.23.0
- @zag-js/types@0.23.0
- @zag-js/aria-hidden@0.23.0
- @zag-js/collection@0.23.0
- @zag-js/utils@0.23.0
- @zag-js/dismissable@0.23.0
- @zag-js/dom-event@0.23.0
- @zag-js/dom-query@0.23.0
- @zag-js/mutation-observer@0.23.0
- @zag-js/popper@0.23.0

## 0.22.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/combobox",
"version": "0.22.0",
"version": "0.23.0",
"description": "Core logic for the combobox widget implemented as a state machine",
"keywords": [
"js",
Expand Down
24 changes: 24 additions & 0 deletions packages/machines/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @zag-js/date-picker

## 0.23.0

### Minor Changes

- [#902](https://github.com/chakra-ui/zag/pull/902)
[`0aff6bfb`](https://github.com/chakra-ui/zag/commit/0aff6bfb4c8514de7b13f384e2254707f5b0e8b4) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Redesign datepicker API and rename component parts

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@0.23.0
- @zag-js/core@0.23.0
- @zag-js/types@0.23.0
- @zag-js/utils@0.23.0
- @zag-js/date-utils@0.23.0
- @zag-js/dismissable@0.23.0
- @zag-js/dom-event@0.23.0
- @zag-js/dom-query@0.23.0
- @zag-js/form-utils@0.23.0
- @zag-js/live-region@0.23.0
- @zag-js/popper@0.23.0
- @zag-js/text-selection@0.23.0

## 0.22.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/date-picker",
"version": "0.22.0",
"version": "0.23.0",
"description": "Core logic for the date-picker widget implemented as a state machine",
"keywords": [
"js",
Expand Down
14 changes: 14 additions & 0 deletions packages/machines/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @zag-js/dialog

## 0.23.0

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@0.23.0
- @zag-js/core@0.23.0
- @zag-js/types@0.23.0
- @zag-js/aria-hidden@0.23.0
- @zag-js/utils@0.23.0
- @zag-js/dismissable@0.23.0
- @zag-js/dom-query@0.23.0
- @zag-js/remove-scroll@0.23.0

## 0.22.0

### Patch Changes
Expand Down
Loading

4 comments on commit 6871f0b

@vercel
Copy link

@vercel vercel bot commented on 6871f0b Oct 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

zag-nextjs – ./examples/next-ts

zag-nextjs-git-main-chakra-ui.vercel.app
zag-nextjs-chakra-ui.vercel.app
zag-two.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6871f0b Oct 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

zag-vue – ./examples/vue-ts

zag-vue-chakra-ui.vercel.app
zag-vue-git-main-chakra-ui.vercel.app
zag-vue.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6871f0b Oct 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

zag-solid – ./examples/solid-ts

zag-solid.vercel.app
zag-solid-chakra-ui.vercel.app
zag-solid-git-main-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6871f0b Oct 2, 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.