Skip to content

Commit 34c8957

Browse files
authored
Release v1.31.1 (#249)
1 parent 6694e00 commit 34c8957

File tree

13 files changed

+2427
-2560
lines changed

13 files changed

+2427
-2560
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.31.1] - 2025-01-10
11+
12+
### Fixed
13+
14+
- Fix phone number country select styles
15+
1016
## [1.31.0] - 2025-01-08
1117

1218
### Added
@@ -524,7 +530,9 @@ The eye icon is now correctly displayed in the Auth widget.
524530

525531
First version of the SDK Web UI.
526532

527-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.0...HEAD
533+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.1...HEAD
534+
535+
[1.31.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.0...v1.31.1
528536

529537
[1.31.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.2...v1.31.0
530538

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reachfive/identity-ui",
3-
"version": "1.31.0",
3+
"version": "1.31.1",
44
"description": "ReachFive Identity Web UI SDK",
55
"author": "ReachFive",
66
"repository": {
@@ -46,7 +46,7 @@
4646
"peerDependencies": {
4747
"react": "^18.3.0",
4848
"react-dom": "^18.3.0",
49-
"styled-components": "6.1.11"
49+
"styled-components": "5.1.1"
5050
},
5151
"devDependencies": {
5252
"@babel/core": "^7.23.2",

src/components/widget/widget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function createWidget<P, U = P>({
5151
<ConfigProvider config={context.config}>
5252
<ReachfiveProvider client={context.apiClient}>
5353
<SessionProvider session={context.session}>
54-
<StyleSheetManager enableVendorPrefixes>
54+
<StyleSheetManager>
5555
<ThemeProvider theme={theme}>
5656
<I18nProvider defaultMessages={context.defaultI18n} messages={preparedOptions.i18n}>
5757
<WidgetContainer {...widgetAttrs}>

0 commit comments

Comments
 (0)