Skip to content

chore: release 3.3.0-rc.0 (RC-aware npm publish)#42

Merged
lakhansamani merged 1 commit into
mainfrom
chore/release-3.3.0-rc.0
Jul 11, 2026
Merged

chore: release 3.3.0-rc.0 (RC-aware npm publish)#42
lakhansamani merged 1 commit into
mainfrom
chore/release-3.3.0-rc.0

Conversation

@lakhansamani

Copy link
Copy Markdown
Contributor

Prep for the RC release cascade so the ecosystem can be e2e-tested.

  • Bumps to 3.3.0-rc.0 — ships the merged WebAuthn/passkey SDK methods (feat: add WebAuthn/passkey SDK methods #41) and GraphQL extensions.code error surfacing (feat: surface GraphQL extensions.code on returned errors #39).
  • Fixes an npm-publish footgun: the release workflow ran a plain pnpm publish (→ latest) regardless of version, so tagging an RC would have made 3.3.0-rc.0 the default install and broken npm install @authorizerdev/authorizer-js for everyone. Now -rc./-beta. tags publish to the rc/beta dist-tag and the GitHub release is marked prerelease.

After merge, pushing tag v3.3.0-rc.0 publishes to npm under the rc dist-tag (npm install @authorizerdev/authorizer-js@rc).

Bumps to 3.3.0-rc.0 (WebAuthn/passkey methods + GraphQL error codes).
Fixes the release workflow to publish -rc./-beta. tags to the rc/beta
npm dist-tag instead of latest — a plain `npm install` must never pull
a prerelease. GitHub releases for prereleases are marked --prerelease.
@lakhansamani lakhansamani merged commit 31e915f into main Jul 11, 2026
2 checks passed
@lakhansamani lakhansamani deleted the chore/release-3.3.0-rc.0 branch July 11, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant