Skip to content

Commit 0a431fc

Browse files
authored
Release v1.16.1 (#112)
1 parent a4345b1 commit 0a431fc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.16.1] - 2022-07-29
11+
1012
### Fixes
1113

1214
Fix code validation in passwordless widget.
@@ -286,7 +288,9 @@ The eye icon is now correctly displayed in the Auth widget.
286288

287289
First version of the SDK Web UI.
288290

289-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.0...HEAD
291+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.1...HEAD
292+
293+
[1.16.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.0...v1.16.1
290294

291295
[1.16.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.15.0...v1.16.0
292296

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

0 commit comments

Comments
 (0)