From 6f44024bb7f9403b28f4c5e5bcc96a1e9f5ad88c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Oct 2023 09:57:22 +0000 Subject: [PATCH] Publish --- .changeset/2950-is-duplicate.md | 8 -------- package-lock.json | 6 +++--- packages/ariakit-react-core/CHANGELOG.md | 8 ++++++++ packages/ariakit-react-core/package.json | 2 +- packages/ariakit-react/CHANGELOG.md | 10 ++++++++++ packages/ariakit-react/package.json | 4 ++-- 6 files changed, 24 insertions(+), 14 deletions(-) delete mode 100644 .changeset/2950-is-duplicate.md diff --git a/.changeset/2950-is-duplicate.md b/.changeset/2950-is-duplicate.md deleted file mode 100644 index 6edc355594..0000000000 --- a/.changeset/2950-is-duplicate.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@ariakit/react-core": patch -"@ariakit/react": patch ---- - -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. diff --git a/package-lock.json b/package-lock.json index ea3ff6ed87..eba9d5358f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24505,10 +24505,10 @@ }, "packages/ariakit-react": { "name": "@ariakit/react", - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "dependencies": { - "@ariakit/react-core": "0.3.5" + "@ariakit/react-core": "0.3.6" }, "funding": { "type": "opencollective", @@ -24521,7 +24521,7 @@ }, "packages/ariakit-react-core": { "name": "@ariakit/react-core", - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "dependencies": { "@ariakit/core": "0.3.4", diff --git a/packages/ariakit-react-core/CHANGELOG.md b/packages/ariakit-react-core/CHANGELOG.md index 3ba519ef3d..13eace9017 100644 --- a/packages/ariakit-react-core/CHANGELOG.md +++ b/packages/ariakit-react-core/CHANGELOG.md @@ -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 diff --git a/packages/ariakit-react-core/package.json b/packages/ariakit-react-core/package.json index 173db11ed7..b2b6695536 100644 --- a/packages/ariakit-react-core/package.json +++ b/packages/ariakit-react-core/package.json @@ -1,6 +1,6 @@ { "name": "@ariakit/react-core", - "version": "0.3.5", + "version": "0.3.6", "description": "Ariakit React core", "sideEffects": false, "license": "MIT", diff --git a/packages/ariakit-react/CHANGELOG.md b/packages/ariakit-react/CHANGELOG.md index 2f89fb441a..827b534c8d 100644 --- a/packages/ariakit-react/CHANGELOG.md +++ b/packages/ariakit-react/CHANGELOG.md @@ -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 diff --git a/packages/ariakit-react/package.json b/packages/ariakit-react/package.json index ae24c4cb84..2ff586b588 100644 --- a/packages/ariakit-react/package.json +++ b/packages/ariakit-react/package.json @@ -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", @@ -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",