@frontegg/nextjs 8.0.26-alpha.9989366317 → 8.0.27-alpha.9990482217

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.
package/CHANGELOG.md CHANGED
@@ -1,57 +1,62 @@
1
1
  # Change Log
2
2
 
3
- ## [8.0.26](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.25...v8.0.26) (2024-7-18)
3
+ ## [8.0.27](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.26...v8.0.27) (2024-7-18)
4
4
 
5
- - FR-17009 - Add the option to disable/enable users from users table
6
5
 
7
- ### NextJS Wrapper 8.0.26:
6
+ ### NextJS Wrapper 8.0.27:
7
+ - FR-17012 - Support e2e sanity run
8
8
  - FR-17008 - fix pipeline release version
9
-
10
- ## [8.0.25](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.24...v8.0.25) (2024-7-9)
11
-
12
- - FR-16737 - Allow terms and conditions checkbox on sign up form being optional
13
-
14
-
15
-
16
- ## [8.0.24](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.23...v8.0.24) (2024-7-4)
17
-
9
+ # Change Log
10
+
11
+ ## [8.0.26](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.25...v8.0.26) (2024-7-18)
12
+
13
+ - FR-17009 - Add the option to disable/enable users from users table
14
+
15
+ ## [8.0.25](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.24...v8.0.25) (2024-7-9)
16
+
17
+ - FR-16737 - Allow terms and conditions checkbox on sign up form being optional
18
+
19
+
20
+
21
+ ## [8.0.24](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.23...v8.0.24) (2024-7-4)
22
+
18
23
  - FR-16881 - Fixed hosted login redirect url when using basename
19
24
  - FR-16812 - Fixed dark theme disabled input palette
20
25
  - FR-16704 - Fixed password meter unsuspended async component
21
-
22
-
23
-
24
- ## [8.0.23](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.22...v8.0.23) (2024-6-30)
25
-
26
+
27
+
28
+
29
+ ## [8.0.23](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.22...v8.0.23) (2024-6-30)
30
+
26
31
  FR-15484 - Fix update tenant state after account settings change
27
- FR-16613 - Add automatic sub-account access in MSP
28
-
29
-
30
- ## [8.0.22](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.21...v8.0.22) (2024-6-13)
31
-
32
-
33
-
34
- ## [8.0.21](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.20...v8.0.21) (2024-6-5)
35
-
36
- - FR-16466 - Support next-js impersonation
37
-
38
- - FR-16513 - Show client id on all tokens in API tokens table
39
-
40
-
41
- ### NextJS Wrapper 8.0.21:
42
- - FR-101010 - Update CODEOWNERS
43
-
44
- ## [8.0.20](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.19...v8.0.20) (2024-5-28)
45
-
46
- - FR-16341 - Support hiding columns in admin portal users table
47
-
48
-
49
-
50
- ## [8.0.19](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.18...v8.0.19) (2024-5-27)
51
-
32
+ FR-16613 - Add automatic sub-account access in MSP
33
+
34
+
35
+ ## [8.0.22](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.21...v8.0.22) (2024-6-13)
36
+
37
+
38
+
39
+ ## [8.0.21](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.20...v8.0.21) (2024-6-5)
40
+
41
+ - FR-16466 - Support next-js impersonation
42
+
43
+ - FR-16513 - Show client id on all tokens in API tokens table
44
+
45
+
46
+ ### NextJS Wrapper 8.0.21:
47
+ - FR-101010 - Update CODEOWNERS
48
+
49
+ ## [8.0.20](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.19...v8.0.20) (2024-5-28)
50
+
51
+ - FR-16341 - Support hiding columns in admin portal users table
52
+
53
+
54
+
55
+ ## [8.0.19](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.18...v8.0.19) (2024-5-27)
56
+
52
57
  - FR-16463 - Removed domain restrictions validation when invite user from All Accounts page
53
- - FR-16421 - Fixed error handling in edit phone number dialog
54
-
58
+ - FR-16421 - Fixed error handling in edit phone number dialog
59
+
55
60
  # Change Log
56
61
 
57
62
  ## [8.0.18](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.17...v8.0.18) (2024-4-21)
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v8.0.26-alpha.9989366317
1
+ /** @license Frontegg v8.0.27-alpha.9990482217
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
3
  "libName": "FronteggNextJs",
4
- "version": "8.0.26-alpha.9989366317",
4
+ "version": "8.0.27-alpha.9990482217",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "repository": {
package/sdkVersion.js CHANGED
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = {
8
- version: '8.0.26-alpha.9989366317'
8
+ version: '8.0.27-alpha.9990482217'
9
9
  };
10
10
  exports.default = _default;
11
11
  //# sourceMappingURL=sdkVersion.js.map
package/sdkVersion.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"sdkVersion.js","names":["version","exports","default","_default"],"sources":["../../../packages/nextjs/src/sdkVersion.ts"],"sourcesContent":["export default { version: '8.0.26-alpha.9989366317' };\n"],"mappings":";;;;;;eAAe;EAAEA,OAAO,EAAE;AAA0B,CAAC;AAAAC,OAAA,CAAAC,OAAA,GAAAC,QAAA"}
1
+ {"version":3,"file":"sdkVersion.js","names":["version","exports","default","_default"],"sources":["../../../packages/nextjs/src/sdkVersion.ts"],"sourcesContent":["export default { version: '8.0.27-alpha.9990482217' };\n"],"mappings":";;;;;;eAAe;EAAEA,OAAO,EAAE;AAA0B,CAAC;AAAAC,OAAA,CAAAC,OAAA,GAAAC,QAAA"}