@blaze-cms/plugin-data-ui 0.124.0-alpha.8 → 0.124.0-alpha.9

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,12 +3,33 @@
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.124.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.8...v0.124.0-alpha.9) (2022-05-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fix apollo client version to 3.5.x while investigating ssr issue ([#3466](https://github.com/thebyte9/blaze/issues/3466)) ([8f14f8e](https://github.com/thebyte9/blaze/commit/8f14f8e9946f0e1e2ed3d9eb747a6d01c34e9937))
12
+
13
+
14
+
15
+
16
+
17
+ <<<<<<< HEAD
6
18
  # [0.124.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.7...v0.124.0-alpha.8) (2022-05-06)
7
19
 
8
20
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
9
21
 
10
22
 
11
23
 
24
+ =======
25
+ ## [0.122.5](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.122.5) (2022-05-06)
26
+
27
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
28
+
29
+
30
+
31
+ >>>>>>> 8f14f8e9946f0e1e2ed3d9eb747a6d01c34e9937
32
+
12
33
 
13
34
 
14
35
  # [0.124.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.6...v0.124.0-alpha.7) (2022-05-06)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/plugin-data-ui",
3
- "version": "0.124.0-alpha.8",
3
+ "version": "0.124.0-alpha.9",
4
4
  "description": "Blaze plugin data ui",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -30,7 +30,7 @@
30
30
  "@blaze-cms/admin-ui-utils": "^0.124.0-alpha.2",
31
31
  "@blaze-cms/core-errors": "^0.118.0",
32
32
  "@blaze-cms/react-form-builder": "^0.124.0-alpha.2",
33
- "@blaze-cms/react-page-builder": "^0.124.0-alpha.8",
33
+ "@blaze-cms/react-page-builder": "^0.124.0-alpha.9",
34
34
  "@blaze-cms/setup-ui": "^0.92.0",
35
35
  "@blaze-cms/versioning-ui": "^0.124.0-alpha.6",
36
36
  "@blaze-react/button": "0.5.19",
@@ -65,5 +65,5 @@
65
65
  "lib/*",
66
66
  "lib-es/*"
67
67
  ],
68
- "gitHead": "b1315a8be908a92e7f0c103166ce2ace52cc4b1c"
68
+ "gitHead": "11dbadf5c746132e31fa3a8f4f24ac2ae2ed229c"
69
69
  }