Skip to content

Commit 575d73d

Browse files
authored
Release v1.37.0 (#302)
1 parent cd083d1 commit 575d73d

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.37.0] - 2025-08-29
11+
12+
### Added
13+
14+
- action field to login and mfa step up
15+
- support to orchestration flow during step up
16+
1017
## [1.36.1] - 2025-07-17
1118

1219
### Fixes
@@ -634,7 +641,8 @@ The eye icon is now correctly displayed in the Auth widget.
634641

635642
First version of the SDK Web UI.
636643

637-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.36.1...HEAD
644+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.37.0...HEAD
645+
[1.37.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.36.1...v1.37.0
638646
[1.36.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.36.0...v1.36.1
639647
[1.36.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.35.0...v1.36.0
640648
[1.35.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.34.1...v1.35.0

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reachfive/identity-ui",
3-
"version": "1.36.1",
3+
"version": "1.37.0",
44
"description": "ReachFive Identity Web UI SDK",
55
"author": "ReachFive",
66
"repository": {
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@captchafox/react": "^1.9.0",
37-
"@reachfive/identity-core": "^1.37.1",
37+
"@reachfive/identity-core": "^1.38.0",
3838
"buffer": "^6.0.3",
3939
"char-info": "0.3.2",
4040
"class-variance-authority": "^0.7.1",

0 commit comments

Comments
 (0)