Skip to content

Commit a20302a

Browse files
committed
chore: release v0.40.0
1 parent ce0e818 commit a20302a

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
# Changelog
1+
# Changelog
2+
3+
## [0.40.0](https://github.com/PlusAuth/plusauth-widget/compare/v0.39.0...v0.40.0) (2026-03-26)
4+
5+
### Features
6+
7+
* improve passwordless flows ([cb02815](https://github.com/PlusAuth/plusauth-widget/commit/cb028158b80902846d5b1d2f87cea46c9dd82398))
8+
* support locale label in dictionary ([e8e8dd4](https://github.com/PlusAuth/plusauth-widget/commit/e8e8dd43f30cb40ccaefb60b8acd147eee8de921))
9+
10+
### Bug Fixes
11+
12+
* default images not displayed when client logo missing ([13c2552](https://github.com/PlusAuth/plusauth-widget/commit/13c2552380422fd451d1ef81a48e3d9b880df77c))
213

14+
### Stylistic Updates
15+
16+
* globe icon in language select ([c1f4dfb](https://github.com/PlusAuth/plusauth-widget/commit/c1f4dfb541ad904dde5f6a7c3b2716aad1942eb6))
17+
* improve social buttons ([51a7f4e](https://github.com/PlusAuth/plusauth-widget/commit/51a7f4e0e4901585b53ae7aac8f20abced0e495f))
18+
319
## [0.39.0](https://github.com/PlusAuth/plusauth-widget/compare/v0.38.0...v0.39.0) (2025-07-08)
420

521
### Features
@@ -220,4 +236,4 @@
220236

221237
* **TextField:** inherit ring color for inner button ([05a72d0](https://github.com/PlusAuth/plusauth-widget/commit/05a72d032d654b77ad1344ab9aa30d9d70e7d17f))
222238

223-
See [Releases](https://github.com/PlusAuth/plusauth-widget/releases)
239+
See [Releases](https://github.com/PlusAuth/plusauth-widget/releases)

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.39.0",
3+
"version": "0.40.0",
44
"type": "module",
55
"main": "dist/plusauth-widget.min.js",
66
"module": "dist/plusauth-widget.esm.js",

0 commit comments

Comments
 (0)