@blaze-cms/nextjs-tools 0.141.0-core-variants.0 → 0.141.0-core-styles.10

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,13 +3,34 @@
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.0](https://github.com/thebyte9/blaze/compare/v0.140.1...v0.141.0-core-variants.0) (2024-03-26)
6
+ # [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)
7
+
8
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
9
+
10
+
11
+
12
+
13
+
14
+ # [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
15
 
8
16
 
9
17
  ### Bug Fixes
10
18
 
11
19
  * close lightbox on navigate ([#4003](https://github.com/thebyte9/blaze/issues/4003)) ([c51fb82](https://github.com/thebyte9/blaze/commit/c51fb82a88d9555b8100cce1b7189dbf8a2da019))
12
- * wip ([6692604](https://github.com/thebyte9/blaze/commit/6692604231971e82dbba1139ff725186cda54eac))
20
+
21
+
22
+
23
+
24
+
25
+ # [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)
26
+
27
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
28
+
29
+
30
+
31
+
32
+
33
+ # [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)
13
34
 
14
35
 
15
36
  ### Features
@@ -18,6 +39,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
18
39
 
19
40
 
20
41
 
42
+ ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
43
+
44
+
45
+
46
+ ## [0.140.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.1-alpha.0) (2024-03-04)
47
+
48
+
49
+
50
+
51
+
52
+ ## [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)
53
+
54
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
55
+
56
+
57
+
58
+
59
+
60
+ ## [0.140.2-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.2-core-styles.0) (2024-03-06)
61
+
62
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
63
+
64
+
65
+
21
66
 
22
67
 
23
68
  ## [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.0",
3
+ "version": "0.141.0-core-styles.10",
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.0",
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.10",
39
+ "@blaze-cms/plugin-gtm-fe": "0.141.0-core-styles.10",
40
+ "@blaze-cms/plugin-page-builder-fe": "0.141.0-core-styles.10",
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.10",
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": "575e2c9a6dcb15af4072847bd66677affb1abedc"
72
+ "gitHead": "67e322293aeb483041c2f4dd4c23fe977a86e120"
73
73
  }