Skip to content

Commit

Permalink
Version Packages (#2085)
Browse files Browse the repository at this point in the history
ci(changesets): version packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 13, 2024
1 parent 272bc5d commit a9565e6
Show file tree
Hide file tree
Showing 157 changed files with 837 additions and 98 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-trainers-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-peaches-travel.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/plenty-rice-walk.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.78.3

## 0.78.2

## 0.78.1
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.78.2",
"version": "0.78.3",
"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.78.3

## 0.78.2

## 0.78.1
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.78.2",
"version": "0.78.3",
"keywords": [
"ui-machines",
"state-machines",
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @zag-js/core

## 0.78.3

### Patch Changes

- [`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - Fix issue where react elements could not be passed to tree view.
In general, we've improved the entire machine to better support complex objects like react and vue elements.

- Remove support for promises in store and snapshot. Prefer to use framework-specific hooks to manage async
operations.

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/store@0.78.3
- @zag-js/utils@0.78.3

## 0.78.2

### 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.78.2",
"version": "0.78.3",
"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.78.3

## 0.78.2

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

## 0.78.3

### Patch Changes

- [`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - Fix issue where react elements could not be passed to tree view.
In general, we've improved the entire machine to better support complex objects like react and vue elements.

- Remove support for promises in store and snapshot. Prefer to use framework-specific hooks to manage async
operations.

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/store@0.78.3
- @zag-js/core@0.78.3
- @zag-js/types@0.78.3

## 0.78.2

### 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.78.2",
"version": "0.78.3",
"description": "The react wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
16 changes: 16 additions & 0 deletions packages/frameworks/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @zag-js/react

## 0.78.3

### Patch Changes

- [`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - Fix issue where react elements could not be passed to tree view.
In general, we've improved the entire machine to better support complex objects like react and vue elements.

- Remove support for promises in store and snapshot. Prefer to use framework-specific hooks to manage async
operations.

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/store@0.78.3
- @zag-js/core@0.78.3
- @zag-js/types@0.78.3

## 0.78.2

### 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.78.2",
"version": "0.78.3",
"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.78.3

### Patch Changes

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/store@0.78.3
- @zag-js/core@0.78.3
- @zag-js/types@0.78.3

## 0.78.2

### 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.78.2",
"version": "0.78.3",
"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.78.3

### Patch Changes

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/core@0.78.3
- @zag-js/types@0.78.3

## 0.78.2

### 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.78.2",
"version": "0.78.3",
"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.78.3

### Patch Changes

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/store@0.78.3
- @zag-js/core@0.78.3
- @zag-js/types@0.78.3

## 0.78.2

### 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.78.2",
"version": "0.78.3",
"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.78.3

### Patch Changes

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/core@0.78.3
- @zag-js/anatomy@0.78.3
- @zag-js/types@0.78.3
- @zag-js/utils@0.78.3
- @zag-js/dom-event@0.78.3
- @zag-js/dom-query@0.78.3

## 0.78.2

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

## 0.78.3

### Patch Changes

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/core@0.78.3
- @zag-js/anatomy@0.78.3
- @zag-js/types@0.78.3
- @zag-js/utils@0.78.3
- @zag-js/dom-event@0.78.3
- @zag-js/dom-query@0.78.3
- @zag-js/numeric-range@0.78.3
- @zag-js/rect-utils@0.78.3

## 0.78.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/angle-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/angle-slider",
"version": "0.78.2",
"version": "0.78.3",
"description": "Core logic for the angle-slider 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.78.3

### Patch Changes

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/core@0.78.3
- @zag-js/anatomy@0.78.3
- @zag-js/types@0.78.3
- @zag-js/utils@0.78.3
- @zag-js/dom-query@0.78.3

## 0.78.2

### 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.78.2",
"version": "0.78.3",
"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.78.3

### Patch Changes

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/core@0.78.3
- @zag-js/anatomy@0.78.3
- @zag-js/types@0.78.3
- @zag-js/utils@0.78.3
- @zag-js/dom-query@0.78.3

## 0.78.2

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

## 0.78.3

### Patch Changes

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/core@0.78.3
- @zag-js/anatomy@0.78.3
- @zag-js/types@0.78.3
- @zag-js/utils@0.78.3
- @zag-js/dom-event@0.78.3
- @zag-js/dom-query@0.78.3
- @zag-js/focus-visible@0.78.3
- @zag-js/form-utils@0.78.3

## 0.78.2

### 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.78.2",
"version": "0.78.3",
"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.78.3

### Patch Changes

- Updated dependencies [[`5584a83`](https://github.com/chakra-ui/zag/commit/5584a833151ee9f2c2ef9c07b6d699addfbca18e)]:
- @zag-js/core@0.78.3
- @zag-js/anatomy@0.78.3
- @zag-js/types@0.78.3
- @zag-js/utils@0.78.3
- @zag-js/dom-query@0.78.3

## 0.78.2

### Patch 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.78.2",
"version": "0.78.3",
"description": "Core logic for the clipboard widget implemented as a state machine",
"keywords": [
"js",
Expand Down
Loading

0 comments on commit a9565e6

Please sign in to comment.