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 Feb 20, 2024
1 parent 63d44b6 commit 1a3f866
Show file tree
Hide file tree
Showing 152 changed files with 847 additions and 183 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-wasps-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-needles-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-ligers-grin.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/lucky-boxes-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-apes-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plenty-boxes-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-turtles-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-knives-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-rats-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-flies-lay.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.37.0

## 0.36.3

## 0.36.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.36.3",
"version": "0.37.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.37.0

## 0.36.3

## 0.36.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.36.3",
"version": "0.37.0",
"keywords": [
"ui-machines",
"state-machines",
Expand Down
15 changes: 11 additions & 4 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zag-js/core

## 0.37.0

### Patch Changes

- Updated dependencies []:
- @zag-js/store@0.37.0

## 0.36.3

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

- [#462](https://github.com/chakra-ui/zag/pull/462)
Expand Down Expand Up @@ -649,9 +656,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 @@ -663,7 +670,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.36.3",
"version": "0.37.0",
"description": "A minimal implementation of xstate fsm for UI machines",
"keywords": [
"ui-machines",
Expand Down
6 changes: 6 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zag-js/docs

## 0.37.0

### Minor Changes

- [`9e71564`](https://github.com/chakra-ui/zag/commit/9e715647dc2b12319bb9a98b309bb5a0eb371ec6) Thanks [@segunadebayo](https://github.com/segunadebayo)! - Add accessibility documentation for use in Ark UI and Chakra UI

## 0.36.3

## 0.36.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.36.3",
"version": "0.37.0",
"description": "Docs for zag.js machines",
"keywords": [
"zag",
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.37.0

### Patch Changes

- Updated dependencies [[`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d)]:
- @zag-js/types@0.37.0
- @zag-js/core@0.37.0
- @zag-js/store@0.37.0

## 0.36.3

### 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.36.3",
"version": "0.37.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.37.0

### Patch Changes

- Updated dependencies [[`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d)]:
- @zag-js/types@0.37.0
- @zag-js/core@0.37.0
- @zag-js/store@0.37.0

## 0.36.3

### 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.36.3",
"version": "0.37.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.37.0

### Patch Changes

- Updated dependencies [[`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d)]:
- @zag-js/types@0.37.0
- @zag-js/core@0.37.0
- @zag-js/store@0.37.0

## 0.36.3

### Patch Changes
Expand Down Expand Up @@ -503,7 +512,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.36.3",
"version": "0.37.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.37.0

### Patch Changes

- Updated dependencies [[`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d)]:
- @zag-js/types@0.37.0
- @zag-js/core@0.37.0

## 0.36.3

### 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.36.3",
"version": "0.37.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.37.0

### Patch Changes

- Updated dependencies [[`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d)]:
- @zag-js/types@0.37.0
- @zag-js/core@0.37.0
- @zag-js/store@0.37.0

## 0.36.3

### Patch Changes
Expand Down Expand Up @@ -653,10 +662,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.36.3",
"version": "0.37.0",
"description": "The vue wrapper for zag",
"keywords": [
"ui-machines",
Expand Down
16 changes: 16 additions & 0 deletions packages/machines/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @zag-js/accordion

## 0.37.0

### Minor Changes

- [`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d) Thanks [@segunadebayo](https://github.com/segunadebayo)! - Expose all machine context properties as array to improve DX of building design system components.

### Patch Changes

- Updated dependencies [[`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d)]:
- @zag-js/types@0.37.0
- @zag-js/dom-event@0.37.0
- @zag-js/anatomy@0.37.0
- @zag-js/core@0.37.0
- @zag-js/utils@0.37.0
- @zag-js/dom-query@0.37.0

## 0.36.3

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

## 0.37.0

### Minor Changes

- [`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d) Thanks [@segunadebayo](https://github.com/segunadebayo)! - Expose all machine context properties as array to improve DX of building design system components.

### Patch Changes

- Updated dependencies [[`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d)]:
- @zag-js/types@0.37.0
- @zag-js/anatomy@0.37.0
- @zag-js/core@0.37.0
- @zag-js/utils@0.37.0
- @zag-js/dom-query@0.37.0
- @zag-js/mutation-observer@0.37.0

## 0.36.3

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

## 0.37.0

### Minor Changes

- [`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d) Thanks [@segunadebayo](https://github.com/segunadebayo)! - Expose all machine context properties as array to improve DX of building design system components.

### Patch Changes

- Updated dependencies [[`2a024fb`](https://github.com/chakra-ui/zag/commit/2a024fbd2e98343218d4d658e91f1d8c751e1a4d)]:
- @zag-js/types@0.37.0
- @zag-js/anatomy@0.37.0
- @zag-js/core@0.37.0
- @zag-js/utils@0.37.0
- @zag-js/dom-query@0.37.0

## 0.36.3

### 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.36.3",
"version": "0.37.0",
"description": "Core logic for the carousel widget implemented as a state machine",
"keywords": [
"js",
Expand Down
Loading

0 comments on commit 1a3f866

Please sign in to comment.