Skip to content

Commit 0da07fd

Browse files
committed
chore: release v0.33.0
1 parent b91d08a commit 0da07fd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11

22

3+
## 0.33.0 (2024-12-04)
4+
5+
* chore: include locales in dev script ([4519e3e](https://github.com/PlusAuth/plusauth-widget/commit/4519e3e))
6+
* chore: lint ([b91d08a](https://github.com/PlusAuth/plusauth-widget/commit/b91d08a))
7+
* chore: update dependencies ([93d02b8](https://github.com/PlusAuth/plusauth-widget/commit/93d02b8))
8+
* chore: update dev scripts ([7ffe2cc](https://github.com/PlusAuth/plusauth-widget/commit/7ffe2cc))
9+
* squash! feat: account linking page ([19388df](https://github.com/PlusAuth/plusauth-widget/commit/19388df))
10+
* squash! feat: account linking page ([df01e8f](https://github.com/PlusAuth/plusauth-widget/commit/df01e8f))
11+
* squash! style: better logo sizing ([dd45c2b](https://github.com/PlusAuth/plusauth-widget/commit/dd45c2b))
12+
* feat: account linking page ([618d664](https://github.com/PlusAuth/plusauth-widget/commit/618d664))
13+
* feat: allow using href for submit button ([2662442](https://github.com/PlusAuth/plusauth-widget/commit/2662442))
14+
* feat: improve localization interface ([d997327](https://github.com/PlusAuth/plusauth-widget/commit/d997327))
15+
* feat: info slot for widget layout ([f977f55](https://github.com/PlusAuth/plusauth-widget/commit/f977f55))
16+
* style: better logo sizing ([5e0677e](https://github.com/PlusAuth/plusauth-widget/commit/5e0677e))
17+
318
## 0.32.0 (2024-10-31)
419

520
* feat: use login_hint param for identifier value if provided ([43dfc2a](https://github.com/PlusAuth/plusauth-widget/commit/43dfc2a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plusauth/plusauth-widget",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"type": "module",
55
"main": "dist/plusauth-widget.min.js",
66
"module": "dist/plusauth-widget.esm.js",

0 commit comments

Comments
 (0)