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 Aug 17, 2022
1 parent ce5669e commit 5a37c9a
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 @@ -14,6 +14,7 @@
"combobox-on-key-down",
"dialog-backdrop-type",
"disclosure-animated",
"hovercard-polygon-safari",
"hovercard-polygon",
"menu-button-role",
"menu-heading-aria-labelledby",
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.40

### Patch Changes

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

## 0.17.0-next.39

### 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.39",
"version": "0.17.0-next.40",
"description": "Ariakit playground",
"sideEffects": false,
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@codesandbox/sandpack-client": "^1.3.2",
"@emotion/react": "^11.7.1",
"@lezer/highlight": "^1.0.0",
"ariakit": "2.0.0-next.39",
"ariakit": "2.0.0-next.40",
"ariakit-utils": "0.17.0-next.25",
"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.40

### Patch Changes

- Fixed nested `Menu` prematurely hiding when moving the mouse to it on Safari. ([#1764](https://github.com/ariakit/ariakit/pull/1764))

## 2.0.0-next.39

### 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.39",
"version": "2.0.0-next.40",
"description": "Toolkit for building accessible web apps with React",
"sideEffects": false,
"license": "MIT",
Expand Down

0 comments on commit 5a37c9a

Please sign in to comment.