Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 24, 2024
1 parent 635cce7 commit 5af575e
Show file tree
Hide file tree
Showing 146 changed files with 749 additions and 95 deletions.
6 changes: 0 additions & 6 deletions .changeset/giant-socks-explode.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/green-masks-admire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/late-elephants-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-swans-taste.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.49.0

## 0.48.0

## 0.47.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.48.0",
"version": "0.49.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.49.0

## 0.48.0

## 0.47.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.48.0",
"version": "0.49.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.49.0

### Patch Changes

- Updated dependencies [[`c8aeca4`](https://github.com/chakra-ui/zag/commit/c8aeca475b078806c2765659668d843037746ba6)]:
- @zag-js/store@0.49.0

## 0.48.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.48.0",
"version": "0.49.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.49.0

## 0.48.0

## 0.47.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.48.0",
"version": "0.49.0",
"description": "Docs for zag.js machines",
"keywords": [
"zag",
Expand Down
11 changes: 11 additions & 0 deletions packages/frameworks/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zag-js/preact

## 0.49.0

### Patch Changes

- [#1441](https://github.com/chakra-ui/zag/pull/1441) [`c8aeca4`](https://github.com/chakra-ui/zag/commit/c8aeca475b078806c2765659668d843037746ba6) Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where multiple versions of @zag-js/store could lead to "proxy state is not iterable" errors.

- Updated dependencies [[`c8aeca4`](https://github.com/chakra-ui/zag/commit/c8aeca475b078806c2765659668d843037746ba6)]:
- @zag-js/store@0.49.0
- @zag-js/core@0.49.0
- @zag-js/types@0.49.0

## 0.48.0

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

## 0.49.0

### Patch Changes

- [#1441](https://github.com/chakra-ui/zag/pull/1441) [`c8aeca4`](https://github.com/chakra-ui/zag/commit/c8aeca475b078806c2765659668d843037746ba6) Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where multiple versions of @zag-js/store could lead to "proxy state is not iterable" errors.

- Updated dependencies [[`c8aeca4`](https://github.com/chakra-ui/zag/commit/c8aeca475b078806c2765659668d843037746ba6)]:
- @zag-js/store@0.49.0
- @zag-js/core@0.49.0
- @zag-js/types@0.49.0

## 0.48.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.48.0",
"version": "0.49.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.49.0

### Patch Changes

- Updated dependencies [[`c8aeca4`](https://github.com/chakra-ui/zag/commit/c8aeca475b078806c2765659668d843037746ba6)]:
- @zag-js/store@0.49.0
- @zag-js/core@0.49.0
- @zag-js/types@0.49.0

## 0.48.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.48.0",
"version": "0.49.0",
"description": "The solid.js wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
8 changes: 8 additions & 0 deletions packages/frameworks/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zag-js/svelte

## 0.49.0

### Patch Changes

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

## 0.48.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/svelte",
"version": "0.48.0",
"version": "0.49.0",
"description": "The svelte 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.49.0

### Patch Changes

- Updated dependencies [[`c8aeca4`](https://github.com/chakra-ui/zag/commit/c8aeca475b078806c2765659668d843037746ba6)]:
- @zag-js/store@0.49.0
- @zag-js/core@0.49.0
- @zag-js/types@0.49.0

## 0.48.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.48.0",
"version": "0.49.0",
"description": "The vue wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
14 changes: 14 additions & 0 deletions packages/machines/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @zag-js/accordion

## 0.49.0

### Patch Changes

- [`635cce7`](https://github.com/chakra-ui/zag/commit/635cce75b9e4bf53d986c0bdf4f5fcfbacfde6ef) Thanks [@cschroeter](https://github.com/cschroeter)! - Update type descriptions

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

## 0.48.0

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

## 0.49.0

### Patch Changes

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

## 0.48.0

### Minor 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.48.0",
"version": "0.49.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.49.0

### Patch Changes

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

## 0.48.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.48.0",
"version": "0.49.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.49.0

### Patch Changes

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

## 0.48.0

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

## 0.49.0

### Patch Changes

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

## 0.48.0

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

## 0.49.0

### Patch Changes

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

## 0.48.0

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

## 0.49.0

### Patch Changes

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

## 0.48.0

### Minor Changes
Expand Down
Loading

0 comments on commit 5af575e

Please sign in to comment.