Skip to content

Commit

Permalink
chore(main): release preact 0.3.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored May 19, 2023
1 parent 7e0497a commit 889f274
Show file tree
Hide file tree
Showing 3 changed files with 9 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.2.0",
"packages/odd-preact": "0.2.2"
"packages/odd-preact": "0.3.0"
}
7 changes: 7 additions & 0 deletions packages/odd-preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/oddsdk/passkeys/compare/preact-v0.2.2...preact-v0.3.0) (2023-05-19)


### Features

* remove isUsernameAvailable ([c87044f](https://github.com/oddsdk/passkeys/commit/c87044f096ae9f09a72e9188cf3ec57f76992c8f))

## [0.2.2](https://github.com/oddsdk/passkeys/compare/preact-v0.2.1...preact-v0.2.2) (2023-05-18)


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.2.2",
"version": "0.3.0",
"description": "ODD SDK Preact hooks and context provider.",
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
"license": "apache-2.0",
Expand Down

0 comments on commit 889f274

Please sign in to comment.