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

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,7 +3,7 @@
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-variants.1](https://github.com/thebyte9/blaze/compare/v0.141.0-core-variants.0...v0.141.0-core-variants.1) (2024-03-27)
6
+ # [0.141.0-core-styles.16](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.15...v0.141.0-core-styles.16) (2024-04-25)
7
7
 
8
8
  **Note:** Version bump only for package @blaze-cms/nextjs-tools
9
9
 
@@ -11,13 +11,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
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)
14
+ # [0.141.0-core-styles.10](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.9...v0.141.0-core-styles.10) (2024-04-12)
15
+
16
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
17
+
18
+
19
+
20
+
21
+
22
+ # [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)
15
23
 
16
24
 
17
25
  ### Bug Fixes
18
26
 
19
27
  * 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))
28
+
29
+
30
+
31
+
32
+
33
+ # [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)
34
+
35
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
36
+
37
+
38
+
39
+
40
+
41
+ # [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)
21
42
 
22
43
 
23
44
  ### Features
@@ -26,6 +47,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
26
47
 
27
48
 
28
49
 
50
+ ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
51
+
52
+
53
+
54
+ ## [0.140.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.1-alpha.0) (2024-03-04)
55
+
56
+
57
+
58
+
59
+
60
+ ## [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)
61
+
62
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
63
+
64
+
65
+
66
+
67
+
68
+ ## [0.140.2-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.2-core-styles.0) (2024-03-06)
69
+
70
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
71
+
72
+
73
+
29
74
 
30
75
 
31
76
  ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
@@ -21,8 +21,7 @@ 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,
25
- BLAZE_VARIANTS: process.env.BLAZE_VARIANTS
24
+ BLAZE_X_FRAME_OPTIONS: process.env.BLAZE_X_FRAME_OPTIONS
26
25
  },
27
26
  output: {
28
27
  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-variants.1",
3
+ "version": "0.141.0-core-styles.16",
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.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",
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.16",
39
+ "@blaze-cms/plugin-gtm-fe": "0.141.0-core-styles.16",
40
+ "@blaze-cms/plugin-page-builder-fe": "0.141.0-core-styles.16",
41
+ "@blaze-cms/plugin-preview-fe": "0.140.2-core-styles.1",
42
+ "@blaze-cms/plugin-search-ui": "0.141.0-core-styles.16",
43
+ "@blaze-cms/plugin-structured-data-fe": "0.140.2-core-styles.1",
44
+ "@blaze-cms/react-page-builder": "0.141.0-core-styles.16",
45
+ "@blaze-cms/setup-ui": "0.140.2-core-styles.1",
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": "7703cafd8809ba76db0a59c98f4bcecdadb5e373"
72
+ "gitHead": "e6dff43958480a68453d3895888a61c9129dc94b"
73
73
  }