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": {