Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-react-readme-connect-imports.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nylas-connect-readme-rewrite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/react-readme-house-style.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/nylas-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nylas-connect/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading