@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.
- package/CHANGELOG.md +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-
|
|
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