@blaze-cms/plugin-data-ui 0.124.0-alpha.36 → 0.124.0-alpha.37

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 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.37](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.36...v0.124.0-alpha.37) (2022-06-29)
7
+
8
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
9
+
10
+
11
+
12
+
13
+
6
14
  # [0.124.0-alpha.36](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.35...v0.124.0-alpha.36) (2022-06-28)
7
15
 
8
16
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
@@ -206,21 +214,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
206
214
 
207
215
 
208
216
 
209
- <<<<<<< HEAD
210
217
  # [0.124.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.7...v0.124.0-alpha.8) (2022-05-06)
211
218
 
212
219
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
213
220
 
214
221
 
215
222
 
216
- =======
217
223
  ## [0.122.5](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.122.5) (2022-05-06)
218
224
 
219
225
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
220
226
 
221
227
 
222
228
 
223
- >>>>>>> 8f14f8e9946f0e1e2ed3d9eb747a6d01c34e9937
224
229
 
225
230
 
226
231
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/plugin-data-ui",
3
- "version": "0.124.0-alpha.36",
3
+ "version": "0.124.0-alpha.37",
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.36",
33
+ "@blaze-cms/react-page-builder": "^0.124.0-alpha.37",
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": "288a5e42aa52b3cf13e04a0c310dab5729b248f7"
68
+ "gitHead": "0f50727d582309833cdc3a1363153670152f674d"
69
69
  }