Version Packages#247
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
fb96cd2 to
d83d828
Compare
d83d828 to
10d7b82
Compare
There was a problem hiding this comment.
LGTM — automated Changesets version bump PR (0.5.2 → 0.5.3).
Extended reasoning...
Overview
This is an automated PR opened by the Changesets GitHub Action. It bumps all packages from 0.5.2 to 0.5.3, deletes the consumed changeset file (.changeset/fair-garlics-exist.md), and appends the corresponding entries to each package's CHANGELOG.md. The underlying change being released is the zustand 5.0.13 upgrade from PR #244, which has already been merged to master.
Security risks
None. The PR contains no code changes — only version field bumps in package.json files and CHANGELOG appends. No source files, build configs, dependencies (other than internal workspace versions), or scripts are modified.
Level of scrutiny
Minimal. Changesets release PRs are mechanical and deterministic: the tool computes versions from the changeset file and updates all affected packages and their dependents accordingly. The version bumps are consistent across all packages (every package goes 0.5.2 → 0.5.3 as a patch) and the CHANGELOG entries match the changeset content.
Other factors
The vercel preview build is in progress and the PR matches the standard Changesets release PR pattern this repo uses (same commit-message style, same description template). No outstanding reviewer comments.
10d7b82 to
7f7e0da
Compare
7f7e0da to
a689914
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@cofhe/abi@0.5.3
Patch Changes
@cofhe/foundry-plugin@0.5.3
Patch Changes
@cofhe/hardhat-3-plugin@0.5.3
Patch Changes
@cofhe/hardhat-plugin@0.5.3
Patch Changes
@cofhe/react@0.5.3
Patch Changes
zustandto 5.0.13 to pick up the upstream persist storage fix used by the SDK and React package.@cofhe/sdk@0.5.3
Patch Changes
zustandto 5.0.13 to pick up the upstream persist storage fix used by the SDK and React package.@cofhe/mock-contracts@0.5.3
@cofhe/example-react@0.5.3
Patch Changes
@cofhe/site@0.5.3
Note
Low Risk
This is a Changesets versioning PR that only updates package versions and changelogs (no functional code changes in this diff). Risk is limited to publishing/packaging metadata being correct.
Overview
Publishes the
0.5.3patch release across the monorepo by bumping versions and updating changelogs for@cofhe/sdk,@cofhe/react,@cofhe/abi, Hardhat/Foundry plugins,@cofhe/mock-contracts, the docs site, and the React example.The release notes call out the
zustandupgrade to5.0.13(persist storage fix) and propagate dependency version updates; the corresponding Changeset file is removed as part of the release process.Reviewed by Cursor Bugbot for commit a689914. Bugbot is set up for automated code reviews on this repo. Configure here.