chore: version packages for v0.3.0 - #4695
Open
cixzhang wants to merge 1 commit into
Open
Conversation
Apply accumulated changesets and bump all publishable packages to 0.3.0. Includes the v0.3.0 upgrade codemods and refreshed CHANGELOGs.
cixzhang
requested review from
ejhammond,
imdreamrunner,
josephfarina and
potatowagon
as code owners
August 4, 2026 04:13
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is opened by the release automation. It applies all accumulated changesets and bumps every publishable
@astryxdesign/*package to 0.3.0.What's in 0.3.0
This is a breaking release (0.2.0 → 0.3.0). Highlights from the changesets:
DropdownMenuRadioGroup(and theContextMenu/Breadcrumbre-exports) now takes a requiredlabelprop, replacing the optionalaria-label/aria-labelledbypassthrough. A codemod renamesaria-label="…"tolabel="…".@astryxdesign/cli/authoringentrypoint (types + parsers only); thecreate*factories are removed and doc field-types are renamed. The old@astryxdesign/core/authoringand@astryxdesign/core/configsurfaces are removed (core re-exports are deprecated aliases for one more release). Codemods migrate imports and unwrap the factories automatically.Upgrading
The v0.3.0 codemods handle the breaking renames and import moves.
Notes
fixedgroup). The produced version is0.3.0— the expected minor bump for a 0.x breaking release.sync-internal-depsrepinned the internal@astryxdesign/*specifiers and the lockfile was refreshed;pnpm install --frozen-lockfilepasses.release.ymldispatch.