Skip to content

Commit 509119b

Browse files
authored
v1.35.0 (#292)
1 parent 329fc27 commit 509119b

File tree

4 files changed

+484
-477
lines changed

4 files changed

+484
-477
lines changed

CHANGELOG.md

Lines changed: 8 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.35.0] - 2025-05-13
11+
12+
### Changed
13+
14+
- BConnect social provider button no longer requires a dedicated query parameter to be displayed.
15+
1016
## [1.34.1] - 2025-05-15
1117

1218
### Fixed
@@ -615,7 +621,8 @@ The eye icon is now correctly displayed in the Auth widget.
615621

616622
First version of the SDK Web UI.
617623

618-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.34.0...HEAD
624+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.35.0...HEAD
625+
[1.35.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.34.1...v1.35.0
619626
[1.34.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.34.0...v1.34.1
620627
[1.34.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.33.2...v1.34.0
621628
[1.33.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.33.1...v1.33.2

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.34.1",
3+
"version": "1.35.0",
44
"description": "ReachFive Identity Web UI SDK",
55
"author": "ReachFive",
66
"repository": {

0 commit comments

Comments
 (0)