@blaze-cms/nextjs-tools 0.132.0-core-styles.0 → 0.132.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 +17 -1
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
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.132.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.132.0-core-styles.0) (2023-08-11)
6
+ # [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
7
+
8
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
9
+
10
+
11
+
12
+
13
+
14
+ # [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
7
15
 
8
16
 
9
17
  ### Features
@@ -15,6 +23,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
15
23
 
16
24
 
17
25
 
26
+ ## [0.131.2](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.131.2) (2023-08-04)
27
+
28
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
29
+
30
+
31
+
32
+
33
+
18
34
  ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
19
35
 
20
36
  **Note:** Version bump only for package @blaze-cms/nextjs-tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/nextjs-tools",
3
- "version": "0.132.0-core-styles.0",
3
+ "version": "0.132.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.132.0-core-styles.0",
32
- "@blaze-cms/core-errors": "0.132.0-core-styles.0",
33
- "@blaze-cms/core-errors-ui": "0.132.0-core-styles.0",
34
- "@blaze-cms/core-ui": "0.132.0-core-styles.0",
35
- "@blaze-cms/nextjs-components": "0.132.0-core-styles.0",
36
- "@blaze-cms/plugin-auth-fe": "0.132.0-core-styles.0",
37
- "@blaze-cms/plugin-auth-local-fe": "0.132.0-core-styles.0",
38
- "@blaze-cms/plugin-google-maps-fe": "0.132.0-core-styles.0",
39
- "@blaze-cms/plugin-gtm-fe": "0.132.0-core-styles.0",
40
- "@blaze-cms/plugin-page-builder-fe": "0.132.0-core-styles.0",
41
- "@blaze-cms/plugin-preview-fe": "0.132.0-core-styles.0",
42
- "@blaze-cms/plugin-search-ui": "0.132.0-core-styles.0",
43
- "@blaze-cms/plugin-structured-data-fe": "0.132.0-core-styles.0",
44
- "@blaze-cms/react-page-builder": "0.132.0-core-styles.0",
45
- "@blaze-cms/setup-ui": "0.132.0-core-styles.0",
31
+ "@blaze-cms/core-auth-ui": "^0.131.0",
32
+ "@blaze-cms/core-errors": "^0.131.0",
33
+ "@blaze-cms/core-errors-ui": "^0.131.0",
34
+ "@blaze-cms/core-ui": "^0.131.0",
35
+ "@blaze-cms/nextjs-components": "^0.131.0",
36
+ "@blaze-cms/plugin-auth-fe": "^0.131.0",
37
+ "@blaze-cms/plugin-auth-local-fe": "^0.131.0",
38
+ "@blaze-cms/plugin-google-maps-fe": "^0.132.0",
39
+ "@blaze-cms/plugin-gtm-fe": "^0.132.0",
40
+ "@blaze-cms/plugin-page-builder-fe": "^0.132.0",
41
+ "@blaze-cms/plugin-preview-fe": "^0.131.0",
42
+ "@blaze-cms/plugin-search-ui": "^0.132.0",
43
+ "@blaze-cms/plugin-structured-data-fe": "^0.131.0",
44
+ "@blaze-cms/react-page-builder": "^0.132.0",
45
+ "@blaze-cms/setup-ui": "^0.131.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": "60caae92a09559c3b2826ea504c0acb5e9ee7701"
72
+ "gitHead": "d1a616228de279b4945be221c6175e297ac8ce94"
73
73
  }