Skip to content

Commit 1d91d51

Browse files
Release Tracking (#1310)
* Version Packages * chore: Re-run checks Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Clay Miller <[email protected]>
1 parent 76a3843 commit 1d91d51

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/brown-glasses-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/forty-books-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fuzzy-seahorses-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-hats-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @primer/components
22

3+
## 28.2.5
4+
5+
### Patch Changes
6+
7+
- [#1311](https://github.com/primer/components/pull/1311) [`6f0535df`](https://github.com/primer/components/commit/6f0535dfcf5c640da2322c68654cb369d8eafea0) Thanks [@lukewar](https://github.com/lukewar)! - Expose 'textInputProps' from the 'SelectPanel'
8+
9+
* [#1309](https://github.com/primer/components/pull/1309) [`dc17a49e`](https://github.com/primer/components/commit/dc17a49e6a8f2f71e689f4666bcf0384111deb36) Thanks [@colebemis](https://github.com/colebemis)! - Include all shadow variables in theme object
10+
11+
- [#1251](https://github.com/primer/components/pull/1251) [`528e9a41`](https://github.com/primer/components/commit/528e9a411eac6730e05ce39d22ba8982283b71a5) Thanks [@VanAnderson](https://github.com/VanAnderson)! - Call `useOnOutsideClick` handlers in reverse order that they are registered, and allow propagation to stop if default is prevented or an non-outside click is detected.
12+
13+
* [#1312](https://github.com/primer/components/pull/1312) [`76a38432`](https://github.com/primer/components/commit/76a384328fc57b0cf9d3d92170de5ce071334121) Thanks [@smockle](https://github.com/smockle)! - Ensure clicking an `AnchoredOverlay`’s trigger allows it to close without immediately reopening.
14+
315
## 28.2.4
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/components",
3-
"version": "28.2.4",
3+
"version": "28.2.5",
44
"description": "Primer react components",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)