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 #1205

Merged
merged 1 commit into from
Feb 11, 2024
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
7 changes: 0 additions & 7 deletions .changeset/chilled-onions-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-years-admire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cool-llamas-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-numbers-check.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/green-lobsters-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-pillows-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-games-greet.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-experts-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-elephants-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-flies-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-bananas-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-drinks-pretend.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/wise-monkeys-divide.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.35.0

## 0.34.0

## 0.33.2
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.34.0",
"version": "0.35.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.35.0

## 0.34.0

## 0.33.2
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.34.0",
"version": "0.35.0",
"keywords": [
"ui-machines",
"state-machines",
Expand Down
17 changes: 13 additions & 4 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zag-js/core

## 0.35.0

### Patch Changes

- [#1203](https://github.com/chakra-ui/zag/pull/1203) [`0216161`](https://github.com/chakra-ui/zag/commit/0216161fd3d429409abc96941d33a0c333ef8d36) Thanks [@segunadebayo](https://github.com/segunadebayo)! - Improve runtime performance when using watchers by subscribing to context once.

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

## 0.34.0

### Patch Changes
Expand Down Expand Up @@ -433,7 +442,7 @@
date: (a, b) => a.getTime() === b.getTime(),
},
},
)
);
```

- [#462](https://github.com/chakra-ui/zag/pull/462)
Expand Down Expand Up @@ -609,9 +618,9 @@
This helper can be used in inline guards or the gaurds options.

```js
import { guards } from "@zag-js/core"
import { guards } from "@zag-js/core";

const { isIn } = gaurds
const { isIn } = gaurds;

const machine = createMachine({
on: {
Expand All @@ -623,7 +632,7 @@
open: {},
closed: {},
},
})
});
```

* [`587cbec9`](https://github.com/chakra-ui/zag/commit/587cbec9b32ee9e8faef5ceeefb779231b152018) Thanks
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.34.0",
"version": "0.35.0",
"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.35.0

## 0.34.0

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

## 0.35.0

### Patch Changes

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

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

## 0.35.0

### Patch Changes

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

## 0.34.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.34.0",
"version": "0.35.0",
"description": "The react wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
11 changes: 10 additions & 1 deletion packages/frameworks/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zag-js/solid

## 0.35.0

### Patch Changes

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

## 0.34.0

### Patch Changes
Expand Down Expand Up @@ -458,7 +467,7 @@
max: props.max,
min: props.min,
})),
})
});
}
```

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.34.0",
"version": "0.35.0",
"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.35.0

### Patch Changes

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

## 0.34.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.34.0",
"version": "0.35.0",
"description": "The svelte wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
16 changes: 14 additions & 2 deletions packages/frameworks/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zag-js/vue

## 0.35.0

### Patch Changes

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

## 0.34.0

### Patch Changes
Expand Down Expand Up @@ -608,10 +617,13 @@

```ts
// Before
type Ref = string | Vue.Ref | ((ref: Element | Vue.ComponentPublicInstance | null) => void)
type Ref =
| string
| Vue.Ref
| ((ref: Element | Vue.ComponentPublicInstance | null) => void);

// After
type Ref = VNodeRef
type Ref = VNodeRef;
```

- Updated dependencies [[`61c11646`](https://github.com/chakra-ui/zag/commit/61c116467c1758bdda7efe1f27d4ed26e7d44624),
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.34.0",
"version": "0.35.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.35.0

### Patch Changes

- Updated dependencies [[`0216161`](https://github.com/chakra-ui/zag/commit/0216161fd3d429409abc96941d33a0c333ef8d36)]:
- @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.34.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.34.0",
"version": "0.35.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.35.0

### Patch Changes

- Updated dependencies [[`0216161`](https://github.com/chakra-ui/zag/commit/0216161fd3d429409abc96941d33a0c333ef8d36)]:
- @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.34.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.34.0",
"version": "0.35.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.35.0

### Patch Changes

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

## 0.34.0

### Patch Changes
Expand Down
Loading
Loading