diff --git a/packages/js/README.md b/packages/js/README.md index 59d3d5f..b5432ac 100644 --- a/packages/js/README.md +++ b/packages/js/README.md @@ -6,5 +6,6 @@ As of right now, publishing to npm is a manual process. You'll likely want to increment the passkeys-sdk version and make all of the other packages use that new version in their `dependencies`. 2. `git tag @teamhanko/passkeys-sdk@` + If there already is a tag for the current `@teamhanko/passkeys-sdk` package version (e.g. `@0.1.9`), set a tag like `@teamhanko/passkeys-sdk`**`@0.1.9-1`** 3. `git push && git push --tags` diff --git a/packages/js/passkeys-next-auth-provider/dist/package.json b/packages/js/passkeys-next-auth-provider/dist/package.json index 0829322..6703a27 100644 --- a/packages/js/passkeys-next-auth-provider/dist/package.json +++ b/packages/js/passkeys-next-auth-provider/dist/package.json @@ -3,7 +3,7 @@ "license": "MIT", "private": false, "type": "module", - "version": "0.2.5", + "version": "0.2.6", "exports": { ".": "./index.js", "./client": "./client.js"