@blaze-cms/plugin-data-ui 0.124.0-alpha.34 → 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.
- 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.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
|
+
|
|
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)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [0.124.0-alpha.35](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.34...v0.124.0-alpha.35) (2022-06-27)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [0.124.0-alpha.34](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.33...v0.124.0-alpha.34) (2022-06-24)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
@@ -190,21 +214,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
190
214
|
|
|
191
215
|
|
|
192
216
|
|
|
193
|
-
<<<<<<< HEAD
|
|
194
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)
|
|
195
218
|
|
|
196
219
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
197
220
|
|
|
198
221
|
|
|
199
222
|
|
|
200
|
-
=======
|
|
201
223
|
## [0.122.5](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.122.5) (2022-05-06)
|
|
202
224
|
|
|
203
225
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
204
226
|
|
|
205
227
|
|
|
206
228
|
|
|
207
|
-
>>>>>>> 8f14f8e9946f0e1e2ed3d9eb747a6d01c34e9937
|
|
208
229
|
|
|
209
230
|
|
|
210
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.
|
|
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.
|
|
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": "
|
|
68
|
+
"gitHead": "0f50727d582309833cdc3a1363153670152f674d"
|
|
69
69
|
}
|