@frontegg/react 5.0.10-alpha.3437107563 → 5.0.10

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 +1 -37
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,46 +2,10 @@
2
2
 
3
3
  ## [5.0.10](https://github.com/frontegg/frontegg-react/compare/v5.0.9...v5.0.10) (2022-11-10)
4
4
 
5
- - FR-9186 - support ssr with session and refresh token
6
- - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
7
- - FR-9186 - fix pipeline
8
- null
9
- ### AdminPortal 6.36.0:
10
- -
11
-
12
- ### AdminPortal 6.35.0:
13
- -
14
- ### AdminPortal 6.34.0:
15
- -
16
-
17
- ### React Wrapper 5.0.10:
18
- - FR-9186 - Fix changelog
19
-
20
- ## [5.0.9](https://github.com/frontegg/frontegg-react/compare/v5.0.8...v5.0.9) (2022-10-26)
21
-
22
- ### AdminPortal 6.34.0:
23
- -
24
- ### AdminPortal 6.33.0:
25
- -
26
- ### AdminPortal 6.32.0:
27
- - [FR-8900](https://frontegg.atlassian.net/browse/FR-8900) - add customization tests - [a0021c08](https://github.com/frontegg/admin-box/pulls?q=a0021c08)
28
- - [FR-9007](https://frontegg.atlassian.net/browse/FR-9007) - move all related tests - [e1afb64c](https://github.com/frontegg/admin-box/pulls?q=e1afb64c)
29
- - [FR-9066](https://frontegg.atlassian.net/browse/FR-9066) - prettify login tests - [4ff8d19b](https://github.com/frontegg/admin-box/pulls?q=4ff8d19b)
30
- - [FR-9043](https://frontegg.atlassian.net/browse/FR-9043) - accept invitation test - [f30ac345](https://github.com/frontegg/admin-box/pulls?q=f30ac345)
31
- - [FR-9065](https://frontegg.atlassian.net/browse/FR-9065) - add test activate account custom theme - [b1e50e85](https://github.com/frontegg/admin-box/pulls?q=b1e50e85)
32
- - [FR-9044](https://frontegg.atlassian.net/browse/FR-9044) - reset password tests - [048d742a](https://github.com/frontegg/admin-box/pulls?q=048d742a)
33
- - [FR-9070](https://frontegg.atlassian.net/browse/FR-9070) - add test to reset phone number custom components - [b9dc5bd6](https://github.com/frontegg/admin-box/pulls?q=b9dc5bd6)
34
- - [FR-9010](https://frontegg.atlassian.net/browse/FR-9010) - login page customization tests - [7f09f217](https://github.com/frontegg/admin-box/pulls?q=7f09f217)
35
- - [FR-9040](https://frontegg.atlassian.net/browse/FR-9040) - forgot password tests - [9a81115a](https://github.com/frontegg/admin-box/pulls?q=9a81115a)
36
- - [FR-9009](https://frontegg.atlassian.net/browse/FR-9009) -add signup testing - [d604b197](https://github.com/frontegg/admin-box/pulls?q=d604b197)
37
- - [FR-9007](https://frontegg.atlassian.net/browse/FR-9007) - login page customization testing - [caa3a96f](https://github.com/frontegg/admin-box/pulls?q=caa3a96f)
5
+ - Add support for overriding customzation for admin portal pages and tabs
38
6
 
39
7
  ### React Wrapper 5.0.9:
40
- - FR-9186 - Fix changelog
41
- - FR-9186 - remove duplicated npmignore copy from pipeline
42
- - FR-9186 - fix changelog script
43
8
  - FR-9186 - Add changelog
44
- - FR-9186 - Exclude sanity-check repo from scripts
45
9
 
46
10
  ## [5.0.8](https://github.com/frontegg/frontegg-react/compare/v5.0.7...v5.0.8) (2022-10-09)
47
11
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "5.0.10-alpha.3437107563",
4
+ "version": "5.0.10",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",