Skip to content

Commit

Permalink
Release v1.31.1 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
moust authored Jan 10, 2025
1 parent 6694e00 commit 34c8957
Show file tree
Hide file tree
Showing 13 changed files with 2,427 additions and 2,560 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.31.1] - 2025-01-10

### Fixed

- Fix phone number country select styles

## [1.31.0] - 2025-01-08

### Added
Expand Down Expand Up @@ -524,7 +530,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.31.0...HEAD
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.1...HEAD

[1.31.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.0...v1.31.1

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

Expand Down
206 changes: 53 additions & 153 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reachfive/identity-ui",
"version": "1.31.0",
"version": "1.31.1",
"description": "ReachFive Identity Web UI SDK",
"author": "ReachFive",
"repository": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"peerDependencies": {
"react": "^18.3.0",
"react-dom": "^18.3.0",
"styled-components": "6.1.11"
"styled-components": "5.1.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/widget/widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function createWidget<P, U = P>({
<ConfigProvider config={context.config}>
<ReachfiveProvider client={context.apiClient}>
<SessionProvider session={context.session}>
<StyleSheetManager enableVendorPrefixes>
<StyleSheetManager>
<ThemeProvider theme={theme}>
<I18nProvider defaultMessages={context.defaultI18n} messages={preparedOptions.i18n}>
<WidgetContainer {...widgetAttrs}>
Expand Down
Loading

0 comments on commit 34c8957

Please sign in to comment.