Skip to content

Commit

Permalink
chore(main): release preact 0.2.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored May 18, 2023
1 parent cbccff9 commit 2d06a88
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-preact": "0.1.1"
"packages/odd-preact": "0.2.0"
}
12 changes: 12 additions & 0 deletions packages/odd-preact/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/preact-v0.1.1...preact-v0.2.0) (2023-05-18)


### Features

* add login, logout, register to the hooks ([c3a455b](https://github.com/oddsdk/passkeys/commit/c3a455bd0bed16821a622c243db6317c17cceb10))


### Bug Fixes

* **odd-preact:** remove dependency on odd-passkeys ([cbccff9](https://github.com/oddsdk/passkeys/commit/cbccff93e4b0366412ee0a2f58319966106cef49))

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


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

0 comments on commit 2d06a88

Please sign in to comment.