diff --git a/.changeset/flat-oranges-tease.md b/.changeset/flat-oranges-tease.md deleted file mode 100644 index 6d9740061ba..00000000000 --- a/.changeset/flat-oranges-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Use `button` CSS vars for border-color to support a feature flag diff --git a/.changeset/grumpy-clocks-sell.md b/.changeset/grumpy-clocks-sell.md deleted file mode 100644 index 0c3a965a89b..00000000000 --- a/.changeset/grumpy-clocks-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Adds `aria-disabled` to inactive pagination buttons. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da5d69a983..669db343337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/components +## 35.32.2 + +### Patch Changes + +- [#3861](https://github.com/primer/react/pull/3861) [`85d9e515`](https://github.com/primer/react/commit/85d9e51503ebecf558ff7d2bef8b4c1e217084da) Thanks [@langermank](https://github.com/langermank)! - Use `button` CSS vars for border-color to support a feature flag + +- [#3862](https://github.com/primer/react/pull/3862) [`8cd6007e`](https://github.com/primer/react/commit/8cd6007e589d33fd89a1ab2a93547b9977e274b2) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Adds `aria-disabled` to inactive pagination buttons. + ## 35.32.1 ### Patch Changes diff --git a/package.json b/package.json index 24df776c0d9..a6cbf59e960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.32.1", + "version": "35.32.2", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",