Skip to content

Commit

Permalink
Version Packages (#937)
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 17, 2023
1 parent d538209 commit 3337d43
Show file tree
Hide file tree
Showing 137 changed files with 703 additions and 114 deletions.
11 changes: 0 additions & 11 deletions .changeset/cool-terms-ring.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cool-wolves-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-plums-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-wasps-type.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/slimy-ads-build.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-mugs-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-kings-buy.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.25.0

## 0.24.0

## 0.23.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.24.0",
"version": "0.25.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.25.0

## 0.24.0

## 0.23.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.24.0",
"version": "0.25.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.25.0

### Patch Changes

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

## 0.24.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.24.0",
"version": "0.25.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.25.0

## 0.24.0

## 0.23.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.24.0",
"version": "0.25.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.25.0

### Patch Changes

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

## 0.24.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.24.0",
"version": "0.25.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.25.0

### Patch Changes

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

## 0.24.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.24.0",
"version": "0.25.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.25.0

### Patch Changes

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

## 0.24.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.24.0",
"version": "0.25.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.25.0

### Patch Changes

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

## 0.24.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.24.0",
"version": "0.25.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.25.0

### Patch Changes

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

## 0.24.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.24.0",
"version": "0.25.0",
"description": "Core logic for the avatar widget implemented as a state machine",
"keywords": [
"js",
Expand Down
16 changes: 16 additions & 0 deletions packages/machines/carousel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @zag-js/carousel

## 0.25.0

### Minor Changes

- [`2f386d7e`](https://github.com/chakra-ui/zag/commit/2f386d7e5f02693a56e263626cc3754e346199ac) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Rename `onSlideChange` to `onIndexChange`

### Patch Changes

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

## 0.24.0

### Minor 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.24.0",
"version": "0.25.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.25.0

### Patch Changes

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

## 0.24.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.24.0",
"version": "0.25.0",
"description": "Core logic for the checkbox widget implemented as a state machine",
"keywords": [
"js",
Expand Down
26 changes: 26 additions & 0 deletions packages/machines/color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @zag-js/color-picker

## 0.25.0

### Minor Changes

- [`2f386d7e`](https://github.com/chakra-ui/zag/commit/2f386d7e5f02693a56e263626cc3754e346199ac) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - Fix issue where channel inputs within control doesn't get synced
- Fix issue where area selection doesn't work when the value is not `hsl`
- Add default `12px` size for transparency grid

### Patch Changes

- Updated dependencies []:
- @zag-js/anatomy@0.25.0
- @zag-js/core@0.25.0
- @zag-js/types@0.25.0
- @zag-js/color-utils@0.25.0
- @zag-js/utils@0.25.0
- @zag-js/dismissable@0.25.0
- @zag-js/dom-event@0.25.0
- @zag-js/dom-query@0.25.0
- @zag-js/form-utils@0.25.0
- @zag-js/popper@0.25.0
- @zag-js/tabbable@0.25.0
- @zag-js/text-selection@0.25.0
- @zag-js/visually-hidden@0.25.0

## 0.24.0

### Minor 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.24.0",
"version": "0.25.0",
"description": "Core logic for the color-picker widget implemented as a state machine",
"keywords": [
"js",
Expand Down
21 changes: 21 additions & 0 deletions packages/machines/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @zag-js/combobox

## 0.25.0

### Patch Changes

- [`e9030baf`](https://github.com/chakra-ui/zag/commit/e9030baf1093271004a104a06d619c7c98f74cb2) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Fix issue where combobox positioner is `hidden` when combobox is
not open.

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

## 0.24.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.24.0",
"version": "0.25.0",
"description": "Core logic for the combobox widget implemented as a state machine",
"keywords": [
"js",
Expand Down
Loading

4 comments on commit 3337d43

@vercel
Copy link

@vercel vercel bot commented on 3337d43 Oct 17, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 3337d43 Oct 17, 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.vercel.app
zag-vue-chakra-ui.vercel.app
zag-vue-git-main-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3337d43 Oct 17, 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-git-main-chakra-ui.vercel.app
zag-solid.vercel.app
zag-solid-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3337d43 Oct 17, 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-chakra-ui.vercel.app
zag-two.vercel.app
zag-nextjs-git-main-chakra-ui.vercel.app

Please sign in to comment.