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
5 changes: 0 additions & 5 deletions .changeset/add-husky.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/add-oxlint-linter.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-release-workflow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-eggs-dream.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/nylas-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @nylas/connect

## 0.0.2

### Patch Changes

- 255906c: Add Husky git hooks: pre-commit and pre-push run ggshield secret scans.
- 429e6b9: fix: correct GitHub Actions release workflow commands

Fixed the changesets action to use proper script commands instead of tool version output, and added NODE_AUTH_TOKEN for NPM authentication.

- 255906c: Validating the github actions workflow
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": "0.0.1",
"version": "0.0.2",
"description": "Modern, lightweight Nylas connection library with PKCE support",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down