From 8e16e0c1c1fa30368e4687f112b9b32746991ea0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 May 2024 00:01:15 +0000 Subject: [PATCH] Version Packages --- .changeset/cold-starfishes-shout.md | 5 ----- .changeset/grumpy-coats-worry.md | 5 ----- .changeset/mean-terms-bathe.md | 5 ----- .changeset/popular-jokes-kiss.md | 5 ----- .changeset/quiet-lamps-kiss.md | 5 ----- .changeset/tall-forks-bathe.md | 5 ----- .changeset/thin-ligers-turn.md | 5 ----- .changeset/tiny-ghosts-notice.md | 5 ----- .changeset/wild-students-bow.md | 5 ----- examples/codesandbox/package.json | 2 +- examples/nextjs/package.json | 2 +- packages/react/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/react/package.json | 2 +- 13 files changed, 27 insertions(+), 48 deletions(-) delete mode 100644 .changeset/cold-starfishes-shout.md delete mode 100644 .changeset/grumpy-coats-worry.md delete mode 100644 .changeset/mean-terms-bathe.md delete mode 100644 .changeset/popular-jokes-kiss.md delete mode 100644 .changeset/quiet-lamps-kiss.md delete mode 100644 .changeset/tall-forks-bathe.md delete mode 100644 .changeset/thin-ligers-turn.md delete mode 100644 .changeset/tiny-ghosts-notice.md delete mode 100644 .changeset/wild-students-bow.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/grumpy-coats-worry.md b/.changeset/grumpy-coats-worry.md deleted file mode 100644 index 584f41f81a0..00000000000 --- a/.changeset/grumpy-coats-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Broaden feature flag type for experimental FeatureFlags to accept undefined diff --git a/.changeset/mean-terms-bathe.md b/.changeset/mean-terms-bathe.md deleted file mode 100644 index 9b7ddae6349..00000000000 --- a/.changeset/mean-terms-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionBar: Add a few fixes and relevant tests diff --git a/.changeset/popular-jokes-kiss.md b/.changeset/popular-jokes-kiss.md deleted file mode 100644 index cb5f5102995..00000000000 --- a/.changeset/popular-jokes-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -`Dialog` and `ConfirmationDialog` can now be closed by clicking on the backdrop surrounding the dialog. This will cause `onClose` to be called with a new `'backdrop'` gesture. diff --git a/.changeset/quiet-lamps-kiss.md b/.changeset/quiet-lamps-kiss.md deleted file mode 100644 index 0b5bd73d05f..00000000000 --- a/.changeset/quiet-lamps-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -TreeView: Fix toggling subtree via Space key (in addition to Enter key) diff --git a/.changeset/tall-forks-bathe.md b/.changeset/tall-forks-bathe.md deleted file mode 100644 index 4998b637e00..00000000000 --- a/.changeset/tall-forks-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Dialog: Use dynamic view height/width. This allows available visible space to be properly computed on iOS devices. 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/.changeset/tiny-ghosts-notice.md b/.changeset/tiny-ghosts-notice.md deleted file mode 100644 index bc390eb0811..00000000000 --- a/.changeset/tiny-ghosts-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Exports createComponent diff --git a/.changeset/wild-students-bow.md b/.changeset/wild-students-bow.md deleted file mode 100644 index 111e2d290e9..00000000000 --- a/.changeset/wild-students-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Adds support for nested submenus to `ActionMenu` diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 3c36b671117..600473b03ff 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..a0492f1ff59 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,29 @@ # @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 + +- [#4554](https://github.com/primer/react/pull/4554) [`ed31476f040dda41f00c2c7f4324120afb20cc18`](https://github.com/primer/react/commit/ed31476f040dda41f00c2c7f4324120afb20cc18) Thanks [@joshblack](https://github.com/joshblack)! - Broaden feature flag type for experimental FeatureFlags to accept undefined + +- [#4565](https://github.com/primer/react/pull/4565) [`564db1dbc6f588bee56ab4ba362771fb7c1edc1e`](https://github.com/primer/react/commit/564db1dbc6f588bee56ab4ba362771fb7c1edc1e) Thanks [@dgreif](https://github.com/dgreif)! - `Dialog` and `ConfirmationDialog` can now be closed by clicking on the backdrop surrounding the dialog. This will cause `onClose` to be called with a new `'backdrop'` gesture. + +- [#4513](https://github.com/primer/react/pull/4513) [`02a2a2bf0b02e0c2f9a09351eefbe91f9370e210`](https://github.com/primer/react/commit/02a2a2bf0b02e0c2f9a09351eefbe91f9370e210) Thanks [@owenniblock](https://github.com/owenniblock)! - Exports createComponent + +- [#4486](https://github.com/primer/react/pull/4486) [`447a1fd1d37e4f61f38345babab954540b58e53b`](https://github.com/primer/react/commit/447a1fd1d37e4f61f38345babab954540b58e53b) Thanks [@iansan5653](https://github.com/iansan5653)! - Adds support for nested submenus to `ActionMenu` + +### Patch Changes + +- [#4536](https://github.com/primer/react/pull/4536) [`024124a11fc17813de05cae861a5e32596060f8b`](https://github.com/primer/react/commit/024124a11fc17813de05cae861a5e32596060f8b) Thanks [@pksjce](https://github.com/pksjce)! - ActionBar: Add a few fixes and relevant tests + +- [#4548](https://github.com/primer/react/pull/4548) [`95cd867ab43e8c2179569ea6e61ad71a6c386256`](https://github.com/primer/react/commit/95cd867ab43e8c2179569ea6e61ad71a6c386256) Thanks [@randall-krauskopf](https://github.com/randall-krauskopf)! - TreeView: Fix toggling subtree via Space key (in addition to Enter key) + +- [#4567](https://github.com/primer/react/pull/4567) [`e39fcf8dc9e7447c5f04124f408f550f73659dc1`](https://github.com/primer/react/commit/e39fcf8dc9e7447c5f04124f408f550f73659dc1) Thanks [@dgreif](https://github.com/dgreif)! - Dialog: Use dynamic view height/width. This allows available visible space to be properly computed on iOS devices. + +- [#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 50675e18617..93f51aac255 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",