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 Sep 23, 2024
1 parent 93ae43e commit acaa91b
Show file tree
Hide file tree
Showing 156 changed files with 1,250 additions and 174 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-coins-brush.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/little-adults-attend.md

This file was deleted.

81 changes: 0 additions & 81 deletions .changeset/many-cows-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-gifts-prove.md

This file was deleted.

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

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

## 0.70.0

## 0.69.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.70.0",
"version": "0.71.0",
"keywords": [
"ui-machines",
"state-machines",
Expand Down
8 changes: 8 additions & 0 deletions packages/anatomy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zag-js/anatomy

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

## 0.70.0

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

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

### Patch Changes

- Updated dependencies [[`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9)]:
- @zag-js/store@0.71.0
- @zag-js/utils@0.71.0

## 0.70.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.70.0",
"version": "0.71.0",
"description": "A minimal implementation of xstate fsm for UI machines",
"keywords": [
"ui-machines",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zag-js/docs

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

## 0.70.0

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

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

### Patch Changes

- Updated dependencies [[`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9)]:
- @zag-js/core@0.71.0
- @zag-js/store@0.71.0
- @zag-js/types@0.71.0

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

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

### Patch Changes

- Updated dependencies [[`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9)]:
- @zag-js/core@0.71.0
- @zag-js/store@0.71.0
- @zag-js/types@0.71.0

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

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

### Patch Changes

- Updated dependencies [[`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9)]:
- @zag-js/core@0.71.0
- @zag-js/store@0.71.0
- @zag-js/types@0.71.0

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

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

### Patch Changes

- Updated dependencies [[`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9)]:
- @zag-js/core@0.71.0
- @zag-js/types@0.71.0

## 0.70.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.70.0",
"version": "0.71.0",
"description": "The svelte wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
15 changes: 15 additions & 0 deletions packages/frameworks/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @zag-js/vue

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

### Patch Changes

- Updated dependencies [[`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9)]:
- @zag-js/core@0.71.0
- @zag-js/store@0.71.0
- @zag-js/types@0.71.0

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

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

### Patch Changes

- Updated dependencies [[`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9)]:
- @zag-js/core@0.71.0
- @zag-js/anatomy@0.71.0
- @zag-js/types@0.71.0
- @zag-js/utils@0.71.0
- @zag-js/dom-event@0.71.0
- @zag-js/dom-query@0.71.0

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

## 0.71.0

### Minor Changes

- [`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - We no longer ship `src` files in the packages.
- Improve support for deno by removing the internal structured clone implementation in favor of using functions.

### Patch Changes

- Updated dependencies [[`b3a251e`](https://github.com/chakra-ui/zag/commit/b3a251e5e10b9b27af353e0f41117329846b14e9)]:
- @zag-js/core@0.71.0
- @zag-js/anatomy@0.71.0
- @zag-js/types@0.71.0
- @zag-js/utils@0.71.0
- @zag-js/dom-query@0.71.0

## 0.70.0

### Patch Changes
Expand Down
Loading

0 comments on commit acaa91b

Please sign in to comment.