Skip to content

chore: bump Mosaic packages to v0.1.1#63

Merged
stevesarmiento merged 1 commit intosolana-foundation:mainfrom
GuiBibeau:codex/patch-version-bump
Mar 19, 2026
Merged

chore: bump Mosaic packages to v0.1.1#63
stevesarmiento merged 1 commit intosolana-foundation:mainfrom
GuiBibeau:codex/patch-version-bump

Conversation

@GuiBibeau
Copy link
Copy Markdown
Contributor

Summary

  • bump the monorepo root version to 0.1.1
  • bump @solana/mosaic-sdk to 0.1.1
  • bump @solana/mosaic-cli to 0.1.1 and align the CLI banner version

Why

The signer freeze-authority fix has already landed on main in #62, but the package metadata is still at 0.1.0. The publish workflow uses a single tagged release version for both SDK and CLI, so this patch bump keeps package metadata aligned for the next publish.

Validation

  • pnpm --filter @solana/mosaic-sdk type-check
  • pnpm --filter @solana/mosaic-cli type-check
  • pnpm --filter @solana/mosaic-cli lint

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 19, 2026

@GuiBibeau is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mosaic Ready Ready Preview, Comment Mar 19, 2026 9:37pm

Request Review

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 19, 2026

Greptile Summary

This PR performs a consistent patch-version bump from 0.1.0 to 0.1.1 across the entire monorepo, aligning package metadata with the signer freeze-authority fix that landed in #62. All four changed locations are updated correctly and in sync.

  • package.json (root): bumped to 0.1.1
  • packages/sdk/package.json: bumped to 0.1.1
  • packages/cli/package.json: bumped to 0.1.1 (SDK dependency correctly continues to use workspace:*, so no pointer change needed)
  • packages/cli/src/index.ts: CLI banner version string updated to 0.1.1 to stay in sync with the package metadata

Confidence Score: 5/5

  • This PR is safe to merge — it is a purely mechanical version bump with no logic changes.
  • All four changed lines are version string updates, consistently bumped from 0.1.0 to 0.1.1. The workspace:* SDK dependency reference in the CLI requires no update. No logic, API surface, or behavior is affected.
  • No files require special attention.

Important Files Changed

Filename Overview
package.json Root monorepo version bumped from 0.1.0 to 0.1.1; no issues found.
packages/cli/package.json CLI package version bumped from 0.1.0 to 0.1.1; SDK dependency correctly uses workspace:* so no pointer update needed.
packages/cli/src/index.ts CLI banner version string updated to 0.1.1 to match the package.json bump; change is correct and consistent.
packages/sdk/package.json SDK package version bumped from 0.1.0 to 0.1.1; no other changes needed.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["mosaic-token-extensions-admin\n(root package.json)\n0.1.0 → 0.1.1"] --> B["@solana/mosaic-sdk\n(packages/sdk/package.json)\n0.1.0 → 0.1.1"]
    A --> C["@solana/mosaic-cli\n(packages/cli/package.json)\n0.1.0 → 0.1.1"]
    C --> D["CLI banner string\n(packages/cli/src/index.ts)\n'0.1.0' → '0.1.1'"]
    C -->|"workspace:* (unchanged)"| B
Loading

Last reviewed commit: "chore: bump mosaic p..."

@stevesarmiento stevesarmiento merged commit c12385c into solana-foundation:main Mar 19, 2026
4 checks passed
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