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 Jul 16, 2022
1 parent 157eec6 commit c5479a5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dialog-scroll-into-view",
"fix-react-17-webpack-error-again",
"form-field-aria-invalid",
"menu-button-autofocus",
"menu-list-role",
"popover-arrow-flash",
"popover-disclosure-arrow-placement",
Expand Down
8 changes: 4 additions & 4 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.35

### Patch Changes

- Updated dependencies: `ariakit@2.0.0-next.35`.

## 0.17.0-next.34

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.34",
"version": "0.17.0-next.35",
"description": "Ariakit playground",
"sideEffects": false,
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@codesandbox/sandpack-client": "1.2.2",
"@emotion/react": "^11.7.1",
"@lezer/highlight": "1.0.0",
"ariakit": "2.0.0-next.34",
"ariakit": "2.0.0-next.35",
"ariakit-utils": "0.17.0-next.23",
"codesandbox-import-utils": "^2.2.3",
"prismjs": "^1.26.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/ariakit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ariakit

## 2.0.0-next.35

### Patch Changes

- Fixed `Menu` not receiving focus when it was re-opened by clicking twice on its `MenuButton`. ([#1629](https://github.com/ariakit/ariakit/pull/1629))

## 2.0.0-next.34

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.34",
"version": "2.0.0-next.35",
"description": "Toolkit for building accessible web apps with React",
"sideEffects": false,
"license": "MIT",
Expand Down

0 comments on commit c5479a5

Please sign in to comment.