Skip to content

chore(changeset): enter prerelease mode for v37 - #4789

Merged
joshblack merged 5 commits into
mainfrom
chore/enter-pre-mode-changesets
Jul 29, 2024
Merged

chore(changeset): enter prerelease mode for v37#4789
joshblack merged 5 commits into
mainfrom
chore/enter-pre-mode-changesets

Conversation

@joshblack

@joshblackjoshblack commented Jul 29, 2024

Copy link
Copy Markdown
Member

Enters the project into "prerelease" mode for v37 based on: https://github.com/github/primer/discussions/3552. For more information about prereleases in changesets, checkout this explainer.

Changelog

New

Changed

  • Add pre.json config for changesets to enter project into prerelease mode with an rc tag
  • Update canary release workflow to no longer use --snapshots as this is unnecessary in prerelease mode
  • Update ignore config for changesets to exclude private packages

Removed

Rollout strategy

  • None; if selected, include a brief description as to why

This is a change to the repo and will not impact downstream consumers

@changeset-bot

changeset-botBot commented Jul 29, 2024

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 27257bf

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actionsgithub-actionsBot added the staff Author is a staff member label Jul 29, 2024
@joshblackjoshblack added the skip changeset This change does not need a changelog label Jul 29, 2024
@github-actions

github-actionsBot commented Jul 29, 2024

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize
packages/react/dist/browser.esm.js95.58 KB (0%)
packages/react/dist/browser.umd.js95.97 KB (0%)

@github-actions
github-actionsBottemporarily deployed to storybook-preview-4789 July 29, 2024 15:37 Inactive
@joshblackjoshblack changed the title chore(changeset): enter pre-release mode for v37chore(changeset): enter prerelease mode for v37Jul 29, 2024
@joshblack
joshblack marked this pull request as ready for review July 29, 2024 15:59
@joshblack
joshblack requested a review from a team as a code ownerJuly 29, 2024 15:59
@joshblack
joshblack requested a review from jonrohanJuly 29, 2024 15:59
@github-actions
github-actionsBottemporarily deployed to storybook-preview-4789 July 29, 2024 16:00 Inactive
@joshblack

Copy link
Copy Markdown
MemberAuthor

For the publish error, we might be running into: changesets/changesets#835

@github-actions
github-actionsBottemporarily deployed to storybook-preview-4789 July 29, 2024 16:41 Inactive
@github-actions
github-actionsBottemporarily deployed to storybook-preview-4789 July 29, 2024 16:59 Inactive
@joshblack
joshblack added this pull request to the merge queueJul 29, 2024
Merged via the queue into main with commit 4ebacb7Jul 29, 2024
@joshblack
joshblack deleted the chore/enter-pre-mode-changesets branch July 29, 2024 17:26
TylerJDev pushed a commit that referenced this pull request Jul 31, 2024
* chore(changeset): enter pre-release mode for v37
* ci: remove snapshots when in pre mode
* chore: add version info to all packages
* Revert "chore: add version info to all packages"
This reverts commit 4665bb3.
* chore: update canary to remove pre.json when running
---------
Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
github-merge-queueBot pushed a commit that referenced this pull request Sep 9, 2024
* Focus close button on second step
* Remove `autofocus` prop
* Add dependencies to focus trap
* Add changeset
* lint fix
* Remove `body` from dependency
* add state to Dialog example
* chore(changeset): enter prerelease mode for v37 (#4789)
* chore(changeset): enter pre-release mode for v37
* ci: remove snapshots when in pre mode
* chore: add version info to all packages
* Revert "chore: add version info to all packages"
This reverts commit 4665bb3.
* chore: update canary to remove pre.json when running
---------
Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
* Autocomplete: Only open menu on click (#4771)
* Only open menu on click instead of just focus
* Update tests
* Add changeset
* Fix typo
* Set `openOnFocus` to `true`
* Add test, move `onFocus` function
* Update docs
* Adjust changeset
* Remove `useCallback`
* Add deprecated notice
* Prep for high contrast theme border-color changes (#4774)
* borders
* fallback
* test(vrt): update snapshots
* test color changes
* alright
* bump
* test(vrt): update snapshots
* more fixes
* test(vrt): update snapshots
* copy from main
* test(vrt): update snapshots
* Create fluffy-ravens-thank.md
* snippy snaps
* update seg control border
* test(vrt): update snapshots
* remove fallbacks
* copy from main
* test(vrt): update snapshots
---------
Co-authored-by: langermank <langermank@users.noreply.github.com>
* chore: add package version numbers (#4796)
Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
* feat: add postcss-preset-primer (#4751)
* feat: add postcss-preset-primer
* docs: update usage snippet
* chore: fix eslint rules and remove postcss-mixins
---------
Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
* Utilize `aria-describedby` on all `ActionList` descriptions (#4666)
* Add `aria-describedby` to inline description; add `aria-labelledby` to `TrailingVisual`
* Update snapshots
* Add changeset
* Update snapshot
* Update packages/react/src/ActionList/Item.tsx
Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com>
* changes from PR feedback
* Update .changeset/lovely-days-march.md
* Update snapshots
* Update lovely-days-march.md
---------
Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com>
* Wrap `header` and `footer` with `<Box>`
* Move `<Box>`
* Add back focus to story
* Update behaviors package
* Move back `useFocusTrap`
---------
Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com>
Co-authored-by: Josh Black <joshblack@github.com>
Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
Co-authored-by: Katie Langerman <18661030+langermank@users.noreply.github.com>
Co-authored-by: langermank <langermank@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip changesetThis change does not need a changelogstaffAuthor is a staff member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@joshblack@jonrohan