Skip to content
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

Release tracking #3493

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Release tracking #3493

merged 1 commit into from
Aug 1, 2023

Conversation

primer-css
Copy link
Contributor

@primer-css primer-css commented Jul 6, 2023

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/react@35.27.0

Minor Changes

  • #3510 bdbcfd15 Thanks @camertron! - Implement accessibility audit feedback for ToggleSwitch

  • #3466 11b54ac8 Thanks @mperrotti! - Allows consumers to disable the behavior where the AvatarStack expands to show each Avatar on hover. There are also changes that allow users to customize the size of the avatars - even responsively!

  • #3390 b4e15b84 Thanks @mperrotti! - The showPages prop on both Pagination components can now accept a responsive value.

  • #3496 11cdbdcc Thanks @joshblack! - Update dependency ranges to use caret ranges instead of pinned versions

Patch Changes

@primer-css primer-css requested review from a team and broccolinisoup July 6, 2023 20:20
@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2023

❗ 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.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2023

size-limit report 📦

Path Size
dist/browser.esm.js 103.65 KB (0%)
dist/browser.umd.js 104.21 KB (0%)

@primer-css primer-css temporarily deployed to github-pages July 6, 2023 20:26 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 6, 2023 20:26 Inactive
@primer-css primer-css temporarily deployed to github-pages July 7, 2023 01:30 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 7, 2023 01:30 Inactive
@primer-css primer-css temporarily deployed to github-pages July 7, 2023 08:14 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 7, 2023 08:14 Inactive
@primer-css primer-css temporarily deployed to github-pages July 7, 2023 11:00 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 7, 2023 11:00 Inactive
@primer-css primer-css temporarily deployed to github-pages July 7, 2023 16:21 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 7, 2023 16:21 Inactive
@primer-css primer-css temporarily deployed to github-pages July 7, 2023 17:41 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 7, 2023 17:42 Inactive
@primer-css primer-css temporarily deployed to github-pages July 10, 2023 11:59 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 10, 2023 11:59 Inactive
@primer-css primer-css force-pushed the changeset-release/main branch 4 times, most recently from 1918473 to de68235 Compare July 10, 2023 15:00
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 26, 2023 23:48 Inactive
@primer-css primer-css force-pushed the changeset-release/main branch 2 times, most recently from b69cbd4 to ef80935 Compare July 27, 2023 01:12
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 27, 2023 01:15 Inactive
@primer-css primer-css temporarily deployed to github-pages July 27, 2023 01:18 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 27, 2023 01:18 Inactive
@primer-css primer-css temporarily deployed to github-pages July 27, 2023 15:27 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 27, 2023 15:28 Inactive
@primer-css primer-css temporarily deployed to github-pages July 27, 2023 21:05 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 27, 2023 21:05 Inactive
@primer-css primer-css temporarily deployed to github-pages July 28, 2023 20:28 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 28, 2023 20:28 Inactive
@primer-css primer-css force-pushed the changeset-release/main branch 2 times, most recently from 2c65c2a to 8916b9f Compare July 31, 2023 16:15
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 31, 2023 16:20 Inactive
@primer-css primer-css temporarily deployed to github-pages July 31, 2023 16:22 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3493 July 31, 2023 16:23 Inactive
Copy link
Member

@siddharthkp siddharthkp left a comment

Choose a reason for hiding this comment

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

Integration tests are passing! 🚀

@siddharthkp siddharthkp added this pull request to the merge queue Aug 1, 2023
Merged via the queue into main with commit 2a8190a Aug 1, 2023
32 checks passed
@siddharthkp siddharthkp deleted the changeset-release/main branch August 1, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants