@frontegg/react 5.0.15-alpha.3738861760 → 5.0.15

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 +7 -10
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,16 +2,13 @@
2
2
 
3
3
  ## [5.0.15](https://github.com/frontegg/frontegg-react/compare/v5.0.14...v5.0.15) (2022-12-20)
4
4
 
5
- - FR-10024 - fix bulk
6
- - FR-10072 - mobile fixes for mfa
7
- - FR-9821 - enable scim without roles
8
- - FR-10010 - mfa fixes
9
- - FR-10028 - fix menu for dark
10
- - FR-10010 - card list item on click fix
11
- - FR-10020 - add api navigation icon
12
- - FR-10016 - mfa tests
13
- - FR-9731 - add apple social login types
14
- - FR-9936 - Hide Invoices on FronteggAppOptions
5
+ - Fixed mfa input on mobile
6
+ - Enabled scim without roles
7
+ - Fixed menu component for dark theme
8
+ - Added api navigation icon
9
+ - Added tests for mfa
10
+ - Added apple social login types
11
+ - Added support for Hiding Invoices
15
12
 
16
13
 
17
14
  ## [5.0.14](https://github.com/frontegg/frontegg-react/compare/v5.0.13...v5.0.14) (2022-12-13)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "5.0.15-alpha.3738861760",
4
+ "version": "5.0.15",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",