Skip to content

Commit

Permalink
packages/js: next-auth-provider 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
merlindru committed Feb 13, 2024
1 parent cc3ee69 commit bbb4a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<new version of passkeys-sdk package>`
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`
2 changes: 1 addition & 1 deletion packages/js/passkeys-next-auth-provider/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": false,
"type": "module",
"version": "0.2.5",
"version": "0.2.6",
"exports": {
".": "./index.js",
"./client": "./client.js"
Expand Down

0 comments on commit bbb4a3b

Please sign in to comment.