chore(release): roll up unreleased changes across SDK packages#618
Merged
Conversation
Roll up all morpho-sdk source changes merged since 1.1.0 into a minor bump so the changeset-release PR can publish them. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Add per-package changesets for every SDK package with src changes since its last npm publish (and last git tag) that lacked a changeset: - @morpho-org/blue-sdk-viem patch — #573 permit domain validation - @morpho-org/migration-sdk-viem patch — residual sweep + skipRevert on morphoRepay cleanup - @morpho-org/simulation-sdk patch — #572 case-insensitive reallocatableVaults match (SDK-144) - @morpho-org/test patch — anvil fork startup retry + vitest fork helper Excluded: blue-sdk, blue-sdk-wagmi, bundler-sdk-viem, liquidation-sdk-viem, liquidity-sdk-viem, morpho-test, morpho-ts, simulation-sdk-wagmi, test-wagmi (only biome/CI/docs since last tag). Flagged separately: evm-simulation 1.0.0 has no monorepo tag and was never published from this repo — needs an explicit first-publish decision rather than a roll-up changeset. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0xbulma
approved these changes
May 6, 2026
Collaborator
Author
|
@devin-ai-integration review |
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.
Summary
Add per-package changesets for every
@morpho-org/*package inpackages/*that has source-affecting commits merged onmainsince its last npm publish (last@morpho-org/<pkg>-v<version>git tag) without a changeset. Once this PR is merged,version-pr.ymlwill openchangeset-release/mainversioning every affected package; merging that PR triggerspublish.ymland ships them to npm with thelatesttag.Changesets
@morpho-org/morpho-sdk@morpho-org/blue-sdk-viem@morpho-org/migration-sdk-viemskipRevert=trueonly on morphoRepay cleanup@morpho-org/simulation-sdkreallocatableVaultsmatch (SDK-144)@morpho-org/testupdateInternalDependencies: "patch"will additionally bump downstream consumers of these packages transitively whenpnpm changeset versionruns.Audit method
For every package under
packages/*:@morpho-org/<name>-v<package.json.version>.git log <tag>..origin/main -- packages/<name>/src packages/<name>/package.json.// biome-ignoreannotations and reordered imports — no.d.tsor runtime impact.Excluded (only chore/CI/docs since last tag)
blue-sdk,blue-sdk-wagmi,bundler-sdk-viem,liquidation-sdk-viem,liquidity-sdk-viem,morpho-test,morpho-ts,simulation-sdk-wagmi,test-wagmi. They may still receive transitivepatchbumps viaupdateInternalDependencies.