Skip to content

Commit

Permalink
chore(main): release passkeys 0.2.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored May 18, 2023
1 parent f5fbae6 commit 1ea8246
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/odd-passkeys": "0.1.0",
"packages/odd-passkeys": "0.2.0",
"packages/odd-preact": "0.2.1"
}
12 changes: 12 additions & 0 deletions packages/odd-passkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/oddsdk/passkeys/compare/passkeys-v0.1.0...passkeys-v0.2.0) (2023-05-18)


### Features

* auth.register auto logins ([1a652a2](https://github.com/oddsdk/passkeys/commit/1a652a2ddcc8cf7e8fdbdf0811e237d7c4411ee6))


### Bug Fixes

* fixes "Safari is throwing Document not focused on register [#5](https://github.com/oddsdk/passkeys/issues/5)" ([3d0b2ad](https://github.com/oddsdk/passkeys/commit/3d0b2ad3fb6269bf5b88574ebe27a77f6b09e9d4))

## [0.1.0](https://github.com/oddsdk/passkeys/compare/passkeys-v0.0.1...passkeys-v0.1.0) (2023-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/odd-passkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oddjs/passkeys",
"version": "0.1.0",
"version": "0.2.0",
"description": "ODD SDK Passkeys components.",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "apache-2.0",
Expand Down

0 comments on commit 1ea8246

Please sign in to comment.