diff --git a/.changeset/five-islands-dance.md b/.changeset/five-islands-dance.md deleted file mode 100644 index e4349d609d3..00000000000 --- a/.changeset/five-islands-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Fix border radius on ButtonClose diff --git a/.changeset/orange-ties-marry.md b/.changeset/orange-ties-marry.md deleted file mode 100644 index 8344cd367fc..00000000000 --- a/.changeset/orange-ties-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Add ButtonInvisible focus styles diff --git a/.changeset/spotty-parents-beam.md b/.changeset/spotty-parents-beam.md deleted file mode 100644 index af36538b516..00000000000 --- a/.changeset/spotty-parents-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": minor ---- - -Adds new `useSafeTimeout` helper Hook diff --git a/.changeset/tidy-feet-attend.md b/.changeset/tidy-feet-attend.md deleted file mode 100644 index e7faeaa025e..00000000000 --- a/.changeset/tidy-feet-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Added font-family:inherit to TextInput diff --git a/.changeset/tricky-mugs-attend.md b/.changeset/tricky-mugs-attend.md deleted file mode 100644 index be8143084c6..00000000000 --- a/.changeset/tricky-mugs-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -- Fixed Dropdown & Details types. diff --git a/.changeset/violet-oranges-speak.md b/.changeset/violet-oranges-speak.md deleted file mode 100644 index 0f1d3f3ad47..00000000000 --- a/.changeset/violet-oranges-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -- Added useDetails behavior back to Dropdown diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef19f92b69..0cf537f9d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @primer/components +## 23.1.0 + +### Minor Changes + +- [`e0432b35`](https://github.com/primer/components/commit/e0432b35f152031be8e4a0830df5d228d7b14832) [#1041](https://github.com/primer/components/pull/1041) Thanks [@emplums](https://github.com/emplums)! - Adds new `useSafeTimeout` helper Hook + +### Patch Changes + +- [`eaf57cf5`](https://github.com/primer/components/commit/eaf57cf514da106f9bd1b4de01f5fc037a84fa23) [#1054](https://github.com/primer/components/pull/1054) Thanks [@emplums](https://github.com/emplums)! - Fix border radius on ButtonClose + +* [`57eba0da`](https://github.com/primer/components/commit/57eba0da8fea003d00fce781d05ac581616de391) [#1054](https://github.com/primer/components/pull/1054) Thanks [@emplums](https://github.com/emplums)! - Add ButtonInvisible focus styles + +- [`e2c90dba`](https://github.com/primer/components/commit/e2c90dba38976c280f44544cd7bf5cbbc8816ee3) [#1049](https://github.com/primer/components/pull/1049) Thanks [@eintxaurtieta](https://github.com/eintxaurtieta)! - Added font-family:inherit to TextInput + +* [`be82a500`](https://github.com/primer/components/commit/be82a50033e8392c2dd80f56df9f398397f45379) [#1046](https://github.com/primer/components/pull/1046) Thanks [@emplums](https://github.com/emplums)! - - Fixed Dropdown & Details types. + +- [`7c4c726c`](https://github.com/primer/components/commit/7c4c726c822fafc524e9b6928a7f9d413e1a7bc8) [#1046](https://github.com/primer/components/pull/1046) Thanks [@emplums](https://github.com/emplums)! - - Added useDetails behavior back to Dropdown + ## 23.0.4 ### Patch Changes diff --git a/package.json b/package.json index ff2a58a4e3f..fd43d317a98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "23.0.4", + "version": "23.1.0", "description": "Primer react components", "main": "lib/index.js", "module": "lib-esm/index.js",