Skip to content

Commit 87ffd4e

Browse files
authored
Merge branch 'main' into 6791-remove-sx-from-inline-message
2 parents 6252062 + e23d965 commit 87ffd4e

File tree

74 files changed

+638
-572
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+638
-572
lines changed

.changeset/busy-bananas-smash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': major
3+
---
4+
5+
Update Popover to no longer support sx

.changeset/cuddly-ads-behave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": minor
3+
---
4+
5+
chore: add PortalContext

.changeset/silly-parks-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
Adds `sx` prop back to TextInput

.changeset/slick-months-cry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': major
3+
---
4+
5+
Update @primer/react to only export ESM bundles

.changeset/strong-lions-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/mcp': minor
3+
---
4+
5+
Adds review_alt_text tool to the Primer MCP

.changeset/unlucky-hotels-shake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": minor
3+
---
4+
5+
Add count to SegmentedControlButton

.changeset/wet-terms-argue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': minor
3+
---
4+
5+
Allow changing initially focused button in ConfirmationDialog

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ jobs:
176176
- name: Build
177177
run: npm run build
178178
- name: Get export sizes
179-
run: node packages/react/script/get-export-sizes.js
179+
run: node packages/react/script/get-export-sizes.cjs

.github/workflows/lock-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Get App Token
23-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b
23+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
2424
id: app-token
2525
with:
2626
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Get App Token
56-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b
56+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
5757
id: app-token
5858
with:
5959
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: npm ci
3030

31-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b
31+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
3232
id: app-token
3333
with:
3434
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

0 commit comments

Comments
 (0)