Skip to content

Commit 63aec7c

Browse files
Version Packages (chakra-ui#2154)
ci(changesets): version packages Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8792893 commit 63aec7c

File tree

155 files changed

+1008
-160
lines changed

Some content is hidden

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

155 files changed

+1008
-160
lines changed

.changeset/few-dragons-develop.md

-5
This file was deleted.

.changeset/fresh-dingos-teach.md

-9
This file was deleted.

.changeset/lucky-bottles-heal.md

-23
This file was deleted.

.changeset/new-doors-smell.md

-5
This file was deleted.

.changeset/rich-hotels-cough.md

-5
This file was deleted.

.changeset/smart-bats-ring.md

-33
This file was deleted.

.changeset/smart-spies-brake.md

-6
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+
## 0.81.0
4+
35
## 0.80.0
46

57
## 0.79.3

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": "0.80.0",
3+
"version": "0.81.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+
## 0.81.0
4+
35
## 0.80.0
46

57
## 0.79.3

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": "0.80.0",
3+
"version": "0.81.0",
44
"keywords": [
55
"ui-machines",
66
"state-machines",

packages/core/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @zag-js/store@0.81.0
9+
- @zag-js/utils@0.81.0
10+
311
## 0.80.0
412

513
### 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": "0.80.0",
3+
"version": "0.81.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+
## 0.81.0
4+
35
## 0.80.0
46

57
## 0.79.3

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": "0.80.0",
3+
"version": "0.81.0",
44
"description": "Docs for zag.js machines",
55
"keywords": [
66
"zag",

packages/frameworks/preact/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Patch Changes
6+
7+
- [`7d2d196`](https://github.com/chakra-ui/zag/commit/7d2d196c6d784ed6d0d384cfae7ec619d006d0b4) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - Initial release
9+
10+
- Updated dependencies [[`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68)]:
11+
- @zag-js/types@0.81.0
12+
- @zag-js/core@0.81.0
13+
- @zag-js/store@0.81.0
14+
315
## 0.80.0
416

517
### 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": "0.80.0",
3+
"version": "0.81.0",
44
"description": "The react wrapper for zag",
55
"keywords": [
66
"ui-machines",

packages/frameworks/react/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68)]:
8+
- @zag-js/types@0.81.0
9+
- @zag-js/core@0.81.0
10+
- @zag-js/store@0.81.0
11+
312
## 0.80.0
413

514
### 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": "0.80.0",
3+
"version": "0.81.0",
44
"description": "The react wrapper for zag",
55
"keywords": [
66
"ui-machines",

packages/frameworks/solid/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68)]:
8+
- @zag-js/types@0.81.0
9+
- @zag-js/core@0.81.0
10+
- @zag-js/store@0.81.0
11+
312
## 0.80.0
413

514
### 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": "0.80.0",
3+
"version": "0.81.0",
44
"description": "The solid.js wrapper for zag",
55
"keywords": [
66
"ui-machines",

packages/frameworks/svelte/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68)]:
8+
- @zag-js/types@0.81.0
9+
- @zag-js/core@0.81.0
10+
311
## 0.80.0
412

513
### 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": "0.80.0",
3+
"version": "0.81.0",
44
"description": "The svelte wrapper for zag",
55
"keywords": [
66
"ui-machines",

packages/frameworks/vue/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Patch Changes
6+
7+
- [`9cce2ba`](https://github.com/chakra-ui/zag/commit/9cce2baad776034a058d1a725b2a23c32daaa941) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - Fix issue where svg `viewBox` attribute handling between client
9+
and server
10+
11+
- Updated dependencies [[`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68)]:
12+
- @zag-js/types@0.81.0
13+
- @zag-js/core@0.81.0
14+
- @zag-js/store@0.81.0
15+
316
## 0.80.0
417

518
### 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": "0.80.0",
3+
"version": "0.81.0",
44
"description": "The vue wrapper for zag",
55
"keywords": [
66
"ui-machines",

packages/machines/accordion/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Patch Changes
6+
7+
- [`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - Refactor and streamline packages
9+
10+
- Updated dependencies [[`792939f`](https://github.com/chakra-ui/zag/commit/792939f9d9eac5a97cc46f1b0ab286666ba1edd8),
11+
[`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68)]:
12+
- @zag-js/dom-query@0.81.0
13+
- @zag-js/types@0.81.0
14+
- @zag-js/anatomy@0.81.0
15+
- @zag-js/core@0.81.0
16+
- @zag-js/utils@0.81.0
17+
318
## 0.80.0
419

520
### 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": "0.80.0",
3+
"version": "0.81.0",
44
"description": "Core logic for the accordion widget implemented as a state machine",
55
"keywords": [
66
"js",

packages/machines/angle-slider/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Patch Changes
6+
7+
- [`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - Refactor and streamline packages
9+
10+
- Updated dependencies [[`792939f`](https://github.com/chakra-ui/zag/commit/792939f9d9eac5a97cc46f1b0ab286666ba1edd8),
11+
[`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68)]:
12+
- @zag-js/dom-query@0.81.0
13+
- @zag-js/types@0.81.0
14+
- @zag-js/anatomy@0.81.0
15+
- @zag-js/core@0.81.0
16+
- @zag-js/utils@0.81.0
17+
- @zag-js/rect-utils@0.81.0
18+
319
## 0.80.0
420

521
### 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": "0.80.0",
3+
"version": "0.81.0",
44
"description": "Core logic for the angle-slider widget implemented as a state machine",
55
"keywords": [
66
"js",

packages/machines/avatar/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`792939f`](https://github.com/chakra-ui/zag/commit/792939f9d9eac5a97cc46f1b0ab286666ba1edd8),
8+
[`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68)]:
9+
- @zag-js/dom-query@0.81.0
10+
- @zag-js/types@0.81.0
11+
- @zag-js/anatomy@0.81.0
12+
- @zag-js/core@0.81.0
13+
- @zag-js/utils@0.81.0
14+
315
## 0.80.0
416

517
### 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": "0.80.0",
3+
"version": "0.81.0",
44
"description": "Core logic for the avatar widget implemented as a state machine",
55
"keywords": [
66
"js",

packages/machines/carousel/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Patch Changes
6+
7+
- [`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68) Thanks
8+
[@segunadebayo](https://github.com/segunadebayo)! - Refactor and streamline packages
9+
10+
- Updated dependencies [[`792939f`](https://github.com/chakra-ui/zag/commit/792939f9d9eac5a97cc46f1b0ab286666ba1edd8),
11+
[`552e55d`](https://github.com/chakra-ui/zag/commit/552e55db4ec8c0fa86c5b7e5ce3ad08eb350ca68)]:
12+
- @zag-js/dom-query@0.81.0
13+
- @zag-js/types@0.81.0
14+
- @zag-js/scroll-snap@0.81.0
15+
- @zag-js/anatomy@0.81.0
16+
- @zag-js/core@0.81.0
17+
- @zag-js/utils@0.81.0
18+
319
## 0.80.0
420

521
### 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": "0.80.0",
3+
"version": "0.81.0",
44
"description": "Core logic for the carousel widget implemented as a state machine",
55
"keywords": [
66
"js",

0 commit comments

Comments
 (0)