From 963ca40634276090f4746468b8297528819003a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Dec 2023 15:27:03 +0000 Subject: [PATCH] Version Packages --- .changeset/itchy-jokes-compare.md | 5 ----- .changeset/little-apples-own.md | 5 ----- .changeset/thin-ladybugs-travel.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/itchy-jokes-compare.md delete mode 100644 .changeset/little-apples-own.md delete mode 100644 .changeset/thin-ladybugs-travel.md diff --git a/.changeset/itchy-jokes-compare.md b/.changeset/itchy-jokes-compare.md deleted file mode 100644 index 38e3a73b5457..000000000000 --- a/.changeset/itchy-jokes-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Changes the focus styling of input components such as `Textarea`, `TextInput`, `TextInputWithTokens` and `Select` from using `border` and `box-shadow` to use `outline` only for better border rendering and scrollbar support. diff --git a/.changeset/little-apples-own.md b/.changeset/little-apples-own.md deleted file mode 100644 index de440a51e525..000000000000 --- a/.changeset/little-apples-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Update SSRProvider, useSSRSafeId to use the native React 18 useId() instead of @react-aria/ssr diff --git a/.changeset/thin-ladybugs-travel.md b/.changeset/thin-ladybugs-travel.md deleted file mode 100644 index 93489b128ce4..000000000000 --- a/.changeset/thin-ladybugs-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Ensure ConfirmationDialog adds host element to the DOM diff --git a/CHANGELOG.md b/CHANGELOG.md index e862b5124821..7b8c9814f494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/components +## 36.4.0 + +### Minor Changes + +- [#3982](https://github.com/primer/react/pull/3982) [`968d4ef05`](https://github.com/primer/react/commit/968d4ef05808005efde7de06ca480b4870179485) Thanks [@joshblack](https://github.com/joshblack)! - Update SSRProvider, useSSRSafeId to use the native React 18 useId() instead of @react-aria/ssr + +### Patch Changes + +- [#4008](https://github.com/primer/react/pull/4008) [`df7dc2af1`](https://github.com/primer/react/commit/df7dc2af1679a3a6634ec313476de0cb2fc07a19) Thanks [@dipree](https://github.com/dipree)! - Changes the focus styling of input components such as `Textarea`, `TextInput`, `TextInputWithTokens` and `Select` from using `border` and `box-shadow` to use `outline` only for better border rendering and scrollbar support. + +- [#4012](https://github.com/primer/react/pull/4012) [`5fd025f04`](https://github.com/primer/react/commit/5fd025f0414b343abf3435cfab90bc9b24bdcea7) Thanks [@keithamus](https://github.com/keithamus)! - Ensure ConfirmationDialog adds host element to the DOM + ## 36.3.1 ### Patch Changes diff --git a/package.json b/package.json index 46e2f4c4463c..3b8acbb9e20b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.3.1", + "version": "36.4.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",