From 88c1dc239aabfa48efc83c288c7714da65bd37b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:27:22 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-react-readme-connect-imports.md | 5 ----- .changeset/nylas-connect-readme-rewrite.md | 5 ----- .changeset/react-readme-house-style.md | 5 ----- packages/nylas-connect/CHANGELOG.md | 6 ++++++ packages/nylas-connect/package.json | 2 +- packages/react/CHANGELOG.md | 9 +++++++++ packages/react/package.json | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 .changeset/fix-react-readme-connect-imports.md delete mode 100644 .changeset/nylas-connect-readme-rewrite.md delete mode 100644 .changeset/react-readme-house-style.md diff --git a/.changeset/fix-react-readme-connect-imports.md b/.changeset/fix-react-readme-connect-imports.md deleted file mode 100644 index f541c99..0000000 --- a/.changeset/fix-react-readme-connect-imports.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nylas/react": patch ---- - -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. diff --git a/.changeset/nylas-connect-readme-rewrite.md b/.changeset/nylas-connect-readme-rewrite.md deleted file mode 100644 index c008e9b..0000000 --- a/.changeset/nylas-connect-readme-rewrite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nylas/connect": patch ---- - -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. diff --git a/.changeset/react-readme-house-style.md b/.changeset/react-readme-house-style.md deleted file mode 100644 index d314685..0000000 --- a/.changeset/react-readme-house-style.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nylas/react": patch ---- - -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. diff --git a/packages/nylas-connect/CHANGELOG.md b/packages/nylas-connect/CHANGELOG.md index 4367108..0d84515 100644 --- a/packages/nylas-connect/CHANGELOG.md +++ b/packages/nylas-connect/CHANGELOG.md @@ -1,5 +1,11 @@ # @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. + ## 1.2.5 ### Patch Changes diff --git a/packages/nylas-connect/package.json b/packages/nylas-connect/package.json index 27d2ab6..aa281c2 100644 --- a/packages/nylas-connect/package.json +++ b/packages/nylas-connect/package.json @@ -1,6 +1,6 @@ { "name": "@nylas/connect", - "version": "1.2.5", + "version": "1.2.6", "description": "Modern, lightweight Nylas connection library with PKCE support", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 25681d7..591a663 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @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 + ## 3.2.16 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 4655e40..d0775c2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@nylas/react", - "version": "3.2.16", + "version": "3.2.17", "description": "React components and hooks for Nylas API integration", "type": "module", "scripts": {