Skip to content

Commit d8c5a61

Browse files
authored
v1.36.1 (#298)
1 parent c40a695 commit d8c5a61

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.36.1] - 2025-07-17
11+
12+
### Fixes
13+
14+
- release lock at the end of the step up flow
1015

1116
## [1.36.0] - 2025-07-10
1217

@@ -629,7 +634,9 @@ The eye icon is now correctly displayed in the Auth widget.
629634

630635
First version of the SDK Web UI.
631636

632-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.35.0...HEAD
637+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.36.1...HEAD
638+
[1.36.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.36.0...v1.36.1
639+
[1.36.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.35.0...v1.36.0
633640
[1.35.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.34.1...v1.35.0
634641
[1.34.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.34.0...v1.34.1
635642
[1.34.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.33.2...v1.34.0

package-lock.json

Lines changed: 7 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.0",
3+
"version": "1.36.1",
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.0",
37+
"@reachfive/identity-core": "^1.37.1",
3838
"buffer": "^6.0.3",
3939
"char-info": "0.3.2",
4040
"class-variance-authority": "^0.7.1",

0 commit comments

Comments
 (0)