@blaze-cms/plugin-data-ui 0.128.0-project-admin-customisations.0 → 0.128.1-alpha.0
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 +32 -344
- package/lib/components/EntityManager/Entity/Entity.js +18 -29
- package/lib/components/EntityManager/Entity/Entity.js.map +1 -1
- package/lib/components/EntityManager/Entity/SideBarRelations/index.js +6 -12
- package/lib/components/EntityManager/Entity/SideBarRelations/index.js.map +1 -1
- package/lib-es/components/EntityManager/Entity/Entity.js +18 -29
- package/lib-es/components/EntityManager/Entity/Entity.js.map +1 -1
- package/lib-es/components/EntityManager/Entity/SideBarRelations/index.js +7 -13
- package/lib-es/components/EntityManager/Entity/SideBarRelations/index.js.map +1 -1
- package/package.json +9 -10
- package/src/components/EntityManager/Entity/Entity.js +59 -65
- package/src/components/EntityManager/Entity/SideBarRelations/index.js +9 -23
- package/lib/components/InfoBoxes/InfoBoxes.js +0 -36
- package/lib/components/InfoBoxes/InfoBoxes.js.map +0 -1
- package/lib/components/InfoBoxes/container/InfoBoxContainer.js +0 -44
- package/lib/components/InfoBoxes/container/InfoBoxContainer.js.map +0 -1
- package/lib/components/InfoBoxes/helpers/build-dynamic-query.js +0 -25
- package/lib/components/InfoBoxes/helpers/build-dynamic-query.js.map +0 -1
- package/lib/components/InfoBoxes/hooks/useData.js +0 -42
- package/lib/components/InfoBoxes/hooks/useData.js.map +0 -1
- package/lib/components/InfoBoxes/hooks/useInfoBox.js +0 -26
- package/lib/components/InfoBoxes/hooks/useInfoBox.js.map +0 -1
- package/lib/components/InfoBoxes/index.js +0 -12
- package/lib/components/InfoBoxes/index.js.map +0 -1
- package/lib/components/InfoBoxes/presentational/InfoBox.js +0 -46
- package/lib/components/InfoBoxes/presentational/InfoBox.js.map +0 -1
- package/lib-es/components/InfoBoxes/InfoBoxes.js +0 -28
- package/lib-es/components/InfoBoxes/InfoBoxes.js.map +0 -1
- package/lib-es/components/InfoBoxes/container/InfoBoxContainer.js +0 -30
- package/lib-es/components/InfoBoxes/container/InfoBoxContainer.js.map +0 -1
- package/lib-es/components/InfoBoxes/helpers/build-dynamic-query.js +0 -25
- package/lib-es/components/InfoBoxes/helpers/build-dynamic-query.js.map +0 -1
- package/lib-es/components/InfoBoxes/hooks/useData.js +0 -37
- package/lib-es/components/InfoBoxes/hooks/useData.js.map +0 -1
- package/lib-es/components/InfoBoxes/hooks/useInfoBox.js +0 -19
- package/lib-es/components/InfoBoxes/hooks/useInfoBox.js.map +0 -1
- package/lib-es/components/InfoBoxes/index.js +0 -3
- package/lib-es/components/InfoBoxes/index.js.map +0 -1
- package/lib-es/components/InfoBoxes/presentational/InfoBox.js +0 -31
- package/lib-es/components/InfoBoxes/presentational/InfoBox.js.map +0 -1
- package/src/components/InfoBoxes/InfoBoxes.js +0 -24
- package/src/components/InfoBoxes/container/InfoBoxContainer.js +0 -22
- package/src/components/InfoBoxes/helpers/build-dynamic-query.js +0 -25
- package/src/components/InfoBoxes/hooks/useData.js +0 -20
- package/src/components/InfoBoxes/hooks/useInfoBox.js +0 -13
- package/src/components/InfoBoxes/index.js +0 -3
- package/src/components/InfoBoxes/presentational/InfoBox.js +0 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,39 +3,27 @@
|
|
|
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
|
-
|
|
6
|
+
## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* admin updates feedback ([0e69cbb](https://github.com/thebyte9/blaze/commit/0e69cbb0337df371c3e1cfc2f43c0d4ce666f33b))
|
|
12
|
-
* persist menu accordion state ([#3792](https://github.com/thebyte9/blaze/issues/3792)) ([9c60c0a](https://github.com/thebyte9/blaze/commit/9c60c0ae56c541535a73c43c52fcdd8ca7075e84))
|
|
13
|
-
* persist menu accordion state ([#3792](https://github.com/thebyte9/blaze/issues/3792)) ([d41254a](https://github.com/thebyte9/blaze/commit/d41254a2785d04cbef661ca8e17d8f60cb79f525))
|
|
14
|
-
* update snapshots ([c88c8be](https://github.com/thebyte9/blaze/commit/c88c8bec58af59a5707d15f5e212e6b515706676))
|
|
15
|
-
* update snapshots ([d490e17](https://github.com/thebyte9/blaze/commit/d490e1746d63ed5842799d15d6696c287f9b0d10))
|
|
8
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
16
9
|
|
|
17
10
|
|
|
18
|
-
### Features
|
|
19
11
|
|
|
20
|
-
* add admin style feedback ([3f8b9a1](https://github.com/thebyte9/blaze/commit/3f8b9a1416a8a7977631583cff62fddb43cd2e9d))
|
|
21
|
-
* add initial admin renderhook plugin with first hook ([#3785](https://github.com/thebyte9/blaze/issues/3785)) ([c535036](https://github.com/thebyte9/blaze/commit/c5350369d28e870afe8a10de1a284fd63592be33))
|
|
22
|
-
* admin-ui info box component ([#3770](https://github.com/thebyte9/blaze/issues/3770)) ([01dff01](https://github.com/thebyte9/blaze/commit/01dff01c8bd2a9e522abf1c98ff32e4a1ca15fd1))
|
|
23
|
-
* style sidebar and add updated snapshots. Bz2 2870 ([#3539](https://github.com/thebyte9/blaze/issues/3539)) ([60640e5](https://github.com/thebyte9/blaze/commit/60640e5b65b4ed426ceefabc00c3beddb2113676))
|
|
24
|
-
* support accordion rendering for form categories in FormBuilder ([#3784](https://github.com/thebyte9/blaze/issues/3784)) ([76d8421](https://github.com/thebyte9/blaze/commit/76d842153fa68bebb70ecf7c62fea1efaf839a88))
|
|
25
12
|
|
|
26
13
|
|
|
14
|
+
# [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
|
|
27
15
|
|
|
16
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
28
17
|
|
|
29
18
|
|
|
30
|
-
# [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
|
|
31
19
|
|
|
32
|
-
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
33
20
|
|
|
34
21
|
|
|
22
|
+
# [0.128.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.3...v0.128.0-alpha.4) (2023-04-13)
|
|
35
23
|
|
|
36
24
|
|
|
37
25
|
|
|
38
|
-
|
|
26
|
+
## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.127.3) (2023-03-31)
|
|
39
27
|
|
|
40
28
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
41
29
|
|
|
@@ -43,691 +31,391 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
43
31
|
|
|
44
32
|
|
|
45
33
|
|
|
46
|
-
# [0.
|
|
34
|
+
# [0.128.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.128.0-alpha.3) (2023-04-12)
|
|
47
35
|
|
|
48
|
-
|
|
36
|
+
## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
|
|
49
37
|
|
|
38
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
50
39
|
|
|
40
|
+
# [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
|
|
51
41
|
|
|
42
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
52
43
|
|
|
44
|
+
# [0.128.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.1...v0.128.0-alpha.2) (2023-03-31)
|
|
53
45
|
|
|
54
|
-
|
|
46
|
+
## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
|
|
55
47
|
|
|
56
48
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
57
49
|
|
|
50
|
+
# [0.128.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.0...v0.128.0-alpha.1) (2023-03-29)
|
|
58
51
|
|
|
52
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
59
53
|
|
|
54
|
+
# [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
|
|
60
55
|
|
|
56
|
+
### Bug Fixes
|
|
61
57
|
|
|
62
|
-
|
|
58
|
+
* persist menu accordion state ([#3792](https://github.com/thebyte9/blaze/issues/3792)) ([9c60c0a](https://github.com/thebyte9/blaze/commit/9c60c0ae56c541535a73c43c52fcdd8ca7075e84))
|
|
63
59
|
|
|
64
|
-
|
|
60
|
+
>>>>>>>
|
|
61
|
+
# [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
|
|
65
62
|
|
|
63
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
66
64
|
|
|
65
|
+
# [0.126.0](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.6...v0.126.0) (2023-01-17)
|
|
67
66
|
|
|
67
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
68
68
|
|
|
69
|
+
# [0.126.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.4...v0.126.0-alpha.5) (2023-01-12)
|
|
69
70
|
|
|
70
|
-
|
|
71
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
71
72
|
|
|
73
|
+
# [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
|
|
72
74
|
|
|
73
|
-
|
|
75
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
74
76
|
|
|
75
|
-
|
|
77
|
+
# [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
|
|
76
78
|
|
|
79
|
+
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
77
80
|
|
|
81
|
+
# [0.125.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.17...v0.125.0-alpha.18) (2022-11-28)
|
|
78
82
|
|
|
83
|
+
### Features
|
|
79
84
|
|
|
85
|
+
* add admin listing filter to allow filtering in admin listings ([ac862bf](https://github.com/thebyte9/blaze/commit/ac862bf64dc021b2618aa648545b873b7db2638e))
|
|
80
86
|
|
|
81
87
|
# [0.125.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.14...v0.125.0-alpha.15) (2022-11-16)
|
|
82
88
|
|
|
83
|
-
|
|
84
89
|
### Features
|
|
85
90
|
|
|
86
91
|
* GroupContent components ([#3678](https://github.com/thebyte9/blaze/issues/3678)) ([b6f5c7e](https://github.com/thebyte9/blaze/commit/b6f5c7e6e5a03f2322f3d3c1568c9d42b33ede45))
|
|
87
92
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
93
|
# [0.125.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.13...v0.125.0-alpha.14) (2022-10-25)
|
|
93
94
|
|
|
94
95
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
95
96
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
97
|
# [0.125.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.12...v0.125.0-alpha.13) (2022-10-24)
|
|
101
98
|
|
|
102
99
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
103
100
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
101
|
# [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
|
|
109
102
|
|
|
110
103
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
111
104
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
105
|
# [0.125.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.2...v0.125.0-alpha.3) (2022-09-27)
|
|
117
106
|
|
|
118
107
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
119
108
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
109
|
# [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
|
|
125
110
|
|
|
126
111
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
127
112
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
113
|
## [0.124.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.124.1...v0.124.2-alpha.0) (2022-09-06)
|
|
133
114
|
|
|
134
|
-
|
|
135
115
|
### Bug Fixes
|
|
136
116
|
|
|
137
117
|
* copy data from functionality ([#3567](https://github.com/thebyte9/blaze/issues/3567)) ([e3e1faf](https://github.com/thebyte9/blaze/commit/e3e1faf758661ac9e1555f1b3963f472c93edd36))
|
|
138
118
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
119
|
## [0.124.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.5...v0.124.1) (2022-09-06)
|
|
144
120
|
|
|
145
121
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
146
122
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
123
|
## [0.124.1-alpha.5](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.4...v0.124.1-alpha.5) (2022-09-05)
|
|
152
124
|
|
|
153
125
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
154
126
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
127
|
## [0.124.1-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.2...v0.124.1-alpha.3) (2022-08-25)
|
|
160
128
|
|
|
161
129
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
162
130
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
131
|
## [0.124.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.1...v0.124.1-alpha.2) (2022-08-23)
|
|
168
132
|
|
|
169
133
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
170
134
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
135
|
## [0.124.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.0...v0.124.1-alpha.1) (2022-08-19)
|
|
176
136
|
|
|
177
137
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
178
138
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
139
|
# [0.124.0](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.43...v0.124.0) (2022-08-08)
|
|
184
140
|
|
|
185
141
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
186
142
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
143
|
# [0.124.0-alpha.43](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.42...v0.124.0-alpha.43) (2022-08-05)
|
|
192
144
|
|
|
193
145
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
194
146
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
147
|
# [0.124.0-alpha.42](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.41...v0.124.0-alpha.42) (2022-08-04)
|
|
200
148
|
|
|
201
149
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
202
150
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
151
|
# [0.124.0-alpha.40](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.39...v0.124.0-alpha.40) (2022-07-13)
|
|
208
152
|
|
|
209
153
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
210
154
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
155
|
# [0.124.0-alpha.39](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.38...v0.124.0-alpha.39) (2022-07-13)
|
|
216
156
|
|
|
217
157
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
218
158
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
159
|
# [0.124.0-alpha.37](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.36...v0.124.0-alpha.37) (2022-06-29)
|
|
224
160
|
|
|
225
161
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
226
162
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
163
|
# [0.124.0-alpha.36](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.35...v0.124.0-alpha.36) (2022-06-28)
|
|
232
164
|
|
|
233
165
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
234
166
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
167
|
# [0.124.0-alpha.35](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.34...v0.124.0-alpha.35) (2022-06-27)
|
|
240
168
|
|
|
241
169
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
242
170
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
171
|
# [0.124.0-alpha.34](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.33...v0.124.0-alpha.34) (2022-06-24)
|
|
248
172
|
|
|
249
173
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
250
174
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
175
|
# [0.124.0-alpha.33](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.32...v0.124.0-alpha.33) (2022-06-21)
|
|
256
176
|
|
|
257
177
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
258
178
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
179
|
# [0.124.0-alpha.32](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.31...v0.124.0-alpha.32) (2022-06-17)
|
|
264
180
|
|
|
265
181
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
266
182
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
183
|
# [0.124.0-alpha.31](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.30...v0.124.0-alpha.31) (2022-06-13)
|
|
272
184
|
|
|
273
185
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
274
186
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
187
|
# [0.124.0-alpha.30](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.29...v0.124.0-alpha.30) (2022-06-09)
|
|
280
188
|
|
|
281
189
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
282
190
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
191
|
# [0.124.0-alpha.29](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.28...v0.124.0-alpha.29) (2022-06-06)
|
|
288
192
|
|
|
289
193
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
290
194
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
195
|
# [0.124.0-alpha.28](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.27...v0.124.0-alpha.28) (2022-05-27)
|
|
296
196
|
|
|
297
197
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
298
198
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
199
|
# [0.124.0-alpha.26](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.25...v0.124.0-alpha.26) (2022-05-24)
|
|
304
200
|
|
|
305
201
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
306
202
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
203
|
# [0.124.0-alpha.25](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.24...v0.124.0-alpha.25) (2022-05-24)
|
|
312
204
|
|
|
313
205
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
314
206
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
207
|
# [0.124.0-alpha.24](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.23...v0.124.0-alpha.24) (2022-05-24)
|
|
320
208
|
|
|
321
209
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
322
210
|
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
211
|
# [0.124.0-alpha.23](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.22...v0.124.0-alpha.23) (2022-05-24)
|
|
328
212
|
|
|
329
213
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
330
214
|
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
215
|
# [0.124.0-alpha.22](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.21...v0.124.0-alpha.22) (2022-05-24)
|
|
336
216
|
|
|
337
217
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
338
218
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
219
|
# [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
|
|
344
220
|
|
|
345
221
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
346
222
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
223
|
# [0.124.0-alpha.20](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.19...v0.124.0-alpha.20) (2022-05-24)
|
|
352
224
|
|
|
353
225
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
354
226
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
227
|
# [0.124.0-alpha.19](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.18...v0.124.0-alpha.19) (2022-05-18)
|
|
360
228
|
|
|
361
229
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
362
230
|
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
231
|
# [0.124.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.17...v0.124.0-alpha.18) (2022-05-17)
|
|
368
232
|
|
|
369
233
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
370
234
|
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
235
|
# [0.124.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.14...v0.124.0-alpha.15) (2022-05-11)
|
|
376
236
|
|
|
377
237
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
378
238
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
239
|
# [0.124.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.13...v0.124.0-alpha.14) (2022-05-11)
|
|
384
240
|
|
|
385
241
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
386
242
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
243
|
# [0.124.0-alpha.13](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.12...v0.124.0-alpha.13) (2022-05-11)
|
|
392
244
|
|
|
393
245
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
394
246
|
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
247
|
# [0.124.0-alpha.12](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.11...v0.124.0-alpha.12) (2022-05-11)
|
|
400
248
|
|
|
401
249
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
402
250
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
251
|
# [0.124.0-alpha.11](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.10...v0.124.0-alpha.11) (2022-05-11)
|
|
408
252
|
|
|
409
253
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
410
254
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
255
|
# [0.124.0-alpha.10](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.9...v0.124.0-alpha.10) (2022-05-11)
|
|
416
256
|
|
|
417
257
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
418
258
|
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
259
|
# [0.124.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.8...v0.124.0-alpha.9) (2022-05-10)
|
|
424
260
|
|
|
425
|
-
|
|
426
261
|
### Bug Fixes
|
|
427
262
|
|
|
428
263
|
* 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))
|
|
429
264
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
265
|
# [0.124.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.7...v0.124.0-alpha.8) (2022-05-06)
|
|
435
266
|
|
|
436
267
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
437
268
|
|
|
438
|
-
|
|
439
|
-
|
|
440
269
|
## [0.122.5](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.122.5) (2022-05-06)
|
|
441
270
|
|
|
442
271
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
443
272
|
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
273
|
# [0.124.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.6...v0.124.0-alpha.7) (2022-05-06)
|
|
450
274
|
|
|
451
275
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
452
276
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
277
|
# [0.124.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.5...v0.124.0-alpha.6) (2022-05-06)
|
|
458
278
|
|
|
459
279
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
460
280
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
281
|
# [0.124.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.3...v0.124.0-alpha.4) (2022-05-03)
|
|
466
282
|
|
|
467
|
-
|
|
468
283
|
### Bug Fixes
|
|
469
284
|
|
|
470
285
|
* versioning follow up ([#3412](https://github.com/thebyte9/blaze/issues/3412)) ([f02485a](https://github.com/thebyte9/blaze/commit/f02485ade493cfbffe3536c15a652f18bf82741b))
|
|
471
286
|
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
287
|
# [0.124.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.2...v0.124.0-alpha.3) (2022-04-29)
|
|
477
288
|
|
|
478
289
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
479
290
|
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
291
|
# [0.124.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.1...v0.124.0-alpha.2) (2022-04-29)
|
|
485
292
|
|
|
486
293
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
487
294
|
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
295
|
# [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
|
|
493
296
|
|
|
494
|
-
|
|
495
297
|
### Features
|
|
496
298
|
|
|
497
299
|
* version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([56c8a70](https://github.com/thebyte9/blaze/commit/56c8a703c06d185368bdf10f19e1f7b817480801))
|
|
498
300
|
|
|
499
|
-
|
|
500
|
-
|
|
501
301
|
# [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
|
|
502
302
|
|
|
503
|
-
|
|
504
|
-
|
|
505
303
|
## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
|
|
506
304
|
|
|
507
|
-
|
|
508
|
-
|
|
509
305
|
## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
|
|
510
306
|
|
|
511
|
-
|
|
512
|
-
|
|
513
307
|
## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
|
|
514
308
|
|
|
515
|
-
|
|
516
|
-
|
|
517
309
|
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
518
310
|
|
|
519
|
-
|
|
520
|
-
|
|
521
311
|
# [0.123.0-alpha.28](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.27...v0.123.0-alpha.28) (2022-04-07)
|
|
522
312
|
|
|
523
|
-
|
|
524
|
-
|
|
525
313
|
# [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
|
|
526
314
|
|
|
527
|
-
|
|
528
|
-
|
|
529
315
|
# [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.122.3...v0.123.0-alpha.25) (2022-04-07)
|
|
530
316
|
|
|
531
|
-
|
|
532
|
-
|
|
533
317
|
# [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
|
|
534
318
|
|
|
535
|
-
|
|
536
|
-
|
|
537
319
|
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.123.0-alpha.23) (2022-04-04)
|
|
538
320
|
|
|
539
|
-
|
|
540
321
|
### Features
|
|
541
322
|
|
|
542
323
|
* version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([5c4a485](https://github.com/thebyte9/blaze/commit/5c4a48546840b925ea2d983f27a53126a3d804b0))
|
|
543
324
|
|
|
544
|
-
|
|
545
|
-
|
|
546
325
|
# [0.123.0-alpha.22](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.21...v0.123.0-alpha.22) (2022-04-04)
|
|
547
326
|
|
|
548
|
-
|
|
549
|
-
|
|
550
327
|
# [0.123.0-alpha.21](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.20...v0.123.0-alpha.21) (2022-04-01)
|
|
551
328
|
|
|
552
|
-
|
|
553
|
-
|
|
554
329
|
# [0.123.0-alpha.20](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.19...v0.123.0-alpha.20) (2022-04-01)
|
|
555
330
|
|
|
556
|
-
|
|
557
|
-
|
|
558
331
|
# [0.123.0-alpha.19](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.18...v0.123.0-alpha.19) (2022-03-31)
|
|
559
332
|
|
|
560
|
-
|
|
561
|
-
|
|
562
333
|
# [0.123.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.17...v0.123.0-alpha.18) (2022-03-31)
|
|
563
334
|
|
|
564
|
-
|
|
565
|
-
|
|
566
335
|
# [0.123.0-alpha.17](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.16...v0.123.0-alpha.17) (2022-03-31)
|
|
567
336
|
|
|
568
|
-
|
|
569
|
-
|
|
570
337
|
# [0.123.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.15...v0.123.0-alpha.16) (2022-03-30)
|
|
571
338
|
|
|
572
|
-
|
|
573
|
-
|
|
574
339
|
# [0.123.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.14...v0.123.0-alpha.15) (2022-03-30)
|
|
575
340
|
|
|
576
|
-
|
|
577
|
-
|
|
578
341
|
# [0.123.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.13...v0.123.0-alpha.14) (2022-03-30)
|
|
579
342
|
|
|
580
|
-
|
|
581
|
-
|
|
582
343
|
# [0.123.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.12...v0.123.0-alpha.13) (2022-03-30)
|
|
583
344
|
|
|
584
|
-
|
|
585
|
-
|
|
586
345
|
# [0.123.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.12) (2022-03-30)
|
|
587
346
|
|
|
588
|
-
|
|
589
|
-
|
|
590
347
|
# [0.123.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.8...v0.123.0-alpha.9) (2022-03-26)
|
|
591
348
|
|
|
592
|
-
|
|
593
|
-
|
|
594
349
|
# [0.123.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.7...v0.123.0-alpha.8) (2022-03-26)
|
|
595
350
|
|
|
596
|
-
|
|
597
|
-
|
|
598
351
|
# [0.123.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.6...v0.123.0-alpha.7) (2022-03-26)
|
|
599
352
|
|
|
600
|
-
|
|
601
|
-
|
|
602
353
|
# [0.123.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.5...v0.123.0-alpha.6) (2022-03-26)
|
|
603
354
|
|
|
604
|
-
|
|
605
|
-
|
|
606
355
|
# [0.123.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.4...v0.123.0-alpha.5) (2022-03-26)
|
|
607
356
|
|
|
608
|
-
|
|
609
|
-
|
|
610
357
|
# [0.123.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.3...v0.123.0-alpha.4) (2022-03-25)
|
|
611
358
|
|
|
612
|
-
|
|
613
|
-
|
|
614
359
|
# [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
|
|
615
360
|
|
|
616
|
-
|
|
617
|
-
|
|
618
361
|
# [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
|
|
619
362
|
|
|
620
|
-
|
|
621
|
-
|
|
622
363
|
# [0.123.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.0...v0.123.0-alpha.1) (2022-03-22)
|
|
623
364
|
|
|
624
|
-
|
|
625
|
-
|
|
626
365
|
# [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
|
|
627
366
|
|
|
628
|
-
|
|
629
367
|
### Features
|
|
630
368
|
|
|
631
369
|
* version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([cf3cf2b](https://github.com/thebyte9/blaze/commit/cf3cf2b53aebfceb358c92c27e7f379e67e0077e))
|
|
632
370
|
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
371
|
# [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
|
|
638
372
|
|
|
639
373
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
640
374
|
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
375
|
## [0.122.3](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.122.3) (2022-04-06)
|
|
645
376
|
|
|
646
377
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
647
378
|
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
379
|
## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.122.2) (2022-04-04)
|
|
653
380
|
|
|
654
381
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
655
382
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
383
|
## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
|
|
661
384
|
|
|
662
385
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
663
386
|
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
387
|
## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
|
|
669
388
|
|
|
670
389
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
671
390
|
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
391
|
## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
|
|
677
392
|
|
|
678
393
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
679
394
|
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
395
|
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
685
396
|
|
|
686
397
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
687
398
|
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
399
|
# [0.123.0-alpha.28](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.27...v0.123.0-alpha.28) (2022-04-07)
|
|
693
400
|
|
|
694
401
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
695
402
|
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
403
|
# [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
|
|
701
404
|
|
|
702
405
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
703
406
|
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
407
|
# [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.24...v0.123.0-alpha.25) (2022-04-07)
|
|
709
408
|
|
|
710
409
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
711
410
|
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
411
|
# [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
|
|
717
412
|
|
|
718
|
-
|
|
719
413
|
### Features
|
|
720
414
|
|
|
721
415
|
* version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([5c4a485](https://github.com/thebyte9/blaze/commit/5c4a48546840b925ea2d983f27a53126a3d804b0))
|
|
722
416
|
|
|
723
|
-
|
|
724
|
-
|
|
725
417
|
## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.122.2) (2022-04-04)
|
|
726
418
|
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
419
|
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.123.0-alpha.23) (2022-04-04)
|
|
732
420
|
|
|
733
421
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|