@blaze-cms/nextjs-tools 0.142.0-core-styles.1 → 0.142.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 +8 -4
  2. package/package.json +17 -17
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.142.0-core-styles.1](https://github.com/thebyte9/blaze/compare/v0.142.0-core-styles.0...v0.142.0-core-styles.1) (2024-05-27)
6
+ # [0.142.0](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.2...v0.142.0) (2024-06-03)
7
7
 
8
8
  **Note:** Version bump only for package @blaze-cms/nextjs-tools
9
9
 
@@ -11,11 +11,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [0.142.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-core-styles.0) (2024-05-24)
14
+ # [0.142.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.1...v0.142.0-alpha.2) (2024-05-26)
15
+
16
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
17
+
18
+
15
19
 
16
20
 
17
21
 
18
- ## [0.141.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-core-styles.0) (2024-05-15)
22
+ # [0.142.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.0...v0.142.0-alpha.1) (2024-05-24)
19
23
 
20
24
  **Note:** Version bump only for package @blaze-cms/nextjs-tools
21
25
 
@@ -23,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
23
27
 
24
28
 
25
29
 
26
- ## [0.141.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-core-styles.0) (2024-05-15)
30
+ # [0.142.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-alpha.0) (2024-05-24)
27
31
 
28
32
  **Note:** Version bump only for package @blaze-cms/nextjs-tools
29
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/nextjs-tools",
3
- "version": "0.142.0-core-styles.1",
3
+ "version": "0.142.0",
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.1-core-styles.0",
32
- "@blaze-cms/core-errors": "0.141.1-core-styles.0",
33
- "@blaze-cms/core-errors-ui": "0.141.1-core-styles.0",
34
- "@blaze-cms/core-ui": "0.141.1-core-styles.0",
35
- "@blaze-cms/nextjs-components": "0.141.1-core-styles.0",
36
- "@blaze-cms/plugin-auth-fe": "0.141.1-core-styles.0",
37
- "@blaze-cms/plugin-auth-local-fe": "0.141.1-core-styles.0",
38
- "@blaze-cms/plugin-google-maps-fe": "0.142.0-core-styles.1",
39
- "@blaze-cms/plugin-gtm-fe": "0.142.0-core-styles.1",
40
- "@blaze-cms/plugin-page-builder-fe": "0.142.0-core-styles.1",
41
- "@blaze-cms/plugin-preview-fe": "0.141.1-core-styles.0",
42
- "@blaze-cms/plugin-search-ui": "0.141.1-core-styles.0",
43
- "@blaze-cms/plugin-structured-data-fe": "0.141.1-core-styles.0",
44
- "@blaze-cms/react-page-builder": "0.142.0-core-styles.1",
45
- "@blaze-cms/setup-ui": "0.141.1-core-styles.0",
31
+ "@blaze-cms/core-auth-ui": "^0.141.0",
32
+ "@blaze-cms/core-errors": "^0.140.3",
33
+ "@blaze-cms/core-errors-ui": "^0.140.3",
34
+ "@blaze-cms/core-ui": "^0.140.3",
35
+ "@blaze-cms/nextjs-components": "^0.141.0",
36
+ "@blaze-cms/plugin-auth-fe": "^0.141.0",
37
+ "@blaze-cms/plugin-auth-local-fe": "^0.141.0",
38
+ "@blaze-cms/plugin-google-maps-fe": "^0.142.0",
39
+ "@blaze-cms/plugin-gtm-fe": "^0.142.0",
40
+ "@blaze-cms/plugin-page-builder-fe": "^0.142.0",
41
+ "@blaze-cms/plugin-preview-fe": "^0.140.3",
42
+ "@blaze-cms/plugin-search-ui": "^0.141.0",
43
+ "@blaze-cms/plugin-structured-data-fe": "^0.140.3",
44
+ "@blaze-cms/react-page-builder": "^0.142.0",
45
+ "@blaze-cms/setup-ui": "^0.140.3",
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": "ae408a4c5daef4477aa87188c46c2fe2f3607446"
72
+ "gitHead": "89a937a8f1c83e8a9ed387ab0f4b95f4bfe88241"
73
73
  }