From 237e45c028ece115d1fd9ecf1b06906229e0f7af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 May 2024 21:19:18 +0000 Subject: [PATCH] Version Packages --- .changeset/cold-starfishes-shout.md | 5 ----- .changeset/thin-ligers-turn.md | 5 ----- examples/codesandbox/package.json | 2 +- examples/nextjs/package.json | 2 +- packages/react/CHANGELOG.md | 10 ++++++++++ packages/react/package.json | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 .changeset/cold-starfishes-shout.md delete mode 100644 .changeset/thin-ligers-turn.md diff --git a/.changeset/cold-starfishes-shout.md b/.changeset/cold-starfishes-shout.md deleted file mode 100644 index ce8c32e1b71..00000000000 --- a/.changeset/cold-starfishes-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Update Banner to use an explicit aria-label instead of being labelled by Banner title diff --git a/.changeset/thin-ligers-turn.md b/.changeset/thin-ligers-turn.md deleted file mode 100644 index 75d28e96077..00000000000 --- a/.changeset/thin-ligers-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -BranchName: Fixing text color when rendered as span diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 525f084d3b7..d093eca762f 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.2.1", - "@primer/react": "36.x", + "@primer/react": "36.18.0", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index bb8246705a3..b36111eedc6 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@primer/octicons-react": "^18.2.0", - "@primer/react": "36.17.0", + "@primer/react": "36.18.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7a8c1217e5d..9a0745867ce 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/react +## 36.18.0 + +### Minor Changes + +- [#4539](https://github.com/primer/react/pull/4539) [`f0de234b42f10a68d660823f54d94371db282fb6`](https://github.com/primer/react/commit/f0de234b42f10a68d660823f54d94371db282fb6) Thanks [@joshblack](https://github.com/joshblack)! - Update Banner to use an explicit aria-label instead of being labelled by Banner title + +### Patch Changes + +- [#4556](https://github.com/primer/react/pull/4556) [`9a567275be423ab8d5fe15edcf06996c2e21217d`](https://github.com/primer/react/commit/9a567275be423ab8d5fe15edcf06996c2e21217d) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - BranchName: Fixing text color when rendered as span + ## 36.17.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index a979bdb0e88..d62529d0a95 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.17.0", + "version": "36.18.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",