Version packages#63
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated Changesets release PR that bumps
Confidence Score: 4/5Safe 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
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
|
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