Skip to content

chore: version packages - #99

Open
nylas-it-ops wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#99
nylas-it-ops wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@nylas-it-ops

@nylas-it-ops nylas-it-ops commented Sep 1, 2026

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 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

@nylas/connect@1.2.6

Patch Changes

  • 2ab4134: Rewrite the README. The previous version's first example read the mailbox address from result.email, which does not exist on ConnectResult, and its config table documented 6 of the 11 available options.

@nylas/react@3.2.17

Patch Changes

  • b23827f: Fix the import path in the README's Connect examples. useNylasConnect and NylasConnectButton are only exported from the @nylas/react/connect subpath, so the snippets that imported them from @nylas/react could not resolve.
  • e24f3ab: Restructure the README onto the house style shared by the other Nylas SDKs, and document the hook options, hook return values, and button props that were previously missing.
  • Updated dependencies [2ab4134]
    • @nylas/connect@1.2.6

@nylas-it-ops
nylas-it-ops requested review from a team and radenkovic as code owners September 1, 2026 18:14
@nylas-it-ops
nylas-it-ops force-pushed the changeset-release/main branch 2 times, most recently from 8a599b7 to 0e57743 Compare September 1, 2026 18:19
@nylas-it-ops
nylas-it-ops force-pushed the changeset-release/main branch from 0e57743 to 88c1dc2 Compare September 1, 2026 18:27

@AaronDDM AaronDDM left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good morning! Automated changesets release PR — checked it over and it looks right.

What I verified:

  • Version bumps match the changeset types: @nylas/connect 1.2.5 -> 1.2.6, @nylas/react 3.2.16 -> 3.2.17. All three changesets were patch, so patch bumps are correct.
  • All three changeset files are consumed and their text lands verbatim in the right CHANGELOG.md.
  • packages/react/package.json keeps @nylas/connect: workspace:^, so no dependency pin needs bumping alongside the connect release. The "Updated dependencies" line in the react changelog is just changesets recording the workspace bump.
  • CI is green: Build & Test, Code Quality, CodeQL all passing.

No changelog/doc-comment asks from me here — the three changesets were README-only and changesets writes the versioned entries itself, so there's no "Unreleased" section to maintain in this repo.

Approving. Safe to merge whenever you want the release to go out.

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