Skip to content

Commit

Permalink
chore: release v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Dec 4, 2024
1 parent b91d08a commit 0da07fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@


## 0.33.0 (2024-12-04)

* chore: include locales in dev script ([4519e3e](https://github.com/PlusAuth/plusauth-widget/commit/4519e3e))
* chore: lint ([b91d08a](https://github.com/PlusAuth/plusauth-widget/commit/b91d08a))
* chore: update dependencies ([93d02b8](https://github.com/PlusAuth/plusauth-widget/commit/93d02b8))
* chore: update dev scripts ([7ffe2cc](https://github.com/PlusAuth/plusauth-widget/commit/7ffe2cc))
* squash! feat: account linking page ([19388df](https://github.com/PlusAuth/plusauth-widget/commit/19388df))
* squash! feat: account linking page ([df01e8f](https://github.com/PlusAuth/plusauth-widget/commit/df01e8f))
* squash! style: better logo sizing ([dd45c2b](https://github.com/PlusAuth/plusauth-widget/commit/dd45c2b))
* feat: account linking page ([618d664](https://github.com/PlusAuth/plusauth-widget/commit/618d664))
* feat: allow using href for submit button ([2662442](https://github.com/PlusAuth/plusauth-widget/commit/2662442))
* feat: improve localization interface ([d997327](https://github.com/PlusAuth/plusauth-widget/commit/d997327))
* feat: info slot for widget layout ([f977f55](https://github.com/PlusAuth/plusauth-widget/commit/f977f55))
* style: better logo sizing ([5e0677e](https://github.com/PlusAuth/plusauth-widget/commit/5e0677e))

## 0.32.0 (2024-10-31)

* feat: use login_hint param for identifier value if provided ([43dfc2a](https://github.com/PlusAuth/plusauth-widget/commit/43dfc2a))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plusauth/plusauth-widget",
"version": "0.32.0",
"version": "0.33.0",
"type": "module",
"main": "dist/plusauth-widget.min.js",
"module": "dist/plusauth-widget.esm.js",
Expand Down

0 comments on commit 0da07fd

Please sign in to comment.