diff --git a/.changeset/add-husky.md b/.changeset/add-husky.md deleted file mode 100644 index 4374b11..0000000 --- a/.changeset/add-husky.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nylas/connect": patch ---- - -Add Husky git hooks: pre-commit and pre-push run ggshield secret scans. \ No newline at end of file diff --git a/.changeset/add-oxlint-linter.md b/.changeset/add-oxlint-linter.md deleted file mode 100644 index 6c20f4b..0000000 --- a/.changeset/add-oxlint-linter.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@nylas/connect": none ---- - -Add Oxlint as the linter across the workspace and standardize scripts/CI. - -- Add `oxlint` as a workspace devDependency -- Use `lint` (auto-fix) and `lint:check` (no fix) across packages -- Configure Nx to cache `lint:check` and skip caching for `lint` -- Update PR workflow to run `pnpm lint:check` - -This is a tooling-only change; no runtime impact. - - diff --git a/.changeset/fix-release-workflow.md b/.changeset/fix-release-workflow.md deleted file mode 100644 index ce85df5..0000000 --- a/.changeset/fix-release-workflow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@nylas/connect": patch ---- - -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. diff --git a/.changeset/silent-eggs-dream.md b/.changeset/silent-eggs-dream.md deleted file mode 100644 index 0a93143..0000000 --- a/.changeset/silent-eggs-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nylas/connect": patch ---- - -Validating the github actions workflow diff --git a/packages/nylas-connect/CHANGELOG.md b/packages/nylas-connect/CHANGELOG.md new file mode 100644 index 0000000..35953bb --- /dev/null +++ b/packages/nylas-connect/CHANGELOG.md @@ -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 diff --git a/packages/nylas-connect/package.json b/packages/nylas-connect/package.json index bac829e..6b6e5ec 100644 --- a/packages/nylas-connect/package.json +++ b/packages/nylas-connect/package.json @@ -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",