Skip to content

Commit cc76a46

Browse files
Version Packages
1 parent 392d4c4 commit cc76a46

14 files changed

+49
-40
lines changed

.changeset/gentle-wolves-vanish.md

-5
This file was deleted.

.changeset/silver-scissors-check.md

-29
This file was deleted.

apps/storybook/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-storybook
22

3+
## 0.30.3
4+
35
## 0.30.2
46

57
## 0.30.1

apps/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-storybook",
3-
"version": "0.30.2",
3+
"version": "0.30.3",
44
"private": true,
55
"description": "Primer Brand Storybook",
66
"keywords": [

packages/design-tokens/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-primitives
22

3+
## 0.30.3
4+
35
## 0.30.2
46

57
## 0.30.1

packages/design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-primitives",
3-
"version": "0.30.2",
3+
"version": "0.30.3",
44
"description": "Color, spacing, and typography primitives for the Primer Brand Design System ",
55
"keywords": [
66
"primer",

packages/e2e/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-e2e
22

3+
## 0.30.3
4+
35
## 0.30.2
46

57
## 0.30.1

packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-e2e",
3-
"version": "0.30.2",
3+
"version": "0.30.3",
44
"private": true,
55
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
66
"keywords": [

packages/fonts/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-fonts
22

3+
## 0.30.3
4+
35
## 0.30.2
46

57
## 0.30.1

packages/fonts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-fonts",
3-
"version": "0.30.2",
3+
"version": "0.30.3",
44
"private": true,
55
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
66
"keywords": [

packages/react/CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# @primer/react-brand
22

3+
## 0.30.3
4+
5+
### Patch Changes
6+
7+
- [#541](https://github.com/primer/brand/pull/541) [`392d4c4`](https://github.com/primer/brand/commit/392d4c4ba4d74a4c66b39a5e6d7cbeef7798237d) Thanks [@danielguillan](https://github.com/danielguillan)! - Adds hover states to the social icon links in MinimalFooter
8+
9+
- [#542](https://github.com/primer/brand/pull/542) [`79fa589`](https://github.com/primer/brand/commit/79fa589838fcac3bfc532e68e03955900c5993d7) Thanks [@rezrah](https://github.com/rezrah)! - - Added new `size` option to `ActionMenu`
10+
11+
- Improved, automatic overlay positioning dependent on the action menu's location in the viewport.
12+
13+
Example:
14+
15+
```jsx
16+
<>
17+
<ActionMenu size="small">
18+
<ActionMenu.Button>Small</ActionMenu.Button>
19+
<ActionMenu.Overlay aria-label="Menu items">
20+
<ActionMenu.Item value="Item 1">Item 1</ActionMenu.Item>
21+
<ActionMenu.Item value="Item 2">Item 2</ActionMenu.Item>
22+
</ActionMenu.Overlay>
23+
</ActionMenu>
24+
<ActionMenu size="medium">
25+
<ActionMenu.Button>Medium</ActionMenu.Button>
26+
<ActionMenu.Overlay aria-label="Menu items">
27+
<ActionMenu.Item value="Item 1">Item 1</ActionMenu.Item>
28+
<ActionMenu.Item value="Item 2">Item 2</ActionMenu.Item>
29+
</ActionMenu.Overlay>
30+
</ActionMenu>
31+
</>
32+
```
33+
34+
🔗 [See the documentation for more examples](https://primer.style/brand/components/ActionMenu#sizes)
35+
336
## 0.30.2
437

538
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react-brand",
3-
"version": "0.30.2",
3+
"version": "0.30.3",
44
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
55
"keywords": [
66
"primer",

packages/repo-configs/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-config
22

3+
## 0.30.3
4+
35
## 0.30.2
46

57
## 0.30.1

packages/repo-configs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-config",
3-
"version": "0.30.2",
3+
"version": "0.30.3",
44
"private": true,
55
"description": "General-purpose configurations for maintaining Primer Brand",
66
"homepage": "https://primer.style/brand",

0 commit comments

Comments
 (0)