@blaze-cms/plugin-data-ui 0.124.0-alpha.35 → 0.124.0-alpha.39
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.
- package/CHANGELOG.md +24 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +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.124.0-alpha.39](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.38...v0.124.0-alpha.39) (2022-07-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [0.124.0-alpha.37](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.36...v0.124.0-alpha.37) (2022-06-29)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [0.124.0-alpha.36](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.35...v0.124.0-alpha.36) (2022-06-28)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [0.124.0-alpha.35](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.34...v0.124.0-alpha.35) (2022-06-27)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
@@ -198,21 +222,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
198
222
|
|
|
199
223
|
|
|
200
224
|
|
|
201
|
-
<<<<<<< HEAD
|
|
202
225
|
# [0.124.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.7...v0.124.0-alpha.8) (2022-05-06)
|
|
203
226
|
|
|
204
227
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
205
228
|
|
|
206
229
|
|
|
207
230
|
|
|
208
|
-
=======
|
|
209
231
|
## [0.122.5](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.122.5) (2022-05-06)
|
|
210
232
|
|
|
211
233
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
212
234
|
|
|
213
235
|
|
|
214
236
|
|
|
215
|
-
>>>>>>> 8f14f8e9946f0e1e2ed3d9eb747a6d01c34e9937
|
|
216
237
|
|
|
217
238
|
|
|
218
239
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/plugin-data-ui",
|
|
3
|
-
"version": "0.124.0-alpha.
|
|
3
|
+
"version": "0.124.0-alpha.39",
|
|
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.
|
|
33
|
+
"@blaze-cms/react-page-builder": "^0.124.0-alpha.39",
|
|
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": "
|
|
68
|
+
"gitHead": "26892b521a22b5225b74bd9c35e4cb6ed5922584"
|
|
69
69
|
}
|