Skip to content

Commit 2edeaeb

Browse files
Version Packages (#2384)
ci(changesets): version packages Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 345585a commit 2edeaeb

File tree

159 files changed

+856
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+856
-128
lines changed

.changeset/beige-news-repeat.md

-14
This file was deleted.

.changeset/curly-beds-own.md

-5
This file was deleted.

.changeset/kind-cows-divide.md

-10
This file was deleted.

.changeset/moody-friends-itch.md

-6
This file was deleted.

.changeset/plain-cycles-cover.md

-6
This file was deleted.

.changeset/six-birds-yawn.md

-6
This file was deleted.

.changeset/sour-chairs-joke.md

-5
This file was deleted.

packages/anatomy-icons/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @zag-js/anatomy-icons
22

3+
## 1.8.0
4+
35
## 1.7.0
46

57
## 1.6.2

packages/anatomy-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/anatomy-icons",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"keywords": [
55
"ui-machines",
66
"state-machines",

packages/anatomy/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @zag-js/anatomy
22

3+
## 1.8.0
4+
35
## 1.7.0
46

57
## 1.6.2

packages/anatomy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/anatomy",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"keywords": [
55
"ui-machines",
66
"state-machines",

packages/core/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @zag-js/core
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- [`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - [Internal] Support `ref` and `cleanup` on bindable function to
9+
help create using state compositions
10+
11+
- Updated dependencies []:
12+
- @zag-js/utils@1.8.0
13+
- @zag-js/dom-query@1.8.0
14+
315
## 1.7.0
416

517
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/core",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "A minimal implementation of xstate fsm for UI machines",
55
"keywords": [
66
"ui-machines",

packages/docs/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @zag-js/docs
22

3+
## 1.8.0
4+
35
## 1.7.0
46

57
## 1.6.2

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/docs",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Docs for zag.js machines",
55
"keywords": [
66
"zag",

packages/frameworks/preact/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @zag-js/preact
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- [`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - [Internal] Support `ref` and `cleanup` on bindable function to
9+
help create using state compositions
10+
11+
- Updated dependencies [[`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb)]:
12+
- @zag-js/core@1.8.0
13+
- @zag-js/store@1.8.0
14+
- @zag-js/types@1.8.0
15+
316
## 1.7.0
417

518
### Patch Changes

packages/frameworks/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/preact",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "The react wrapper for zag",
55
"keywords": [
66
"ui-machines",

packages/frameworks/react/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @zag-js/react
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- [`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - [Internal] Support `ref` and `cleanup` on bindable function to
9+
help create using state compositions
10+
11+
- Updated dependencies [[`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb)]:
12+
- @zag-js/core@1.8.0
13+
- @zag-js/store@1.8.0
14+
- @zag-js/types@1.8.0
15+
- @zag-js/utils@1.8.0
16+
317
## 1.7.0
418

519
### Patch Changes

packages/frameworks/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/react",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "The react wrapper for zag",
55
"keywords": [
66
"ui-machines",

packages/frameworks/solid/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @zag-js/solid
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- [`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - [Internal] Support `ref` and `cleanup` on bindable function to
9+
help create using state compositions
10+
11+
- Updated dependencies [[`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb)]:
12+
- @zag-js/core@1.8.0
13+
- @zag-js/store@1.8.0
14+
- @zag-js/types@1.8.0
15+
- @zag-js/utils@1.8.0
16+
317
## 1.7.0
418

519
### Patch Changes

packages/frameworks/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/solid",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "The solid.js wrapper for zag",
55
"keywords": [
66
"ui-machines",

packages/frameworks/svelte/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @zag-js/svelte
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- [`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - [Internal] Support `ref` and `cleanup` on bindable function to
9+
help create using state compositions
10+
11+
- Updated dependencies [[`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb)]:
12+
- @zag-js/core@1.8.0
13+
- @zag-js/types@1.8.0
14+
- @zag-js/utils@1.8.0
15+
316
## 1.7.0
417

518
### Patch Changes

packages/frameworks/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/svelte",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "The svelte wrapper for zag",
55
"keywords": [
66
"ui-machines",

packages/frameworks/vue/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @zag-js/vue
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- [`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - [Internal] Support `ref` and `cleanup` on bindable function to
9+
help create using state compositions
10+
11+
- Updated dependencies [[`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb)]:
12+
- @zag-js/core@1.8.0
13+
- @zag-js/store@1.8.0
14+
- @zag-js/types@1.8.0
15+
- @zag-js/utils@1.8.0
16+
317
## 1.7.0
418

519
### Patch Changes

packages/frameworks/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/vue",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "The vue wrapper for zag",
55
"keywords": [
66
"ui-machines",

packages/machines/accordion/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @zag-js/accordion
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb)]:
8+
- @zag-js/core@1.8.0
9+
- @zag-js/anatomy@1.8.0
10+
- @zag-js/types@1.8.0
11+
- @zag-js/utils@1.8.0
12+
- @zag-js/dom-query@1.8.0
13+
314
## 1.7.0
415

516
### Patch Changes

packages/machines/accordion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/accordion",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Core logic for the accordion widget implemented as a state machine",
55
"keywords": [
66
"js",

packages/machines/angle-slider/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @zag-js/angle-slider
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb)]:
8+
- @zag-js/core@1.8.0
9+
- @zag-js/anatomy@1.8.0
10+
- @zag-js/types@1.8.0
11+
- @zag-js/utils@1.8.0
12+
- @zag-js/dom-query@1.8.0
13+
- @zag-js/rect-utils@1.8.0
14+
315
## 1.7.0
416

517
### Patch Changes

packages/machines/angle-slider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/angle-slider",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Core logic for the angle-slider widget implemented as a state machine",
55
"keywords": [
66
"js",

packages/machines/avatar/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @zag-js/avatar
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb)]:
8+
- @zag-js/core@1.8.0
9+
- @zag-js/anatomy@1.8.0
10+
- @zag-js/types@1.8.0
11+
- @zag-js/utils@1.8.0
12+
- @zag-js/dom-query@1.8.0
13+
314
## 1.7.0
415

516
### Patch Changes

packages/machines/avatar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/avatar",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Core logic for the avatar widget implemented as a state machine",
55
"keywords": [
66
"js",

packages/machines/carousel/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @zag-js/carousel
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb)]:
8+
- @zag-js/core@1.8.0
9+
- @zag-js/anatomy@1.8.0
10+
- @zag-js/types@1.8.0
11+
- @zag-js/utils@1.8.0
12+
- @zag-js/dom-query@1.8.0
13+
- @zag-js/scroll-snap@1.8.0
14+
315
## 1.7.0
416

517
### Patch Changes

packages/machines/carousel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/carousel",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Core logic for the carousel widget implemented as a state machine",
55
"keywords": [
66
"js",

packages/machines/checkbox/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @zag-js/checkbox
22

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`66f7828`](https://github.com/chakra-ui/zag/commit/66f7828541102fcf4f0fba05bb241e20a5ed45cb)]:
8+
- @zag-js/core@1.8.0
9+
- @zag-js/anatomy@1.8.0
10+
- @zag-js/types@1.8.0
11+
- @zag-js/utils@1.8.0
12+
- @zag-js/dom-query@1.8.0
13+
- @zag-js/focus-visible@1.8.0
14+
315
## 1.7.0
416

517
### Patch Changes

packages/machines/checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zag-js/checkbox",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Core logic for the checkbox widget implemented as a state machine",
55
"keywords": [
66
"js",

0 commit comments

Comments
 (0)