Skip to content

chore(release): version packages#34

Merged
thegdsks merged 1 commit intomainfrom
changeset-release/main
Mar 14, 2026
Merged

chore(release): version packages#34
thegdsks merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

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 main, this PR will be updated.

Releases

@thesvg/cli@0.5.1

Patch Changes

  • fix: update org references from GLINCKER to glincker (#33)

@thesvg/icons@1.0.6

Patch Changes

  • fix: update org references from GLINCKER to glincker (#33)

@thesvg/mcp-server@0.5.1

Patch Changes

  • fix: update org references from GLINCKER to glincker (#33)

@thesvg/react@1.0.6

Patch Changes

  • fix: update org references from GLINCKER to glincker (#33)

@thesvg/svelte@1.0.6

Patch Changes

  • fix: update org references from GLINCKER to glincker (#33)

thesvg@1.0.6

Patch Changes

  • fix: update org references from GLINCKER to glincker (#33)

  • Updated dependencies []:

    • @thesvg/icons@1.0.6

@thesvg/vue@1.0.6

Patch Changes

  • fix: update org references from GLINCKER to glincker (#33)

@vercel
Copy link

vercel bot commented Mar 14, 2026

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

Project Deployment Actions Updated (UTC)
thesvg Ready Ready Preview, Comment Mar 14, 2026 10:33pm

Request Review

@greptile-apps
Copy link

greptile-apps bot commented Mar 14, 2026

Greptile Summary

This is an automated release PR generated by the Changesets GitHub Action, bumping all seven packages in the monorepo with patch-level version increments following the org-reference fix landed in PR #33.

  • All 7 packages receive a patch bump: @thesvg/cli (0.5.0→0.5.1), @thesvg/mcp-server (0.5.0→0.5.1), and @thesvg/icons, @thesvg/react, @thesvg/svelte, thesvg, @thesvg/vue (all 1.0.5→1.0.6)
  • CHANGELOG.md entries are added or created for every package, accurately reflecting the fix from PR fix: update org references from GLINCKER to glincker #33
  • New CHANGELOG.md files are created for @thesvg/cli and @thesvg/mcp-server, which previously had none
  • The thesvg package's dependency on @thesvg/icons uses workspace:*, which is correct for a monorepo — no version pinning concern
  • No logic, source, or configuration code is touched; this PR is purely metadata (versions and changelogs)

Confidence Score: 5/5

  • This PR is safe to merge — it is a fully automated, metadata-only changeset release with no source code changes.
  • All changes are version bumps and CHANGELOG updates generated by the Changesets action. Every bump is correctly scoped as a patch release matching the fix-type changeset from PR fix: update org references from GLINCKER to glincker #33. No logic, dependencies, or configuration are altered. The workspace protocol for the internal @thesvg/icons dependency is handled correctly.
  • No files require special attention.

Important Files Changed

Filename Overview
packages/cli/package.json Patch version bump from 0.5.0 to 0.5.1; no dependency changes.
packages/icons/package.json Patch version bump from 1.0.5 to 1.0.6; no dependency changes.
packages/mcp/package.json Patch version bump from 0.5.0 to 0.5.1; no dependency changes.
packages/react/package.json Patch version bump from 1.0.5 to 1.0.6; no dependency changes.
packages/svelte/package.json Patch version bump from 1.0.5 to 1.0.6; no dependency changes.
packages/thesvg/package.json Patch version bump from 1.0.5 to 1.0.6; internal @thesvg/icons dependency correctly uses workspace:* protocol.
packages/vue/package.json Patch version bump from 1.0.5 to 1.0.6; no dependency changes.
packages/cli/CHANGELOG.md New CHANGELOG.md created for @thesvg/cli with correct 0.5.1 entry.
packages/mcp/CHANGELOG.md New CHANGELOG.md created for @thesvg/mcp-server with correct 0.5.1 entry.
packages/thesvg/CHANGELOG.md Changelog entry for 1.0.6 correctly lists the fix and the @thesvg/icons@1.0.6 dependency update.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    CS[Changesets Release Action] --> V[Version Bump PRs]

    V --> CLI["@thesvg/cli\n0.5.0 → 0.5.1"]
    V --> MCP["@thesvg/mcp-server\n0.5.0 → 0.5.1"]
    V --> ICONS["@thesvg/icons\n1.0.5 → 1.0.6"]
    V --> REACT["@thesvg/react\n1.0.5 → 1.0.6"]
    V --> SVELTE["@thesvg/svelte\n1.0.5 → 1.0.6"]
    V --> VUE["@thesvg/vue\n1.0.5 → 1.0.6"]

    ICONS -->|workspace:*| THESVG["thesvg\n1.0.5 → 1.0.6"]

    CLI --> NPM[Publish to npm]
    MCP --> NPM
    ICONS --> NPM
    REACT --> NPM
    SVELTE --> NPM
    VUE --> NPM
    THESVG --> NPM
Loading

Last reviewed commit: 88f8423

@thegdsks thegdsks merged commit 08cfaf4 into main Mar 14, 2026
3 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.

1 participant