@frontegg/react 5.0.45 → 5.0.46-alpha.5543215996

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # Change Log
2
+
3
+ ## [5.0.46](https://github.com/frontegg/frontegg-react/compare/v5.0.45...v5.0.46) (2023-7-13)
4
+
5
+ - FR-12114 - Shouldn't show inactive custom social login provider
6
+ - FR-12098 - FR-12020 - admin portal user status update if email verification is off + blinking workspace title in admin portal vivid theme
7
+ - FR-12660 - implement sagas for security center admin portal
8
+ - FR-12664 - Rename redux-saga file to prevent loop imports by webpack
9
+ - FR-12652 - init new security page. wrap with ff
10
+
11
+ - FR-12628 - fix custom login with hosted oauth in URL
12
+ - FR-12536 - check up card component
13
+ - FR-12535 - security severity badge component
14
+ - FR-12543 - msp fix bulk users invitation
15
+ - FR-12575 - change remember my device default value
16
+ - FR-12550 - Align all auth methods to get login response of me and tenants from auth APIs
17
+ - FR-12313 - fix cdn nextjs alpha version
18
+
1
19
  # Change Log
2
20
 
3
21
  ## [5.0.45](https://github.com/frontegg/frontegg-react/compare/v5.0.44...v5.0.45) (2023-7-9)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "5.0.45",
4
+ "version": "5.0.46-alpha.5543215996",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
@@ -10,8 +10,8 @@
10
10
  "build:watch": "rm -rf dist && mkdir dist && rollup -w -c ./rollup.config.js"
11
11
  },
12
12
  "dependencies": {
13
- "@frontegg/js": "6.118.0",
14
- "@frontegg/react-hooks": "6.118.0"
13
+ "@frontegg/js": "6.120.0",
14
+ "@frontegg/react-hooks": "6.120.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">16.9.0",