@frontegg/react 5.0.10-alpha.3436530976 → 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 -35
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,44 +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 - fix pipeline
6
- null
7
- ### AdminPortal 6.36.0:
8
- -
9
-
10
- ### AdminPortal 6.35.0:
11
- -
12
- ### AdminPortal 6.34.0:
13
- -
14
-
15
- ### React Wrapper 5.0.10:
16
- - FR-9186 - Fix changelog
17
-
18
- ## [5.0.9](https://github.com/frontegg/frontegg-react/compare/v5.0.8...v5.0.9) (2022-10-26)
19
-
20
- ### AdminPortal 6.34.0:
21
- -
22
- ### AdminPortal 6.33.0:
23
- -
24
- ### AdminPortal 6.32.0:
25
- - [FR-8900](https://frontegg.atlassian.net/browse/FR-8900) - add customization tests - [a0021c08](https://github.com/frontegg/admin-box/pulls?q=a0021c08)
26
- - [FR-9007](https://frontegg.atlassian.net/browse/FR-9007) - move all related tests - [e1afb64c](https://github.com/frontegg/admin-box/pulls?q=e1afb64c)
27
- - [FR-9066](https://frontegg.atlassian.net/browse/FR-9066) - prettify login tests - [4ff8d19b](https://github.com/frontegg/admin-box/pulls?q=4ff8d19b)
28
- - [FR-9043](https://frontegg.atlassian.net/browse/FR-9043) - accept invitation test - [f30ac345](https://github.com/frontegg/admin-box/pulls?q=f30ac345)
29
- - [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)
30
- - [FR-9044](https://frontegg.atlassian.net/browse/FR-9044) - reset password tests - [048d742a](https://github.com/frontegg/admin-box/pulls?q=048d742a)
31
- - [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)
32
- - [FR-9010](https://frontegg.atlassian.net/browse/FR-9010) - login page customization tests - [7f09f217](https://github.com/frontegg/admin-box/pulls?q=7f09f217)
33
- - [FR-9040](https://frontegg.atlassian.net/browse/FR-9040) - forgot password tests - [9a81115a](https://github.com/frontegg/admin-box/pulls?q=9a81115a)
34
- - [FR-9009](https://frontegg.atlassian.net/browse/FR-9009) -add signup testing - [d604b197](https://github.com/frontegg/admin-box/pulls?q=d604b197)
35
- - [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
36
6
 
37
7
  ### React Wrapper 5.0.9:
38
- - FR-9186 - Fix changelog
39
- - FR-9186 - remove duplicated npmignore copy from pipeline
40
- - FR-9186 - fix changelog script
41
8
  - FR-9186 - Add changelog
42
- - FR-9186 - Exclude sanity-check repo from scripts
43
9
 
44
10
  ## [5.0.8](https://github.com/frontegg/frontegg-react/compare/v5.0.7...v5.0.8) (2022-10-09)
45
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.3436530976",
4
+ "version": "5.0.10",
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.41.0",
14
- "@frontegg/react-hooks": "6.41.0"
13
+ "@frontegg/js": "6.42.0",
14
+ "@frontegg/react-hooks": "6.42.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">16.9.0",