Skip to content

Version packages#63

Open
leoisadev1 wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version packages#63
leoisadev1 wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@leoisadev1
Copy link
Copy Markdown
Member

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm 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

@opencoredev/email-sdk@0.6.0

Minor Changes

  • 2b1fbf1: Add the Sequenzy transactional email adapter, CLI support, docs, tests, and a local API-auth smoke check.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

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

Project Deployment Actions Updated (UTC)
email-sdk-fumadocs Ready Ready Preview, Comment Jun 2, 2026 2:53pm

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Jun 2, 2026

Greptile Summary

This is an automated Changesets release PR that bumps @opencoredev/email-sdk from 0.5.0 to 0.6.0, consuming the sweet-sequenzy-adapter changeset that was merged in commit 2b1fbf1.

  • The changeset file is deleted, CHANGELOG.md is prepended with the 0.6.0 minor entry, and package.json reflects the new version — all exactly as expected from the Changesets workflow.
  • The ./sequenzy subpath export was already wired up in package.json as part of the feature commit, so the published package will correctly expose the new adapter.
  • One small gap: "sequenzy" is absent from the keywords array even though every other adapter name is listed there.

Confidence Score: 4/5

Safe to merge — all three file changes are exactly what the Changesets action produces, and the new adapter export was already in place before this PR.

The only finding is the missing "sequenzy" keyword in package.json, which has no impact on runtime behavior or publishing correctness. Everything else — the version bump, CHANGELOG entry, and changeset deletion — is correct and complete.

No files require special attention; the minor keyword omission in packages/email-sdk/package.json is the only thing worth a second look.

Important Files Changed

Filename Overview
.changeset/sweet-sequenzy-adapter.md Changeset file deleted as expected by Changesets tooling after version is applied — no issues.
packages/email-sdk/CHANGELOG.md 0.6.0 entry prepended correctly with the minor-change commit hash and description from the consumed changeset.
packages/email-sdk/package.json Version bumped from 0.5.0 to 0.6.0; ./sequenzy subpath export is present, but the keywords array is missing "sequenzy" despite all other adapter names being listed there.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Changeset file\n.changeset/sweet-sequenzy-adapter.md] -->|consumed by Changesets action| B[Version bump\n0.5.0 → 0.6.0]
    B --> C[package.json updated]
    B --> D[CHANGELOG.md prepended\nwith 0.6.0 entry]
    A -->|deleted| E[Changeset file removed]
    C --> F[npm publish\n@opencoredev/email-sdk@0.6.0]
    D --> F
Loading

Comments Outside Diff (1)

  1. packages/email-sdk/package.json, line 28-30 (link)

    P2 The keywords array includes every other adapter name (resend, sendgrid, postmark, mailgun, unosend, ses, etc.) but is missing "sequenzy", which is the adapter being released in this version. npm keyword searches for "sequenzy" won't surface this package. Score: 2/5 — small discoverability gap, easy fix.

    Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

    Fix in Claude Code

Fix All in Claude Code

Reviews (1): Last reviewed commit: "Version packages" | Re-trigger Greptile

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