@frontegg/angular 5.6.0-alpha.3437104364 → 5.6.0

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 +38 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,38 @@
1
+ # Change Log
2
+
3
+ ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
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
+
8
+ - FR-9186 - fix pipeline
9
+ ### AdminPortal 6.36.0:
10
+ -
11
+
12
+ ### AdminPortal 6.35.0:
13
+ -
14
+ ### AdminPortal 6.34.0:
15
+ -
16
+
17
+ ### Angular Wrapper 5.6.0:
18
+ - FR-9186 - Fix changelog
19
+ - Add karma.conf.js and adjust docker file
20
+ - Adjust Test runnner flags, to run in docker
21
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
22
+ - Change docker image to allow chromium to be installed
23
+ - Sanity Check
24
+
25
+ ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
26
+
27
+ ### AdminPortal 6.34.0:
28
+ -
29
+
30
+ ### Angular Wrapper 5.5.3:
31
+ - FR-9186 - Fix changelog
32
+ - Add karma.conf.js and adjust docker file
33
+ - Adjust Test runnner flags, to run in docker
34
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
35
+ - Change docker image to allow chromium to be installed
36
+ - Sanity Check
37
+ - Sanity check for angular
38
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "5.6.0-alpha.3437104364",
3
+ "version": "5.6.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12.0.0",