Skip to content

Commit

Permalink
Publish (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 13, 2022
1 parent 77d87dd commit c32c178
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 21 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"ariakit-utils": "0.17.0-alpha.14",
"website": "0.0.0"
},
"changesets": []
"changesets": [
"eight-ducks-fold",
"hot-plums-tie",
"polite-points-act",
"rare-mirrors-smell"
]
}
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/ariakit-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ariakit-playground

## 0.17.0-next.23

### Patch Changes

- Updated dependencies: `ariakit@2.0.0-next.23`, `ariakit-utils@0.17.0-next.16`.

## 0.17.0-next.22

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ariakit-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ariakit-playground",
"version": "0.17.0-next.22",
"version": "0.17.0-next.23",
"description": "Ariakit playground",
"sideEffects": false,
"license": "MIT",
Expand Down Expand Up @@ -48,8 +48,8 @@
"@codemirror/view": "0.19.48",
"@codesandbox/sandpack-client": "0.18.0",
"@emotion/react": "^11.7.1",
"ariakit": "2.0.0-next.22",
"ariakit-utils": "0.17.0-next.15",
"ariakit": "2.0.0-next.23",
"ariakit-utils": "0.17.0-next.16",
"codesandbox-import-utils": "^2.2.3",
"prismjs": "^1.26.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/ariakit-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ariakit-test-utils

## 0.17.0-next.18

### Patch Changes

- Updated dependencies: `ariakit-utils@0.17.0-next.16`.

## 0.17.0-next.17

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ariakit-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ariakit-test-utils",
"version": "0.17.0-next.17",
"version": "0.17.0-next.18",
"description": "Ariakit test utils",
"sideEffects": false,
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"react"
],
"dependencies": {
"ariakit-utils": "0.17.0-next.15"
"ariakit-utils": "0.17.0-next.16"
},
"peerDependencies": {
"@testing-library/dom": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ariakit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ariakit-utils

## 0.17.0-next.16

### Minor Changes

- Add `usePreviousValue` function to `ariakit-utils/hooks`. ([#1219](https://github.com/ariakit/ariakit/pull/1219))
- Rename `useLazyRef` function to `useLazyValue`.

## 0.17.0-next.15

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ariakit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ariakit-utils",
"version": "0.17.0-next.15",
"version": "0.17.0-next.16",
"description": "Ariakit utils",
"sideEffects": false,
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/ariakit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ariakit

## 2.0.0-next.23

### Patch Changes

- Fix types for `@types/react` v18. ([#1222](https://github.com/ariakit/ariakit/pull/1222))
- Fix `Combobox` with `autoSelect` and `autoComplete="both"` props setting an incorrect value when there are no matches. ([#1219](https://github.com/ariakit/ariakit/pull/1219))
- Updated dependencies: `ariakit-utils@0.17.0-next.16`.

## 2.0.0-next.22

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ariakit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ariakit",
"version": "2.0.0-next.22",
"version": "2.0.0-next.23",
"description": "Toolkit for building accessible web apps with React",
"sideEffects": false,
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"dependencies": {
"@popperjs/core": "^2.11.2",
"ariakit-utils": "0.17.0-next.15"
"ariakit-utils": "0.17.0-next.16"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down

0 comments on commit c32c178

Please sign in to comment.