Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 16, 2023
1 parent c871caa commit 6f44024
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .changeset/2950-is-duplicate.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/ariakit-react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ariakit/react-core

## 0.3.6

### Patch Changes

- [`#2950`](https://github.com/ariakit/ariakit/pull/2950) Refined the internal logic that identifies duplicate components.

This implies that some internal `data-*` attributes will no longer seep into the rendered DOM elements. If you're doing snapshot tests on the DOM generated by Ariakit components, you should see the `data-command` and `data-disclosure` attributes removed.

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ariakit-react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ariakit/react-core",
"version": "0.3.5",
"version": "0.3.6",
"description": "Ariakit React core",
"sideEffects": false,
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/ariakit-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ariakit/react

## 0.3.6

### Patch Changes

- [`#2950`](https://github.com/ariakit/ariakit/pull/2950) Refined the internal logic that identifies duplicate components.

This implies that some internal `data-*` attributes will no longer seep into the rendered DOM elements. If you're doing snapshot tests on the DOM generated by Ariakit components, you should see the `data-command` and `data-disclosure` attributes removed.

- Updated dependencies: `@ariakit/react-core@0.3.6`.

## 0.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ariakit-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ariakit/react",
"version": "0.3.5",
"version": "0.3.6",
"description": "Toolkit for building accessible web apps with React",
"sideEffects": false,
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"components"
],
"dependencies": {
"@ariakit/react-core": "0.3.5"
"@ariakit/react-core": "0.3.6"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
Expand Down

0 comments on commit 6f44024

Please sign in to comment.