@blaze-cms/nextjs-tools 0.141.0-core-styles.3 → 0.141.0-core-variants.1

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
@@ -3,26 +3,21 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.141.0-core-styles.3](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.2...v0.141.0-core-styles.3) (2024-03-19)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * close lightbox on navigate ([#4003](https://github.com/thebyte9/blaze/issues/4003)) ([c51fb82](https://github.com/thebyte9/blaze/commit/c51fb82a88d9555b8100cce1b7189dbf8a2da019))
12
-
13
-
6
+ # [0.141.0-core-variants.1](https://github.com/thebyte9/blaze/compare/v0.141.0-core-variants.0...v0.141.0-core-variants.1) (2024-03-27)
14
7
 
8
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
15
9
 
16
10
 
17
- # [0.141.0-core-styles.1](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.0...v0.141.0-core-styles.1) (2024-03-15)
18
11
 
19
- **Note:** Version bump only for package @blaze-cms/nextjs-tools
20
12
 
21
13
 
14
+ # [0.141.0-core-variants.0](https://github.com/thebyte9/blaze/compare/v0.140.1...v0.141.0-core-variants.0) (2024-03-26)
22
15
 
23
16
 
17
+ ### Bug Fixes
24
18
 
25
- # [0.141.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.140.2-core-styles.1...v0.141.0-core-styles.0) (2024-03-08)
19
+ * close lightbox on navigate ([#4003](https://github.com/thebyte9/blaze/issues/4003)) ([c51fb82](https://github.com/thebyte9/blaze/commit/c51fb82a88d9555b8100cce1b7189dbf8a2da019))
20
+ * wip ([6692604](https://github.com/thebyte9/blaze/commit/6692604231971e82dbba1139ff725186cda54eac))
26
21
 
27
22
 
28
23
  ### Features
@@ -31,30 +26,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
31
26
 
32
27
 
33
28
 
34
- ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
35
-
36
-
37
-
38
- ## [0.140.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.1-alpha.0) (2024-03-04)
39
-
40
-
41
-
42
-
43
-
44
- ## [0.140.2-core-styles.1](https://github.com/thebyte9/blaze/compare/v0.140.2-core-styles.0...v0.140.2-core-styles.1) (2024-03-07)
45
-
46
- **Note:** Version bump only for package @blaze-cms/nextjs-tools
47
-
48
-
49
-
50
-
51
-
52
- ## [0.140.2-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.2-core-styles.0) (2024-03-06)
53
-
54
- **Note:** Version bump only for package @blaze-cms/nextjs-tools
55
-
56
-
57
-
58
29
 
59
30
 
60
31
  ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
@@ -21,7 +21,8 @@ const nextConfig = {
21
21
  BLAZE_SENTRY_DSN: process.env.BLAZE_SENTRY_DSN,
22
22
  BLAZE_DATADOG_APM_ACTIVE: process.env.BLAZE_DATADOG_APM_ACTIVE,
23
23
  BLAZE_ROUTE_REGEX: process.env.BLAZE_ROUTE_REGEX,
24
- BLAZE_X_FRAME_OPTIONS: process.env.BLAZE_X_FRAME_OPTIONS
24
+ BLAZE_X_FRAME_OPTIONS: process.env.BLAZE_X_FRAME_OPTIONS,
25
+ BLAZE_VARIANTS: process.env.BLAZE_VARIANTS
25
26
  },
26
27
  output: {
27
28
  clean: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/nextjs-tools",
3
- "version": "0.141.0-core-styles.3",
3
+ "version": "0.141.0-core-variants.1",
4
4
  "description": "Blaze nextjs tools",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -28,21 +28,21 @@
28
28
  "license": "GPL-3.0",
29
29
  "dependencies": {
30
30
  "@apollo/client": "3.5.x",
31
- "@blaze-cms/core-auth-ui": "0.140.2-core-styles.1",
32
- "@blaze-cms/core-errors": "0.140.2-core-styles.1",
33
- "@blaze-cms/core-errors-ui": "0.140.2-core-styles.1",
34
- "@blaze-cms/core-ui": "0.140.2-core-styles.1",
35
- "@blaze-cms/nextjs-components": "0.141.0-core-styles.0",
36
- "@blaze-cms/plugin-auth-fe": "0.140.2-core-styles.1",
37
- "@blaze-cms/plugin-auth-local-fe": "0.140.2-core-styles.1",
38
- "@blaze-cms/plugin-google-maps-fe": "0.141.0-core-styles.3",
39
- "@blaze-cms/plugin-gtm-fe": "0.141.0-core-styles.3",
40
- "@blaze-cms/plugin-page-builder-fe": "0.141.0-core-styles.3",
41
- "@blaze-cms/plugin-preview-fe": "0.140.2-core-styles.1",
42
- "@blaze-cms/plugin-search-ui": "0.141.0-core-styles.3",
43
- "@blaze-cms/plugin-structured-data-fe": "0.140.2-core-styles.1",
44
- "@blaze-cms/react-page-builder": "0.141.0-core-styles.3",
45
- "@blaze-cms/setup-ui": "0.140.2-core-styles.1",
31
+ "@blaze-cms/core-auth-ui": "0.141.0-core-variants.0",
32
+ "@blaze-cms/core-errors": "^0.139.0",
33
+ "@blaze-cms/core-errors-ui": "^0.139.0",
34
+ "@blaze-cms/core-ui": "^0.139.0",
35
+ "@blaze-cms/nextjs-components": "0.141.0-core-variants.0",
36
+ "@blaze-cms/plugin-auth-fe": "0.141.0-core-variants.0",
37
+ "@blaze-cms/plugin-auth-local-fe": "0.141.0-core-variants.0",
38
+ "@blaze-cms/plugin-google-maps-fe": "0.141.0-core-variants.0",
39
+ "@blaze-cms/plugin-gtm-fe": "0.141.0-core-variants.0",
40
+ "@blaze-cms/plugin-page-builder-fe": "0.141.0-core-variants.1",
41
+ "@blaze-cms/plugin-preview-fe": "^0.139.0",
42
+ "@blaze-cms/plugin-search-ui": "0.141.0-core-variants.0",
43
+ "@blaze-cms/plugin-structured-data-fe": "^0.139.0",
44
+ "@blaze-cms/react-page-builder": "0.141.0-core-variants.0",
45
+ "@blaze-cms/setup-ui": "^0.139.0",
46
46
  "autoprefixer": "^10.2.3",
47
47
  "core-js": "^3.2.1",
48
48
  "cross-fetch": "^3.0.2",
@@ -69,5 +69,5 @@
69
69
  "lib/*",
70
70
  "lib-es/*"
71
71
  ],
72
- "gitHead": "d0eaddbf6a1e2cca4c955c0e95345354c24e7fd0"
72
+ "gitHead": "7703cafd8809ba76db0a59c98f4bcecdadb5e373"
73
73
  }