Skip to content

Commit 7ad916e

Browse files
committed
v1.33.2
1 parent 8eae7ba commit 7ad916e

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.33.2] - 2025-04-10
11+
12+
### Fixed
13+
14+
- ProfileEditor should update consents with key in snake_case
15+
1016
## [1.33.1] - 2025-03-19
1117

1218
### Fixed
@@ -591,7 +597,9 @@ The eye icon is now correctly displayed in the Auth widget.
591597

592598
First version of the SDK Web UI.
593599

594-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.33.1...HEAD
600+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.33.2...HEAD
601+
602+
[1.33.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.33.1...v1.33.2
595603

596604
[1.33.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.33.0...v1.33.1
597605

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reachfive/identity-ui",
3-
"version": "1.33.1",
3+
"version": "1.33.2",
44
"description": "ReachFive Identity Web UI SDK",
55
"author": "ReachFive",
66
"repository": {

types/identity-ui.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* @reachfive/identity-ui - v1.33.0
3-
* Compiled Wed, 19 Mar 2025 13:09:23 UTC
2+
* @reachfive/identity-ui - v1.33.2
3+
* Compiled Thu, 10 Apr 2025 13:25:05 UTC
44
*
55
* Copyright (c) ReachFive.
66
*

0 commit comments

Comments
 (0)