@frontegg/react 5.0.9-alpha.3241430395 → 5.0.9-alpha.3327129817

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 +4 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # Change Log
2
2
 
3
- ## [5.0.9](https://github.com/frontegg/frontegg-react/compare/v5.0.8...v5.0.9) (2022-10-13)
3
+ ## [5.0.9](https://github.com/frontegg/frontegg-react/compare/v5.0.8...v5.0.9) (2022-10-26)
4
4
 
5
+ ### AdminPortal 6.34.0:
6
+ -
5
7
  ### AdminPortal 6.33.0:
6
8
  -
7
9
  ### AdminPortal 6.32.0:
@@ -18,6 +20,7 @@
18
20
  - [FR-9007](https://frontegg.atlassian.net/browse/FR-9007) - login page customization testing - [caa3a96f](https://github.com/frontegg/admin-box/pulls?q=caa3a96f)
19
21
 
20
22
  ### React Wrapper 5.0.9:
23
+ - FR-9186 - Fix changelog
21
24
  - FR-9186 - remove duplicated npmignore copy from pipeline
22
25
  - FR-9186 - fix changelog script
23
26
  - FR-9186 - Add changelog
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "5.0.9-alpha.3241430395",
4
+ "version": "5.0.9-alpha.3327129817",
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.33.0",
14
- "@frontegg/react-hooks": "6.33.0"
13
+ "@frontegg/js": "6.34.0",
14
+ "@frontegg/react-hooks": "6.34.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">16.9.0",