@blaze-cms/nextjs-tools 0.129.0-admin-updates.4 → 0.129.0-alpha.1

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 +7 -7
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,26 +3,26 @@
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.129.0-admin-updates.4](https://github.com/thebyte9/blaze/compare/v0.129.0-admin-updates.3...v0.129.0-admin-updates.4) (2023-05-11)
6
+ # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
7
7
 
8
+ **Note:** Version bump only for package @blaze-cms/nextjs-tools
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * 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))
12
11
 
13
12
 
14
13
 
14
+ # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
15
15
 
16
16
 
17
- # [0.129.0-admin-updates.3](https://github.com/thebyte9/blaze/compare/v0.129.0-admin-updates.2...v0.129.0-admin-updates.3) (2023-05-10)
17
+ ### Bug Fixes
18
18
 
19
- **Note:** Version bump only for package @blaze-cms/nextjs-tools
19
+ * 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))
20
20
 
21
21
 
22
22
 
23
23
 
24
24
 
25
- # [0.129.0-admin-updates.2](https://github.com/thebyte9/blaze/compare/v0.129.0-admin-updates.1...v0.129.0-admin-updates.2) (2023-04-27)
25
+ ## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
26
26
 
27
27
  **Note:** Version bump only for package @blaze-cms/nextjs-tools
28
28
 
@@ -30,7 +30,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
30
30
 
31
31
 
32
32
 
33
- # [0.129.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.128.0...v0.129.0-admin-updates.0) (2023-04-17)
33
+ ## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
34
34
 
35
35
  **Note:** Version bump only for package @blaze-cms/nextjs-tools
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/nextjs-tools",
3
- "version": "0.129.0-admin-updates.4",
3
+ "version": "0.129.0-alpha.1",
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.129.0-admin-updates.4",
32
- "@blaze-cms/core-errors": "0.128.0-admin-updates.0",
33
- "@blaze-cms/core-errors-ui": "0.129.0-admin-updates.2",
34
- "@blaze-cms/core-ui": "0.129.0-admin-updates.4",
35
- "@blaze-cms/nextjs-components": "0.129.0-admin-updates.2",
36
- "@blaze-cms/plugin-auth-fe": "0.129.0-admin-updates.4",
37
- "@blaze-cms/plugin-auth-local-fe": "0.129.0-admin-updates.4",
38
- "@blaze-cms/plugin-google-maps-fe": "0.129.0-admin-updates.4",
39
- "@blaze-cms/plugin-gtm-fe": "0.129.0-admin-updates.4",
40
- "@blaze-cms/plugin-page-builder-fe": "0.129.0-admin-updates.4",
41
- "@blaze-cms/plugin-preview-fe": "0.129.0-admin-updates.4",
42
- "@blaze-cms/plugin-search-ui": "0.129.0-admin-updates.4",
43
- "@blaze-cms/react-page-builder": "0.129.0-admin-updates.4",
44
- "@blaze-cms/setup-ui": "0.129.0-admin-updates.0",
31
+ "@blaze-cms/core-auth-ui": "0.129.0-alpha.1",
32
+ "@blaze-cms/core-errors": "^0.127.0",
33
+ "@blaze-cms/core-errors-ui": "^0.128.1",
34
+ "@blaze-cms/core-ui": "0.129.0-alpha.1",
35
+ "@blaze-cms/nextjs-components": "^0.128.1",
36
+ "@blaze-cms/plugin-auth-fe": "0.129.0-alpha.1",
37
+ "@blaze-cms/plugin-auth-local-fe": "0.129.0-alpha.1",
38
+ "@blaze-cms/plugin-google-maps-fe": "0.129.0-alpha.1",
39
+ "@blaze-cms/plugin-gtm-fe": "0.129.0-alpha.1",
40
+ "@blaze-cms/plugin-page-builder-fe": "0.129.0-alpha.1",
41
+ "@blaze-cms/plugin-preview-fe": "0.129.0-alpha.1",
42
+ "@blaze-cms/plugin-search-ui": "0.129.0-alpha.1",
43
+ "@blaze-cms/react-page-builder": "0.129.0-alpha.1",
44
+ "@blaze-cms/setup-ui": "^0.128.1",
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": "3c087e352abbfd5d4b5b95b5f801df0ac577164c"
71
+ "gitHead": "afc33d2ca57b52c65321e5d48294b3a60401ee10"
72
72
  }