Skip to content

chore(release): version packages#94

Merged
thegdsks merged 1 commit intomainfrom
changeset-release/main
Apr 11, 2026
Merged

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

Conversation

@github-actions
Copy link
Copy Markdown
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/icons@2.1.3

Patch Changes

  • feat: add requested icons + fix Raycast extension (#93)

@thesvg/react@2.1.3

Patch Changes

  • feat: add requested icons + fix Raycast extension (#93)

@thesvg/svelte@2.1.3

Patch Changes

  • feat: add requested icons + fix Raycast extension (#93)

thesvg@2.1.3

Patch Changes

  • Updated dependencies []:
    • @thesvg/icons@2.1.3

@thesvg/vue@2.1.3

Patch Changes

  • feat: add requested icons + fix Raycast extension (#93)

@github-actions github-actions bot force-pushed the changeset-release/main branch from 28184b0 to b4b4f40 Compare April 10, 2026 20:39
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 10, 2026

Greptile Summary

This is a standard automated release PR generated by Changesets, bumping all five packages from 2.1.2 to 2.1.3 as a patch release. Each package.json version field and its corresponding CHANGELOG.md are updated consistently; no source code, build config, or dependency graph is modified.

Confidence Score: 5/5

Safe to merge — this is a clean, machine-generated version bump with no logic changes.

All changes are version fields in package.json files and corresponding CHANGELOG entries, generated deterministically by Changesets. Every package is bumped consistently to 2.1.3, the workspace:* dependency in the thesvg meta-package is handled correctly by pnpm at publish time, and no source code or build configuration is touched. No P0/P1 findings.

No files require special attention.

Important Files Changed

Filename Overview
packages/icons/package.json Version bumped from 2.1.2 → 2.1.3; no other changes.
packages/icons/CHANGELOG.md New 2.1.3 patch entry added referencing PR #93; correctly prepended before 2.1.2.
packages/react/package.json Version bumped from 2.1.2 → 2.1.3; no other changes.
packages/react/CHANGELOG.md New 2.1.3 patch entry added referencing PR #93; correctly prepended before 2.1.2.
packages/svelte/package.json Version bumped from 2.1.2 → 2.1.3; no other changes.
packages/svelte/CHANGELOG.md New 2.1.3 patch entry added referencing PR #93; correctly prepended before 2.1.2.
packages/vue/package.json Version bumped from 2.1.2 → 2.1.3; no other changes.
packages/vue/CHANGELOG.md New 2.1.3 patch entry added referencing PR #93; correctly prepended before 2.1.2.
packages/thesvg/package.json Version bumped from 2.1.2 → 2.1.3; dependency on @thesvg/icons remains workspace:* (resolved correctly at publish time by pnpm).
packages/thesvg/CHANGELOG.md New 2.1.3 patch entry added noting the @thesvg/icons@2.1.3 dependency update; standard Changesets format.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["thesvg@2.1.3\n(meta package)"]
    B["@thesvg/icons@2.1.3\n(core SVG assets)"]
    C["@thesvg/react@2.1.3"]
    D["@thesvg/svelte@2.1.3"]
    E["@thesvg/vue@2.1.3"]

    A -->|"workspace:*"| B
    C -.->|"peer: react >=18"| F["react"]
    D -.->|"peer: svelte >=4"| G["svelte"]
    E -.->|"peer: vue >=3.3"| H["vue"]

    style A fill:#f0f4ff,stroke:#4a6cf7
    style B fill:#f0f4ff,stroke:#4a6cf7
    style C fill:#f0f4ff,stroke:#4a6cf7
    style D fill:#f0f4ff,stroke:#4a6cf7
    style E fill:#f0f4ff,stroke:#4a6cf7
Loading

Reviews (1): Last reviewed commit: "chore(release): version packages" | Re-trigger Greptile

@thegdsks thegdsks self-assigned this Apr 11, 2026
@thegdsks thegdsks merged commit c32489d into main Apr 11, 2026
1 check passed
@thegdsks thegdsks deployed to npm-publish April 11, 2026 19:23 — with GitHub Actions Active
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