Skip to content

Commit 62f45b9

Browse files
committed
chore: release v0.35.0
1 parent 5ebf764 commit 62f45b9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1+
# Changelog
12

3+
## [0.35.0](https://github.com/PlusAuth/plusauth-widget/compare/v0.34.0...v0.35.0) (2025-02-19)
4+
5+
### Features
6+
7+
* add auth+ reference to push register pages ([1431485](https://github.com/PlusAuth/plusauth-widget/commit/1431485ce884decb30159184ec5109db7a5ad2c6))
8+
9+
### Stylistic Updates
10+
11+
* fill screen for small devices ([3801d32](https://github.com/PlusAuth/plusauth-widget/commit/3801d321bc8dc5124ad46a162e30de39fd7e1cc6))
12+
* fix invalid selector for autofilled input detection ([4bb0b8a](https://github.com/PlusAuth/plusauth-widget/commit/4bb0b8a67ae10f39a6353958d5c915e34305a385))
13+
* use column layout for widget content ([264f988](https://github.com/PlusAuth/plusauth-widget/commit/264f988f5b0c5b400833723fede8b059cb28227c))
14+
15+
### Localization
16+
17+
* include turkish translations ([259f00d](https://github.com/PlusAuth/plusauth-widget/commit/259f00d2ae7189286430c37824f76bbf13018a42))
218

319
## 0.34.0 (2024-12-05)
420

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

0 commit comments

Comments
 (0)