Skip to content
Merged
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
7 changes: 0 additions & 7 deletions .changeset/fix-publish-hooks.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.2

### Patch Changes

- 86253d9: Fix publishing process by removing prepublishOnly hooks that caused TypeScript compilation errors during changeset publish

## 1.2.1

### 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.1",
"version": "1.2.2",
"description": "Modern, lightweight Nylas connection library with PKCE support",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nylas/react

## 3.0.1

### Patch Changes

- 86253d9: Fix publishing process by removing prepublishOnly hooks that caused TypeScript compilation errors during changeset publish
- Updated dependencies [86253d9]
- @nylas/connect@1.2.2

## 3.0.0

### Major 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.0.0",
"version": "3.0.1",
"description": "React components and hooks for Nylas API integration",
"type": "module",
"scripts": {
Expand Down