Skip to content

Commit e053f81

Browse files
chore: version packages (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 86253d9 commit e053f81

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

.changeset/fix-publish-hooks.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/nylas-connect/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nylas/connect
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- 86253d9: Fix publishing process by removing prepublishOnly hooks that caused TypeScript compilation errors during changeset publish
8+
39
## 1.2.1
410

511
### Patch Changes

packages/nylas-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nylas/connect",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Modern, lightweight Nylas connection library with PKCE support",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @nylas/react
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 86253d9: Fix publishing process by removing prepublishOnly hooks that caused TypeScript compilation errors during changeset publish
8+
- Updated dependencies [86253d9]
9+
- @nylas/connect@1.2.2
10+
311
## 3.0.0
412

513
### Major Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nylas/react",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "React components and hooks for Nylas API integration",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)