Skip to content

Commit

Permalink
Release v1.25.3 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
moust authored Mar 8, 2024
1 parent 3315e90 commit 2f70572
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.25.3] - 2023-03-08

### Fixes

- Make `@rollup/rollup-linux-x64-gnu` dependency optional
- Fix React hook warning due to mismatch of React versions
- Resolve not wrapped in act warning issue in tests
- Fix custom theme option forwarding
- Prevent phone-number field validation on empty value

## [1.25.2] - 2023-02-21

### Fixes
Expand Down Expand Up @@ -415,7 +425,9 @@ The eye icon is now correctly displayed in the Auth widget.

First version of the SDK Web UI.

[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.25.2...HEAD
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.25.3...HEAD

[1.25.3]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.25.2...v1.25.3

[1.25.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.25.1...v1.25.2

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reachfive/identity-ui",
"version": "1.25.2",
"version": "1.25.3",
"description": "ReachFive Identity Web UI SDK",
"author": "ReachFive",
"repository": {
Expand Down
6 changes: 1 addition & 5 deletions types/identity-ui.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @reachfive/identity-ui - v1.25.2
* Compiled Fri, 08 Mar 2024 13:05:47 UTC
* Compiled Thu, 07 Mar 2024 14:43:01 UTC
*
* Copyright (c) ReachFive.
*
Expand Down Expand Up @@ -157,8 +157,6 @@ interface ButtonTheme {
paddingX: number
/** Specifies the padding for the y axis. (top and bottom) */
paddingY: number
/** Specifies the border-color. */
borderColor: CSS.Color,
/** Specifies the border-radius. */
borderRadius: number
/** Specifies the border-width. */
Expand All @@ -184,8 +182,6 @@ interface SocialButtonTheme {
paddingX: number
/** Specifies the padding for the y axis. (top and bottom) */
paddingY: number
/** Specifies the border-color. */
borderColor: CSS.Color,
/** Specifies the border-radius. */
borderRadius: number
/** Specifies the border-width. */
Expand Down

0 comments on commit 2f70572

Please sign in to comment.