Skip to content

chore(release): roll up unreleased changes across SDK packages#618

Merged
Foulks-Plb merged 4 commits into
mainfrom
foulques-trigger-release
May 6, 2026
Merged

chore(release): roll up unreleased changes across SDK packages#618
Foulks-Plb merged 4 commits into
mainfrom
foulques-trigger-release

Conversation

@Foulks-Plb
Copy link
Copy Markdown
Collaborator

@Foulks-Plb Foulks-Plb commented May 6, 2026

Summary

Add per-package changesets for every @morpho-org/* package in packages/* that has source-affecting commits merged on main since its last npm publish (last @morpho-org/<pkg>-v<version> git tag) without a changeset. Once this PR is merged, version-pr.yml will open changeset-release/main versioning every affected package; merging that PR triggers publish.yml and ships them to npm with the latest tag.

Changesets

Package Bump From → To Source
@morpho-org/morpho-sdk minor 1.1.0 → 1.2.0 rollup of #601, #595, #568, #567, #569
@morpho-org/blue-sdk-viem patch 4.6.4 → 4.6.5 #573 validate permit domains
@morpho-org/migration-sdk-viem patch 2.3.1 → 2.3.2 residual destination loan-token sweep + skipRevert=true only on morphoRepay cleanup
@morpho-org/simulation-sdk patch 3.4.2 → 3.4.3 #572 case-insensitive reallocatableVaults match (SDK-144)
@morpho-org/test patch 2.7.1 → 2.7.2 retry anvil fork startup in CI + vitest fork helper stabilization

updateInternalDependencies: "patch" will additionally bump downstream consumers of these packages transitively when pnpm changeset version runs.

Audit method

For every package under packages/*:

  1. Look up the exact tag @morpho-org/<name>-v<package.json.version>.
  2. Run git log <tag>..origin/main -- packages/<name>/src packages/<name>/package.json.
  3. Filter out commits that don't affect published output: pure docs, CI-only changes, and the biome 2.4.14 lint chore (chore: bump biome to 2.4.14 and enforce stricter lint rules #583), which only added // biome-ignore annotations and reordered imports — no .d.ts or runtime impact.
  4. Choose the smallest semver bump that describes what's left.

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 transitive patch bumps via updateInternalDependencies.

Foulks-Plb and others added 2 commits May 6, 2026 14:47
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>
@Foulks-Plb Foulks-Plb self-assigned this May 6, 2026
@Foulks-Plb Foulks-Plb requested a review from 0xbulma May 6, 2026 12:48
chatgpt-codex-connector[bot]

This comment was marked as resolved.

Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

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>
@Foulks-Plb Foulks-Plb changed the title chore(release): morpho-sdk@1.2.0 chore(release): roll up unreleased changes across SDK packages May 6, 2026
@Foulks-Plb Foulks-Plb enabled auto-merge (squash) May 6, 2026 13:23
@Foulks-Plb Foulks-Plb disabled auto-merge May 6, 2026 13:31
@Foulks-Plb
Copy link
Copy Markdown
Collaborator Author

@devin-ai-integration review

@Foulks-Plb Foulks-Plb merged commit 5b7cbdd into main May 6, 2026
7 checks passed
@Foulks-Plb Foulks-Plb deleted the foulques-trigger-release branch May 6, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants