Skip to content

chore(release): version packages - #231

Merged
pasevin merged 1 commit into
mainfrom
changeset-release/main
Sep 9, 2026
Merged

pasevin merged 1 commit into
mainfrom
changeset-release/main

Conversation

@oz-release-app

@oz-release-app oz-release-app Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

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

@openzeppelin/ui-dev-cli@1.4.0

Minor Changes

  • #229 4e7e728 Thanks @pasevin! - check-peers now warns when an adapter's declared @openzeppelin/ui-* range does not admit
    the version installed beside it.

    The check compared the minimum a range admits against the installed version, mirroring
    validatePeerVersions in @openzeppelin/ui-utils. That is right for the failure it was
    built for — an installed peer that is too old — but it left the opposite drift invisible: an
    adapter declaring ^2.0.0 against an installed 4.0.1 satisfies its own runtime check and
    still cannot be installed by a consumer app, because a package manager reads the declared
    range and not the baked minimum. Nothing anywhere reported it, which is how the
    openzeppelin-adapters packages carried v2 ranges for ui-components, ui-react and
    ui-utils across two majors of the kit.

    Such pairs are now reported as a warning with code outdated-range, naming the bump that
    fixes each one. AdapterPeerPair gains range (the range as declared) and rangeSatisfied
    (whether the range itself admits the installed version, or null for range syntax this check
    does not model, which is left unreported rather than guessed at). ok and the exit code
    remain driven by errors alone, so adding this to an existing pipeline does not change its
    result; printAdapterPeerResult prints warnings on the passing path, where they would
    otherwise be invisible.

@oz-release-app
oz-release-app Bot requested a review from a team as a code owner September 9, 2026 12:43
@netlify

netlify Bot commented Sep 9, 2026

Copy link
Copy Markdown

Deploy Preview for openzeppelin-ui ready!

Name Link
🔨 Latest commit f04b816
🔍 Latest deploy log https://app.netlify.com/projects/openzeppelin-ui/deploys/6aa15468c2bb9e000772154c
😎 Deploy Preview https://deploy-preview-231--openzeppelin-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@pasevin
pasevin merged commit 31600ee into main Sep 9, 2026
14 checks passed
@pasevin
pasevin deleted the changeset-release/main branch September 9, 2026 12:46
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant