Skip to content

Commit

Permalink
v1.30.2 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
moust authored Dec 5, 2024
1 parent 03b3cf7 commit 537d06f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.30.2] - 2024-12-05

### Fixed

- Country selector on PhoneNumber field was displayed with wrong size.

## [1.30.1] - 2024-11-26

### Fixed
Expand Down Expand Up @@ -507,7 +513,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.30.1...HEAD
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.2...HEAD

[1.30.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.1...v1.30.2

[1.30.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.0...v1.30.1

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.30.1",
"version": "1.30.2",
"description": "ReachFive Identity Web UI SDK",
"author": "ReachFive",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/components/form/fields/simpleField.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export interface BaseOptions<T> {
autoComplete?: HTMLInputElement['autocomplete']
placeholder?: string
readOnly?: boolean
/* eslint-disable-next-line @typescript-eslint/no-explicit-any */
validator?: Validator<T, FormContext<any>>
format?: Formatter<T>
mapping?: Mapping
Expand Down
2 changes: 1 addition & 1 deletion types/identity-ui.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @reachfive/identity-ui - v1.30.1
* Compiled Thu, 28 Nov 2024 15:30:22 UTC
* Compiled Thu, 05 Dec 2024 14:57:21 UTC
*
* Copyright (c) ReachFive.
*
Expand Down

0 comments on commit 537d06f

Please sign in to comment.