@primer/react 0.0.0-20260318223103 → 0.0.0-20260318223247

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @primer/react
2
2
 
3
- ## 0.0.0-20260318223103
3
+ ## 0.0.0-20260318223247
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -14,7 +14,7 @@
14
14
 
15
15
  - Fake entry to force publishing
16
16
 
17
- - [#7510](https://github.com/primer/react/pull/7510) [`4729b56`](https://github.com/primer/react/commit/4729b5695e584b6591c96dab931d3fe66d56d3ee) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: ensure max-height does not surpass viewport height in Overlay, ActionMenu
17
+ - [#7510](https://github.com/primer/react/pull/7510) [`4729b56`](https://github.com/primer/react/commit/4729b5695e584b6591c96dab931d3fe66d56d3ee) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: ensure max-height does not surpass viewport height in Overlay, ActionMenu under feature flag
18
18
 
19
19
  ## 38.16.0
20
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@primer/react",
3
3
  "type": "module",
4
- "version": "0.0.0-20260318223103",
4
+ "version": "0.0.0-20260318223247",
5
5
  "description": "An implementation of GitHub's Primer Design System using React",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",