From 3bb85ba20ae434676ee9e4c9aad959b8807ee6bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Jan 2025 22:56:59 +0000 Subject: [PATCH] Version Packages --- .changeset/eighty-carpets-rush.md | 5 ----- examples/app-router/package.json | 2 +- examples/codesandbox/package.json | 2 +- examples/theming/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/eighty-carpets-rush.md diff --git a/.changeset/eighty-carpets-rush.md b/.changeset/eighty-carpets-rush.md deleted file mode 100644 index 829d5dae13d..00000000000 --- a/.changeset/eighty-carpets-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Pagination: Hides the `Pagination` Previous and Next buttons from the accessibility tree when they are disabled. diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 6bffa5c50f8..fed76a9f4ed 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.9.0", + "@primer/react": "37.9.1", "next": "^14.2.15", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index de7c68976f0..5b1e2b52be2 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "37.9.0", + "@primer/react": "37.9.1", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.7", diff --git a/examples/theming/package.json b/examples/theming/package.json index 0628c8d2098..ae1e7ad48db 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.9.0", - "@primer/react": "37.9.0", + "@primer/react": "37.9.1", "clsx": "^1.2.1", "next": "^14.2.15", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 8e108c04329..54733a8c3c1 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/react +## 37.9.1 + +### Patch Changes + +- [#5488](https://github.com/primer/react/pull/5488) [`e352e19`](https://github.com/primer/react/commit/e352e192dae7ae7b24420f4afae08871536c0484) Thanks [@hectahertz](https://github.com/hectahertz)! - Pagination: Hides the `Pagination` Previous and Next buttons from the accessibility tree when they are disabled. + ## 37.9.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index c97c61ce13a..3930406df58 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.9.0", + "version": "37.9.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",