Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #965

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-starfishes-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-laws-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-cameras-whisper.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/kind-buttons-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-bears-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-buckets-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-bags-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-ways-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-planets-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-plants-flash.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.27.0

### Patch Changes

- [#948](https://github.com/chakra-ui/zag/pull/948)
[`2755db92`](https://github.com/chakra-ui/zag/commit/2755db927e99017fa37c86402ad04db47fea8838) Thanks
[@anubra266](https://github.com/anubra266)! - Update Anatomy parts

## 0.26.0

## 0.25.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.26.0",
"version": "0.27.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.27.0

## 0.26.0

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

## 0.27.0

### Patch Changes

- [#967](https://github.com/chakra-ui/zag/pull/967)
[`152b0a78`](https://github.com/chakra-ui/zag/commit/152b0a78b6ba18442f38164ce90789bc243f6e00) Thanks
[@sholzmayer](https://github.com/sholzmayer)! - Fix issue where mergeProps throws when className str is undefined

- Updated dependencies []:
- @zag-js/[email protected]

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

## 0.27.0

### Minor Changes

- [`abaec35b`](https://github.com/chakra-ui/zag/commit/abaec35bc042edd79347254d8d76fa66aa0fb711) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - - Remove support for `inline` in datepicker and replace with
`closeOnSelect` for API consistency.
- Add `data-placement` to trigger and content parts for position-aware styling.

## 0.26.0

## 0.25.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.26.0",
"version": "0.27.0",
"description": "Docs for zag-js machines",
"keywords": [
"ui-machines",
Expand Down
12 changes: 12 additions & 0 deletions packages/frameworks/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zag-js/react

## 0.27.0

### Patch Changes

- [`dcce8480`](https://github.com/chakra-ui/zag/commit/dcce8480913dba2140e6c8424c74cb88ddc61065) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Refactor types to reference react `use` directly

- Updated dependencies [[`152b0a78`](https://github.com/chakra-ui/zag/commit/152b0a78b6ba18442f38164ce90789bc243f6e00)]:
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]

## 0.26.0

### Minor 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.26.0",
"version": "0.27.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.27.0

### Patch Changes

- Updated dependencies [[`152b0a78`](https://github.com/chakra-ui/zag/commit/152b0a78b6ba18442f38164ce90789bc243f6e00)]:
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]

## 0.26.0

### Minor 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.26.0",
"version": "0.27.0",
"description": "The solid.js 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.27.0

### Patch Changes

- Updated dependencies [[`152b0a78`](https://github.com/chakra-ui/zag/commit/152b0a78b6ba18442f38164ce90789bc243f6e00)]:
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]

## 0.26.0

### Minor 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.26.0",
"version": "0.27.0",
"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.27.0

### Patch Changes

- Updated dependencies [[`152b0a78`](https://github.com/chakra-ui/zag/commit/152b0a78b6ba18442f38164ce90789bc243f6e00)]:
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]

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

## 0.27.0

### Patch Changes

- Updated dependencies [[`152b0a78`](https://github.com/chakra-ui/zag/commit/152b0a78b6ba18442f38164ce90789bc243f6e00)]:
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]

## 0.26.0

### 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.26.0",
"version": "0.27.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.27.0

### Patch Changes

- Updated dependencies [[`152b0a78`](https://github.com/chakra-ui/zag/commit/152b0a78b6ba18442f38164ce90789bc243f6e00)]:
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]

## 0.26.0

### 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.26.0",
"version": "0.27.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.27.0

### Patch Changes

- Updated dependencies [[`152b0a78`](https://github.com/chakra-ui/zag/commit/152b0a78b6ba18442f38164ce90789bc243f6e00)]:
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]

## 0.26.0

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

## 0.27.0

### Patch Changes

- [`35771b95`](https://github.com/chakra-ui/zag/commit/35771b95a480f48fa94e83f5c4b3cb3922290af1) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Fix issue where channel inputs within control and content have
similar ids, violating the accessibility tree

- [`245cd74e`](https://github.com/chakra-ui/zag/commit/245cd74ef407e340bc487381056d7c153957155b) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Fix issue where entering empty value in alpha sets value to `NaN`.
Now, it reverts back to the previous alpha value.

- Updated dependencies [[`152b0a78`](https://github.com/chakra-ui/zag/commit/152b0a78b6ba18442f38164ce90789bc243f6e00)]:
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]

## 0.26.0

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

## 0.27.0

### Patch Changes

- Updated dependencies [[`152b0a78`](https://github.com/chakra-ui/zag/commit/152b0a78b6ba18442f38164ce90789bc243f6e00)]:
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]
- @zag-js/[email protected]

## 0.26.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zag-js/combobox",
"version": "0.26.0",
"version": "0.27.0",
"description": "Core logic for the combobox widget implemented as a state machine",
"keywords": [
"js",
Expand Down
Loading
Loading