Skip to content

Release tracking #6418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025
Merged

Release tracking #6418

merged 1 commit into from
Aug 12, 2025

Conversation

primer[bot]
Copy link
Contributor

@primer primer bot commented Jul 30, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@primer/[email protected]

Minor Changes

  • #6470 e53228c Thanks @dylanatsmith! - Add size prop to ActionList.LinkItem component. The size prop accepts 'medium' (default) or 'large' values and provides the same styling options as ActionList.Item for consistent sizing across ActionList components.

  • #6265 829a933 Thanks @joshblack! - Update IssueLabel component types to support custom content through children and support the as prop

  • #6420 024b82a Thanks @chanakyav! - Adds variant and shape props to AvatarStack component. The variant prop will allow the component to render in a cascade view (by default) or a new stacked view which will evenly space the avatars and remove opacity. The shape prop will allow the avatars to be rendered as circles (by default) or squares.

  • #4744 3c9e322 Thanks @TylerJDev! - Address additional ToggleSwitch a11y feedback

  • #6182 9e49abd Thanks @TylerJDev! - Textarea: Adds minHeight and maxHeight as props

Patch Changes

@primer/[email protected]

Minor Changes

  • #6417 0ce5db8 Thanks @joshblack! - Create the @primer/styled-react package to help with bridging between styled-components and Primer React

@primer primer bot requested a review from a team as a code owner July 30, 2025 15:46
@primer primer bot requested a review from hectahertz July 30, 2025 15:46
Copy link
Contributor

❗ Pre-merge checklist

Please ensure these items are checked before merging.

🔎 Smoke test

  • All CI checks pass on this pull request
  • Docs and Storybook open in a browser
  • Works in CodeSandbox or StackBlitz
    • New components render successfully
    • (optional) Tested in both SPA and SSR apps if release contains build changes

🌏 Integration tests

  • Successful integration test with github/github as a primary consumer of Primer React (automated pull request)
    • Verify all CI checks have passed on automated pull request
    • Manually test critical paths in the review-lab
    • Manually test release-specific bugfixes and/or features work as described in the review-lab

🤔 Sanity test

  • All bugfixes in this release have resolved their corresponding issues
  • The issues for reverted PRs have been re-opened and commented on with a link to the reverted PR
  • No noticeable regressions have not been introduced as a result of changes in this release
  • Release notes accurately describe the changes made

🚢 After merge

  • Upgrade @primer/react version at github/github

  • Add the preview deployment's link to releases as a way of permalinking to old version's docs. Example

Please also leave any testing notes on the weekly release tracking issue. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to the next release conductor as well as maintainers.

Copy link
Contributor

👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks!

@github-actions github-actions bot added the integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm label Jul 30, 2025
@github-actions github-actions bot requested a review from francinelucca July 30, 2025 15:47
Copy link
Contributor

github-actions bot commented Jul 30, 2025

size-limit report 📦

Path Size
packages/react/dist/browser.esm.js 90.2 KB (0%)
packages/react/dist/browser.umd.js 90.38 KB (0%)

@github-actions github-actions bot temporarily deployed to storybook-preview-6418 July 30, 2025 15:56 Inactive
@primer primer bot force-pushed the changeset-release/main branch from aa755bb to 4e7961b Compare July 30, 2025 17:24
@github-actions github-actions bot temporarily deployed to storybook-preview-6418 July 30, 2025 17:33 Inactive
@primer primer bot force-pushed the changeset-release/main branch 2 times, most recently from 47e6e4b to 4d6efb4 Compare July 30, 2025 18:07
@github-actions github-actions bot temporarily deployed to storybook-preview-6418 July 30, 2025 18:09 Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-6418 July 30, 2025 18:23 Inactive
@primer primer bot force-pushed the changeset-release/main branch from 4d6efb4 to 0c4cb05 Compare July 30, 2025 20:43
@github-actions github-actions bot temporarily deployed to storybook-preview-6418 July 30, 2025 20:52 Inactive
@primer primer bot force-pushed the changeset-release/main branch from 0c4cb05 to 59d7df6 Compare July 31, 2025 13:20
@github-actions github-actions bot temporarily deployed to storybook-preview-6418 July 31, 2025 13:29 Inactive
@primer primer bot force-pushed the changeset-release/main branch from 59d7df6 to 76650c6 Compare July 31, 2025 18:08
@github-actions github-actions bot temporarily deployed to storybook-preview-6418 July 31, 2025 18:18 Inactive
@primer primer bot force-pushed the changeset-release/main branch from 76650c6 to abea8a6 Compare August 1, 2025 00:31
@github-actions github-actions bot temporarily deployed to storybook-preview-6418 August 1, 2025 00:40 Inactive
Copy link
Contributor

@hectahertz hectahertz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@francinelucca francinelucca disabled auto-merge August 12, 2025 05:03
@TylerJDev TylerJDev enabled auto-merge August 12, 2025 13:50
@TylerJDev TylerJDev disabled auto-merge August 12, 2025 14:22
@TylerJDev TylerJDev added this pull request to the merge queue Aug 12, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to Branch Protection failures Aug 12, 2025
You're not authorized to push to this branch. Visit "About protected branches" for more information.
@TylerJDev TylerJDev added this pull request to the merge queue Aug 12, 2025
Merged via the queue into main with commit fabb389 Aug 12, 2025
45 checks passed
@TylerJDev TylerJDev deleted the changeset-release/main branch August 12, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants