@blaze-cms/nextjs-tools 0.130.0-admin-updates.2 → 0.130.0-project-admin-customisations.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 +13 -6
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,23 +3,30 @@
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.130.0-admin-updates.2](https://github.com/thebyte9/blaze/compare/v0.130.0-admin-updates.1...v0.130.0-admin-updates.2) (2023-06-13)
6
+ # [0.130.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.3...v0.130.0-project-admin-customisations.0) (2023-06-14)
7
7
 
8
- **Note:** Version bump only for package @blaze-cms/nextjs-tools
9
8
 
10
9
 
10
+ # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.2...v0.129.0) (2023-05-23)
11
11
 
12
12
 
13
13
 
14
- # [0.130.0-admin-updates.1](https://github.com/thebyte9/blaze/compare/v0.130.0-admin-updates.0...v0.130.0-admin-updates.1) (2023-06-12)
14
+ # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
15
15
 
16
- **Note:** Version bump only for package @blaze-cms/nextjs-tools
16
+
17
+
18
+ # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.1...v0.129.0-alpha.0) (2023-05-10)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * add query checker that forces SSR to complete if apollo client gets stuck ([#3923](https://github.com/thebyte9/blaze/issues/3923)) ([02cc0d7](https://github.com/thebyte9/blaze/commit/02cc0d775b1a1ef7cc2ec261094291124b08cd67))
17
24
 
18
25
 
19
26
 
20
27
 
21
28
 
22
- # [0.130.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-admin-updates.0) (2023-05-24)
29
+ # [0.129.0-project-admin-customisations.3](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.2...v0.129.0-project-admin-customisations.3) (2023-05-26)
23
30
 
24
31
  **Note:** Version bump only for package @blaze-cms/nextjs-tools
25
32
 
@@ -27,7 +34,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
34
 
28
35
 
29
36
 
30
- # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
37
+ # [0.129.0-project-admin-customisations.1](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.0...v0.129.0-project-admin-customisations.1) (2023-05-05)
31
38
 
32
39
  **Note:** Version bump only for package @blaze-cms/nextjs-tools
33
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/nextjs-tools",
3
- "version": "0.130.0-admin-updates.2",
3
+ "version": "0.130.0-project-admin-customisations.0",
4
4
  "description": "Blaze nextjs tools",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -28,20 +28,20 @@
28
28
  "license": "GPL-3.0",
29
29
  "dependencies": {
30
30
  "@apollo/client": "3.5.x",
31
- "@blaze-cms/core-auth-ui": "0.130.0-admin-updates.0",
32
- "@blaze-cms/core-errors": "0.130.0-admin-updates.0",
33
- "@blaze-cms/core-errors-ui": "0.130.0-admin-updates.0",
34
- "@blaze-cms/core-ui": "0.130.0-admin-updates.0",
35
- "@blaze-cms/nextjs-components": "0.130.0-admin-updates.0",
36
- "@blaze-cms/plugin-auth-fe": "0.130.0-admin-updates.0",
37
- "@blaze-cms/plugin-auth-local-fe": "0.130.0-admin-updates.0",
38
- "@blaze-cms/plugin-google-maps-fe": "0.130.0-admin-updates.2",
39
- "@blaze-cms/plugin-gtm-fe": "0.130.0-admin-updates.2",
40
- "@blaze-cms/plugin-page-builder-fe": "0.130.0-admin-updates.2",
41
- "@blaze-cms/plugin-preview-fe": "0.130.0-admin-updates.0",
42
- "@blaze-cms/plugin-search-ui": "0.130.0-admin-updates.1",
43
- "@blaze-cms/react-page-builder": "0.130.0-admin-updates.2",
44
- "@blaze-cms/setup-ui": "0.130.0-admin-updates.0",
31
+ "@blaze-cms/core-auth-ui": "0.130.0-project-admin-customisations.0",
32
+ "@blaze-cms/core-errors": "0.129.0-project-admin-customisations.3",
33
+ "@blaze-cms/core-errors-ui": "0.129.0-project-admin-customisations.3",
34
+ "@blaze-cms/core-ui": "0.130.0-project-admin-customisations.0",
35
+ "@blaze-cms/nextjs-components": "0.129.0-project-admin-customisations.3",
36
+ "@blaze-cms/plugin-auth-fe": "0.130.0-project-admin-customisations.0",
37
+ "@blaze-cms/plugin-auth-local-fe": "0.130.0-project-admin-customisations.0",
38
+ "@blaze-cms/plugin-google-maps-fe": "0.130.0-project-admin-customisations.0",
39
+ "@blaze-cms/plugin-gtm-fe": "0.130.0-project-admin-customisations.0",
40
+ "@blaze-cms/plugin-page-builder-fe": "0.130.0-project-admin-customisations.0",
41
+ "@blaze-cms/plugin-preview-fe": "0.130.0-project-admin-customisations.0",
42
+ "@blaze-cms/plugin-search-ui": "0.130.0-project-admin-customisations.0",
43
+ "@blaze-cms/react-page-builder": "0.130.0-project-admin-customisations.0",
44
+ "@blaze-cms/setup-ui": "0.129.0-project-admin-customisations.3",
45
45
  "autoprefixer": "^10.2.3",
46
46
  "core-js": "^3.2.1",
47
47
  "cross-fetch": "^3.0.2",
@@ -68,5 +68,5 @@
68
68
  "lib/*",
69
69
  "lib-es/*"
70
70
  ],
71
- "gitHead": "189730ef8a67fc0c9af0ef588b70d0ab6d70e3d3"
71
+ "gitHead": "f7b80031a95d3ce85f39e7a500be3de2c4e960da"
72
72
  }