Skip to content

Commit f28687e

Browse files
committed
chore: release v0.38.0
1 parent 3770065 commit f28687e

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
# Changelog
2-
1+
# Changelog
2+
3+
## [0.38.0](https://github.com/PlusAuth/plusauth-widget/compare/v0.37.1...v0.38.0) (2025-07-08)
4+
5+
### Features
6+
7+
* ensure request errors are displayed correctly ([a6c053d](https://github.com/PlusAuth/plusauth-widget/commit/a6c053d72c90b9c2274e488086e4ff2972a373f2))
8+
* include widget version as header ([2052741](https://github.com/PlusAuth/plusauth-widget/commit/20527412ea4f22dcecdd9c0a6358d6ccc7c6abc8))
9+
10+
### Type Improvements
11+
12+
* remove duplicate type definition ([d829884](https://github.com/PlusAuth/plusauth-widget/commit/d8298848688a59bb31117f1c619adc146db4c63c))
13+
314
## [0.37.1](https://github.com/PlusAuth/plusauth-widget/compare/v0.37.0...v0.37.1) (2025-04-25)
415

516
### Bug Fixes
@@ -203,4 +214,4 @@
203214

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

206-
See [Releases](https://github.com/PlusAuth/plusauth-widget/releases)
217+
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.37.1",
3+
"version": "0.38.0",
44
"type": "module",
55
"main": "dist/plusauth-widget.min.js",
66
"module": "dist/plusauth-widget.esm.js",

0 commit comments

Comments
 (0)