@blaze-cms/plugin-admin-core-ui 0.139.2 → 0.139.3-core-styles.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 +173 -689
- package/lib/components/Layout/Layout.js +2 -2
- package/lib/components/Menu/Items/MenuItem.js +2 -2
- package/lib/components/Menu/Menu.js +4 -4
- package/lib/components/Menu/Section/MenuSectionCollapsible.js +2 -2
- package/lib/components/Menu/Section/MenuSectionItems.js +1 -1
- package/lib/components/SideBar/components/SideBlock.js +3 -3
- package/lib/index.js +3 -3
- package/lib/utils/menu-handler-singleton.js +2 -2
- package/lib/utils/menu-handler.js +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,15 +3,11 @@
|
|
|
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.139.
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
9
|
-
|
|
6
|
+
## [0.139.3-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3-core-styles.0) (2024-02-15)
|
|
10
7
|
|
|
11
8
|
|
|
12
9
|
|
|
13
|
-
|
|
14
|
-
## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
|
|
10
|
+
## [0.139.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-core-styles.0) (2024-02-07)
|
|
15
11
|
|
|
16
12
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
17
13
|
|
|
@@ -19,44 +15,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
15
|
|
|
20
16
|
|
|
21
17
|
|
|
22
|
-
## [0.139.
|
|
18
|
+
## [0.139.2](https://github.com/thebyte9/blaze/compare/v0.139.2-alpha.0...v0.139.2) (2024-02-14)
|
|
23
19
|
|
|
24
20
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
25
21
|
|
|
22
|
+
## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
|
|
26
23
|
|
|
24
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
27
25
|
|
|
26
|
+
## [0.139.1](https://github.com/thebyte9/blaze/compare/v0.139.1-alpha.1...v0.139.1) (2024-02-13)
|
|
28
27
|
|
|
28
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
29
29
|
|
|
30
30
|
## [0.139.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-alpha.0) (2024-02-12)
|
|
31
31
|
|
|
32
|
-
|
|
33
32
|
### Bug Fixes
|
|
34
33
|
|
|
35
34
|
* admin menu section items to use label, tweak styles ([#4244](https://github.com/thebyte9/blaze/issues/4244)) ([365ebbc](https://github.com/thebyte9/blaze/commit/365ebbca795cc034d01bcabd314ca6768f67f3e3))
|
|
36
35
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
36
|
# [0.139.0](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.7...v0.139.0) (2024-01-31)
|
|
42
37
|
|
|
43
38
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
44
39
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
40
|
# [0.139.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.6...v0.139.0-alpha.7) (2024-01-30)
|
|
50
41
|
|
|
51
42
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
52
43
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
44
|
# [0.139.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.5...v0.139.0-alpha.6) (2024-01-30)
|
|
58
45
|
|
|
59
|
-
|
|
60
46
|
### Bug Fixes
|
|
61
47
|
|
|
62
48
|
* adding improvements ([86d4357](https://github.com/thebyte9/blaze/commit/86d4357516beced00d93c90b78de7f965eb75059))
|
|
@@ -66,73 +52,44 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
66
52
|
* updating menu handle test ([4dbd39d](https://github.com/thebyte9/blaze/commit/4dbd39d11bb92f058b3beb5d5c87bd5418deb89b))
|
|
67
53
|
* wip order menu items ([7ec0a05](https://github.com/thebyte9/blaze/commit/7ec0a05ad0d7e82f99d3fb8e5077a91fcd982e71))
|
|
68
54
|
|
|
69
|
-
|
|
70
|
-
|
|
71
55
|
# [0.129.0-project-admin-customisations.1](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.0...v0.129.0-project-admin-customisations.1) (2023-05-05)
|
|
72
56
|
|
|
73
|
-
|
|
74
57
|
### Features
|
|
75
58
|
|
|
76
59
|
* add relationEdit formFieldType ([#3918](https://github.com/thebyte9/blaze/issues/3918)) ([3bcd898](https://github.com/thebyte9/blaze/commit/3bcd89888a8cad2b033e111586391f502a3506aa))
|
|
77
60
|
|
|
78
|
-
|
|
79
|
-
|
|
80
61
|
# [0.129.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-project-admin-customisations.0) (2023-05-03)
|
|
81
62
|
|
|
82
|
-
|
|
83
63
|
### Bug Fixes
|
|
84
64
|
|
|
85
65
|
* collapsible menu ([f33d7b5](https://github.com/thebyte9/blaze/commit/f33d7b5e81d09660f3feca064a5061c1eecc1feb))
|
|
86
66
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
67
|
# [0.139.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.3...v0.139.0-alpha.4) (2024-01-19)
|
|
92
68
|
|
|
93
|
-
|
|
94
69
|
### Features
|
|
95
70
|
|
|
96
71
|
* update the left sidebar system nav for the display of logged-in… ([#4186](https://github.com/thebyte9/blaze/issues/4186)) ([fd7ad46](https://github.com/thebyte9/blaze/commit/fd7ad4670dcc844e742f266274eabb32c11ebfa3))
|
|
97
72
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
73
|
# [0.139.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.2...v0.139.0-alpha.3) (2024-01-09)
|
|
103
74
|
|
|
104
75
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
105
76
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
77
|
# [0.136.0](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.1...v0.136.0) (2023-11-22)
|
|
111
78
|
|
|
112
79
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
113
80
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
81
|
# [0.136.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.0...v0.136.0-alpha.1) (2023-11-22)
|
|
119
82
|
|
|
120
83
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
121
84
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
85
|
# [0.136.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.135.0...v0.136.0-alpha.0) (2023-11-22)
|
|
127
86
|
|
|
128
|
-
|
|
129
87
|
### Bug Fixes
|
|
130
88
|
|
|
131
89
|
* ammend unterminated comment ([2a10dd0](https://github.com/thebyte9/blaze/commit/2a10dd0dfad49ce162cffe7d45536283257c4747))
|
|
132
90
|
* remove unused variable ([7fed889](https://github.com/thebyte9/blaze/commit/7fed88946645154024402b8efb94d0b139a7c943))
|
|
133
91
|
* update test and snapshots ([af9dcae](https://github.com/thebyte9/blaze/commit/af9dcae54d0e295e5c32b98a6dbba2e88717ab81))
|
|
134
92
|
|
|
135
|
-
|
|
136
93
|
### Features
|
|
137
94
|
|
|
138
95
|
* add admin style feedback ([3f8b9a1](https://github.com/thebyte9/blaze/commit/3f8b9a1416a8a7977631583cff62fddb43cd2e9d))
|
|
@@ -142,958 +99,485 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
142
99
|
* style admin header ([35bf94f](https://github.com/thebyte9/blaze/commit/35bf94f02856e3ab4bd83880b047ff0f047bdb40))
|
|
143
100
|
* update toolbar design and other fixes ([022c39a](https://github.com/thebyte9/blaze/commit/022c39a05d97d05b4373b1c408e607e5e6751e06))
|
|
144
101
|
|
|
102
|
+
# [0.134.0](https://github.com/thebyte9/blaze/compare/v0.134.0-alpha.0...v0.134.0) (2023-10-31)
|
|
145
103
|
|
|
104
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
146
105
|
|
|
106
|
+
# [0.134.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.133.0...v0.134.0-alpha.0) (2023-10-23)
|
|
147
107
|
|
|
108
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
148
109
|
|
|
149
|
-
# [0.
|
|
110
|
+
# [0.133.0](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.6...v0.133.0) (2023-10-04)
|
|
150
111
|
|
|
151
112
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
152
113
|
|
|
114
|
+
# [0.133.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.3...v0.133.0-alpha.4) (2023-10-02)
|
|
153
115
|
|
|
116
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
154
117
|
|
|
118
|
+
# [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
|
|
155
119
|
|
|
120
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
156
121
|
|
|
157
|
-
# [0.
|
|
122
|
+
# [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
|
|
158
123
|
|
|
159
124
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
160
125
|
|
|
126
|
+
# [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
|
|
161
127
|
|
|
128
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
162
129
|
|
|
130
|
+
## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
|
|
163
131
|
|
|
132
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
164
133
|
|
|
165
|
-
# [0.
|
|
134
|
+
# [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
|
|
166
135
|
|
|
167
136
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
168
137
|
|
|
138
|
+
# [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
|
|
169
139
|
|
|
140
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
170
141
|
|
|
142
|
+
# [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
|
|
171
143
|
|
|
144
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
172
145
|
|
|
173
|
-
# [0.
|
|
146
|
+
# [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
|
|
174
147
|
|
|
175
148
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
176
149
|
|
|
150
|
+
# [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
|
|
177
151
|
|
|
152
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
178
153
|
|
|
154
|
+
## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
|
|
179
155
|
|
|
156
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
180
157
|
|
|
181
|
-
|
|
158
|
+
## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
|
|
182
159
|
|
|
183
160
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
184
161
|
|
|
162
|
+
# [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
|
|
185
163
|
|
|
164
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
186
165
|
|
|
166
|
+
# [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
|
|
187
167
|
|
|
168
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
188
169
|
|
|
189
|
-
|
|
170
|
+
## [0.127.1](https://github.com/thebyte9/blaze/compare/v0.127.0...v0.127.1) (2023-02-10)
|
|
190
171
|
|
|
191
172
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
192
173
|
|
|
174
|
+
# [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
|
|
193
175
|
|
|
176
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
194
177
|
|
|
178
|
+
# [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
|
|
195
179
|
|
|
180
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
196
181
|
|
|
197
|
-
# [0.
|
|
182
|
+
# [0.125.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.17...v0.125.0-alpha.18) (2022-11-28)
|
|
198
183
|
|
|
199
184
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
200
185
|
|
|
186
|
+
# [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
|
|
201
187
|
|
|
188
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
202
189
|
|
|
190
|
+
# [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
|
|
203
191
|
|
|
192
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
204
193
|
|
|
205
|
-
|
|
194
|
+
# [0.124.0](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.43...v0.124.0) (2022-08-08)
|
|
206
195
|
|
|
207
196
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
208
197
|
|
|
198
|
+
# [0.124.0-alpha.38](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.37...v0.124.0-alpha.38) (2022-07-07)
|
|
199
|
+
|
|
200
|
+
### Bug Fixes
|
|
209
201
|
|
|
202
|
+
* hide side nav wrapper when menu is closed ([#3515](https://github.com/thebyte9/blaze/issues/3515)) ([4fe40ff](https://github.com/thebyte9/blaze/commit/4fe40ff01630766c546139de13c2ab776615de06))
|
|
210
203
|
|
|
204
|
+
# [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
|
|
211
205
|
|
|
206
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
212
207
|
|
|
213
|
-
# [0.
|
|
208
|
+
# [0.124.0-alpha.19](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.18...v0.124.0-alpha.19) (2022-05-18)
|
|
214
209
|
|
|
215
210
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
216
211
|
|
|
212
|
+
# [0.124.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.5...v0.124.0-alpha.6) (2022-05-06)
|
|
217
213
|
|
|
214
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
218
215
|
|
|
216
|
+
# [0.124.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.3...v0.124.0-alpha.4) (2022-05-03)
|
|
219
217
|
|
|
218
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
220
219
|
|
|
221
|
-
# [0.
|
|
220
|
+
# [0.124.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.1...v0.124.0-alpha.2) (2022-04-29)
|
|
222
221
|
|
|
223
222
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
224
223
|
|
|
224
|
+
# [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
|
|
225
|
+
|
|
226
|
+
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
225
227
|
|
|
228
|
+
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.123.0-alpha.23) (2022-04-04)
|
|
226
229
|
|
|
230
|
+
# [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
|
|
227
231
|
|
|
232
|
+
# [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
|
|
228
233
|
|
|
229
|
-
# [0.
|
|
234
|
+
# [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
|
|
230
235
|
|
|
231
236
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
232
237
|
|
|
238
|
+
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
233
239
|
|
|
240
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
234
241
|
|
|
242
|
+
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.123.0-alpha.23) (2022-04-04)
|
|
235
243
|
|
|
244
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
236
245
|
|
|
237
|
-
# [0.
|
|
246
|
+
# [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
|
|
238
247
|
|
|
239
248
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
240
249
|
|
|
250
|
+
# [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
|
|
241
251
|
|
|
252
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
242
253
|
|
|
254
|
+
# [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
|
|
243
255
|
|
|
256
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
244
257
|
|
|
245
|
-
# [0.
|
|
258
|
+
# [0.121.0](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.1...v0.121.0) (2022-03-09)
|
|
246
259
|
|
|
247
260
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
248
261
|
|
|
262
|
+
# [0.121.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.0...v0.121.0-alpha.1) (2022-03-02)
|
|
249
263
|
|
|
264
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
250
265
|
|
|
266
|
+
# [0.121.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.120.1...v0.121.0-alpha.0) (2022-02-24)
|
|
251
267
|
|
|
268
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
252
269
|
|
|
253
|
-
|
|
270
|
+
# [0.120.0](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.5...v0.120.0) (2022-02-22)
|
|
254
271
|
|
|
255
272
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
256
273
|
|
|
274
|
+
# [0.120.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.2...v0.120.0-alpha.3) (2022-02-16)
|
|
257
275
|
|
|
276
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
258
277
|
|
|
278
|
+
# [0.119.0](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.2...v0.119.0) (2022-01-28)
|
|
259
279
|
|
|
280
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
260
281
|
|
|
261
|
-
|
|
282
|
+
# [0.119.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.0...v0.119.0-alpha.1) (2022-01-27)
|
|
262
283
|
|
|
263
284
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
264
285
|
|
|
286
|
+
# [0.119.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.118.1-alpha.0...v0.119.0-alpha.0) (2022-01-26)
|
|
287
|
+
|
|
288
|
+
### Features
|
|
265
289
|
|
|
290
|
+
* update apollo client to v3.5 add cache redirects and optimise queries ([#3308](https://github.com/thebyte9/blaze/issues/3308)) ([5281b17](https://github.com/thebyte9/blaze/commit/5281b17fd972f8c727d099f0c814e747896af431))
|
|
291
|
+
* upgrade next to latest version ([#3290](https://github.com/thebyte9/blaze/issues/3290)) ([d2c37bd](https://github.com/thebyte9/blaze/commit/d2c37bd1bf7847dbbbaf7ab8634008c2042f91f9))
|
|
266
292
|
|
|
293
|
+
# [0.118.0](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.3...v0.118.0) (2022-01-25)
|
|
267
294
|
|
|
295
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
268
296
|
|
|
269
|
-
# [0.
|
|
297
|
+
# [0.118.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.117.0...v0.118.0-alpha.0) (2022-01-13)
|
|
270
298
|
|
|
271
299
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
272
300
|
|
|
301
|
+
# [0.116.0](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.2...v0.116.0) (2021-12-21)
|
|
273
302
|
|
|
303
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
274
304
|
|
|
305
|
+
# [0.116.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.1...v0.116.0-alpha.2) (2021-12-21)
|
|
275
306
|
|
|
307
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
276
308
|
|
|
277
|
-
|
|
309
|
+
## [0.114.1](https://github.com/thebyte9/blaze/compare/v0.114.1-alpha.1...v0.114.1) (2021-12-13)
|
|
278
310
|
|
|
279
311
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
280
312
|
|
|
313
|
+
## [0.114.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.114.0...v0.114.1-alpha.0) (2021-12-09)
|
|
281
314
|
|
|
315
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
282
316
|
|
|
317
|
+
# [0.113.0](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.9...v0.113.0) (2021-11-19)
|
|
283
318
|
|
|
319
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
284
320
|
|
|
285
|
-
|
|
321
|
+
# [0.113.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.0...v0.113.0-alpha.1) (2021-11-05)
|
|
286
322
|
|
|
287
323
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
288
324
|
|
|
325
|
+
# [0.112.0](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.2...v0.112.0) (2021-11-01)
|
|
289
326
|
|
|
327
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
290
328
|
|
|
329
|
+
## [0.111.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.0...v0.111.1-alpha.0) (2021-10-28)
|
|
291
330
|
|
|
331
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
292
332
|
|
|
293
|
-
# [0.
|
|
333
|
+
# [0.110.0](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.3...v0.110.0) (2021-10-18)
|
|
294
334
|
|
|
295
335
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
296
336
|
|
|
337
|
+
# [0.110.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.0...v0.110.0-alpha.1) (2021-10-13)
|
|
297
338
|
|
|
339
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
298
340
|
|
|
341
|
+
# [0.110.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.109.0...v0.110.0-alpha.0) (2021-10-08)
|
|
299
342
|
|
|
343
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
300
344
|
|
|
301
|
-
# [0.
|
|
345
|
+
# [0.105.0](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.7...v0.105.0) (2021-09-15)
|
|
302
346
|
|
|
303
347
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
304
348
|
|
|
349
|
+
# [0.105.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.3...v0.105.0-alpha.4) (2021-09-14)
|
|
305
350
|
|
|
351
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
306
352
|
|
|
353
|
+
# [0.105.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.105.0-alpha.0) (2021-09-09)
|
|
307
354
|
|
|
355
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
308
356
|
|
|
309
|
-
# [0.
|
|
357
|
+
# [0.102.0](https://github.com/thebyte9/blaze/compare/v0.102.0-alpha.5...v0.102.0) (2021-08-06)
|
|
310
358
|
|
|
311
359
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
312
360
|
|
|
361
|
+
# [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
|
|
313
362
|
|
|
363
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
314
364
|
|
|
365
|
+
# [0.101.0](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.3...v0.101.0) (2021-07-21)
|
|
315
366
|
|
|
367
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
316
368
|
|
|
317
|
-
# [0.
|
|
369
|
+
# [0.101.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.100.0...v0.101.0-alpha.0) (2021-07-07)
|
|
318
370
|
|
|
319
371
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
320
372
|
|
|
373
|
+
# [0.100.0](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.4...v0.100.0) (2021-07-07)
|
|
321
374
|
|
|
375
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
322
376
|
|
|
377
|
+
# [0.100.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.0...v0.100.0-alpha.1) (2021-07-02)
|
|
323
378
|
|
|
379
|
+
### Bug Fixes
|
|
324
380
|
|
|
325
|
-
|
|
381
|
+
* await for apollo client clearStore BZ2-2566 ([#2960](https://github.com/thebyte9/blaze/issues/2960)) ([3a12474](https://github.com/thebyte9/blaze/commit/3a1247472889972bd7da198bb26e4d01be5021f1))
|
|
382
|
+
|
|
383
|
+
# [0.100.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.99.0...v0.100.0-alpha.0) (2021-07-01)
|
|
326
384
|
|
|
327
385
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
328
386
|
|
|
387
|
+
# [0.99.0](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.1...v0.99.0) (2021-06-30)
|
|
329
388
|
|
|
389
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
330
390
|
|
|
391
|
+
# [0.99.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.0...v0.99.0-alpha.1) (2021-06-25)
|
|
331
392
|
|
|
393
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
332
394
|
|
|
333
|
-
# [0.
|
|
395
|
+
# [0.98.0](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.2...v0.98.0) (2021-06-21)
|
|
334
396
|
|
|
335
397
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
336
398
|
|
|
399
|
+
# [0.98.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.0...v0.98.0-alpha.1) (2021-06-17)
|
|
337
400
|
|
|
401
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
338
402
|
|
|
403
|
+
# [0.98.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.3...v0.98.0-alpha.0) (2021-06-17)
|
|
339
404
|
|
|
405
|
+
### Features
|
|
340
406
|
|
|
341
|
-
# [
|
|
342
|
-
|
|
407
|
+
* added refresh to admin ([#2903](https://github.com/thebyte9/blaze/issues/2903)) ([0a3c50a](https://github.com/thebyte9/blaze/commit/0a3c50a15b0b1853384f50ff14dc46e83cdd8ec4)), closes [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897) [#2884](https://github.com/thebyte9/blaze/issues/2884) [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897) [#2884](https://github.com/thebyte9/blaze/issues/2884) [#2902](https://github.com/thebyte9/blaze/issues/2902) [#2909](https://github.com/thebyte9/blaze/issues/2909)
|
|
343
408
|
|
|
344
|
-
|
|
409
|
+
## [0.97.3](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.1...v0.97.3) (2021-06-16)
|
|
345
410
|
|
|
346
|
-
|
|
411
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
347
412
|
|
|
413
|
+
## [0.97.3-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.2...v0.97.3-alpha.0) (2021-06-15)
|
|
348
414
|
|
|
415
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
349
416
|
|
|
417
|
+
## [0.97.2](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2) (2021-06-11)
|
|
350
418
|
|
|
419
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
351
420
|
|
|
352
|
-
|
|
421
|
+
## [0.97.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2-alpha.0) (2021-06-10)
|
|
353
422
|
|
|
354
423
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
355
424
|
|
|
425
|
+
# [0.97.0](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.16...v0.97.0) (2021-06-09)
|
|
356
426
|
|
|
427
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
357
428
|
|
|
429
|
+
# [0.97.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.15...v0.97.0-alpha.16) (2021-06-09)
|
|
358
430
|
|
|
431
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
359
432
|
|
|
360
|
-
# [0.
|
|
433
|
+
# [0.97.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.11...v0.97.0-alpha.12) (2021-06-08)
|
|
361
434
|
|
|
362
435
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
363
436
|
|
|
437
|
+
# [0.97.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.10...v0.97.0-alpha.11) (2021-06-08)
|
|
364
438
|
|
|
439
|
+
### Features
|
|
365
440
|
|
|
441
|
+
* refresh tokens ([#2883](https://github.com/thebyte9/blaze/issues/2883)) ([7f7d450](https://github.com/thebyte9/blaze/commit/7f7d45066bc8051edd2c947842b2a92fc0b1542c))
|
|
366
442
|
|
|
367
|
-
|
|
368
|
-
# [0.124.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.5...v0.124.0-alpha.6) (2022-05-06)
|
|
443
|
+
# [0.97.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.7...v0.97.0-alpha.8) (2021-06-04)
|
|
369
444
|
|
|
370
445
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
371
446
|
|
|
447
|
+
# [0.97.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.6...v0.97.0-alpha.7) (2021-06-04)
|
|
372
448
|
|
|
449
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
373
450
|
|
|
451
|
+
# [0.97.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.0...v0.97.0-alpha.1) (2021-05-26)
|
|
374
452
|
|
|
453
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
375
454
|
|
|
376
|
-
# [0.
|
|
455
|
+
# [0.97.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.96.0...v0.97.0-alpha.0) (2021-05-25)
|
|
377
456
|
|
|
378
457
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
379
458
|
|
|
459
|
+
# [0.96.0](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.1...v0.96.0) (2021-05-25)
|
|
380
460
|
|
|
461
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
381
462
|
|
|
463
|
+
## [0.95.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.0...v0.95.1-alpha.1) (2021-04-30)
|
|
382
464
|
|
|
465
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
383
466
|
|
|
384
|
-
|
|
467
|
+
## [0.95.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.0...v0.95.1-alpha.0) (2021-04-30)
|
|
385
468
|
|
|
386
469
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
387
470
|
|
|
471
|
+
# [0.95.0](https://github.com/thebyte9/blaze/compare/v0.95.0-alpha.0...v0.95.0) (2021-04-26)
|
|
388
472
|
|
|
473
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
389
474
|
|
|
475
|
+
## [0.94.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.0...v0.94.1-alpha.1) (2021-04-26)
|
|
390
476
|
|
|
477
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
391
478
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.123.0-alpha.23) (2022-04-04)
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
# [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
# [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
# [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
|
|
413
|
-
|
|
414
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
421
|
-
|
|
422
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.123.0-alpha.23) (2022-04-04)
|
|
429
|
-
|
|
430
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
# [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
|
|
437
|
-
|
|
438
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
# [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
|
|
445
|
-
|
|
446
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
# [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
|
|
453
|
-
|
|
454
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
# [0.121.0](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.1...v0.121.0) (2022-03-09)
|
|
461
|
-
|
|
462
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
# [0.121.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.0...v0.121.0-alpha.1) (2022-03-02)
|
|
469
|
-
|
|
470
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
# [0.121.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.120.1...v0.121.0-alpha.0) (2022-02-24)
|
|
477
|
-
|
|
478
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
# [0.120.0](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.5...v0.120.0) (2022-02-22)
|
|
485
|
-
|
|
486
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
# [0.120.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.2...v0.120.0-alpha.3) (2022-02-16)
|
|
493
|
-
|
|
494
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
# [0.119.0](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.2...v0.119.0) (2022-01-28)
|
|
501
|
-
|
|
502
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
# [0.119.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.0...v0.119.0-alpha.1) (2022-01-27)
|
|
509
|
-
|
|
510
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
# [0.119.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.118.1-alpha.0...v0.119.0-alpha.0) (2022-01-26)
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
### Features
|
|
520
|
-
|
|
521
|
-
* update apollo client to v3.5 add cache redirects and optimise queries ([#3308](https://github.com/thebyte9/blaze/issues/3308)) ([5281b17](https://github.com/thebyte9/blaze/commit/5281b17fd972f8c727d099f0c814e747896af431))
|
|
522
|
-
* upgrade next to latest version ([#3290](https://github.com/thebyte9/blaze/issues/3290)) ([d2c37bd](https://github.com/thebyte9/blaze/commit/d2c37bd1bf7847dbbbaf7ab8634008c2042f91f9))
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
# [0.118.0](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.3...v0.118.0) (2022-01-25)
|
|
529
|
-
|
|
530
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
# [0.118.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.117.0...v0.118.0-alpha.0) (2022-01-13)
|
|
537
|
-
|
|
538
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
# [0.116.0](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.2...v0.116.0) (2021-12-21)
|
|
545
|
-
|
|
546
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
# [0.116.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.1...v0.116.0-alpha.2) (2021-12-21)
|
|
553
|
-
|
|
554
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
## [0.114.1](https://github.com/thebyte9/blaze/compare/v0.114.1-alpha.1...v0.114.1) (2021-12-13)
|
|
561
|
-
|
|
562
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
## [0.114.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.114.0...v0.114.1-alpha.0) (2021-12-09)
|
|
569
|
-
|
|
570
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
# [0.113.0](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.9...v0.113.0) (2021-11-19)
|
|
577
|
-
|
|
578
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
# [0.113.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.0...v0.113.0-alpha.1) (2021-11-05)
|
|
585
|
-
|
|
586
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
# [0.112.0](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.2...v0.112.0) (2021-11-01)
|
|
593
|
-
|
|
594
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
## [0.111.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.0...v0.111.1-alpha.0) (2021-10-28)
|
|
601
|
-
|
|
602
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
# [0.110.0](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.3...v0.110.0) (2021-10-18)
|
|
609
|
-
|
|
610
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
# [0.110.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.0...v0.110.0-alpha.1) (2021-10-13)
|
|
617
|
-
|
|
618
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
# [0.110.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.109.0...v0.110.0-alpha.0) (2021-10-08)
|
|
625
|
-
|
|
626
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
# [0.105.0](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.7...v0.105.0) (2021-09-15)
|
|
633
|
-
|
|
634
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
# [0.105.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.3...v0.105.0-alpha.4) (2021-09-14)
|
|
641
|
-
|
|
642
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
# [0.105.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.105.0-alpha.0) (2021-09-09)
|
|
649
|
-
|
|
650
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
# [0.102.0](https://github.com/thebyte9/blaze/compare/v0.102.0-alpha.5...v0.102.0) (2021-08-06)
|
|
657
|
-
|
|
658
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
# [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
|
|
665
|
-
|
|
666
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
# [0.101.0](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.3...v0.101.0) (2021-07-21)
|
|
673
|
-
|
|
674
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
# [0.101.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.100.0...v0.101.0-alpha.0) (2021-07-07)
|
|
681
|
-
|
|
682
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
# [0.100.0](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.4...v0.100.0) (2021-07-07)
|
|
689
|
-
|
|
690
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
# [0.100.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.0...v0.100.0-alpha.1) (2021-07-02)
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
### Bug Fixes
|
|
700
|
-
|
|
701
|
-
* await for apollo client clearStore BZ2-2566 ([#2960](https://github.com/thebyte9/blaze/issues/2960)) ([3a12474](https://github.com/thebyte9/blaze/commit/3a1247472889972bd7da198bb26e4d01be5021f1))
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
# [0.100.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.99.0...v0.100.0-alpha.0) (2021-07-01)
|
|
708
|
-
|
|
709
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
# [0.99.0](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.1...v0.99.0) (2021-06-30)
|
|
716
|
-
|
|
717
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
# [0.99.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.0...v0.99.0-alpha.1) (2021-06-25)
|
|
724
|
-
|
|
725
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
# [0.98.0](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.2...v0.98.0) (2021-06-21)
|
|
732
|
-
|
|
733
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
# [0.98.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.0...v0.98.0-alpha.1) (2021-06-17)
|
|
740
|
-
|
|
741
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
# [0.98.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.3...v0.98.0-alpha.0) (2021-06-17)
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
### Features
|
|
751
|
-
|
|
752
|
-
* added refresh to admin ([#2903](https://github.com/thebyte9/blaze/issues/2903)) ([0a3c50a](https://github.com/thebyte9/blaze/commit/0a3c50a15b0b1853384f50ff14dc46e83cdd8ec4)), closes [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897) [#2884](https://github.com/thebyte9/blaze/issues/2884) [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897) [#2884](https://github.com/thebyte9/blaze/issues/2884) [#2902](https://github.com/thebyte9/blaze/issues/2902) [#2909](https://github.com/thebyte9/blaze/issues/2909)
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
## [0.97.3](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.1...v0.97.3) (2021-06-16)
|
|
759
|
-
|
|
760
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
## [0.97.3-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.2...v0.97.3-alpha.0) (2021-06-15)
|
|
767
|
-
|
|
768
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
## [0.97.2](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2) (2021-06-11)
|
|
775
|
-
|
|
776
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
## [0.97.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2-alpha.0) (2021-06-10)
|
|
780
|
-
|
|
781
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
# [0.97.0](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.16...v0.97.0) (2021-06-09)
|
|
788
|
-
|
|
789
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
# [0.97.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.15...v0.97.0-alpha.16) (2021-06-09)
|
|
796
|
-
|
|
797
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
# [0.97.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.11...v0.97.0-alpha.12) (2021-06-08)
|
|
804
|
-
|
|
805
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
# [0.97.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.10...v0.97.0-alpha.11) (2021-06-08)
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
### Features
|
|
815
|
-
|
|
816
|
-
* refresh tokens ([#2883](https://github.com/thebyte9/blaze/issues/2883)) ([7f7d450](https://github.com/thebyte9/blaze/commit/7f7d45066bc8051edd2c947842b2a92fc0b1542c))
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
# [0.97.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.7...v0.97.0-alpha.8) (2021-06-04)
|
|
823
|
-
|
|
824
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
# [0.97.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.6...v0.97.0-alpha.7) (2021-06-04)
|
|
831
|
-
|
|
832
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
# [0.97.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.0...v0.97.0-alpha.1) (2021-05-26)
|
|
839
|
-
|
|
840
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
# [0.97.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.96.0...v0.97.0-alpha.0) (2021-05-25)
|
|
847
|
-
|
|
848
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
# [0.96.0](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.1...v0.96.0) (2021-05-25)
|
|
855
|
-
|
|
856
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
## [0.95.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.0...v0.95.1-alpha.1) (2021-04-30)
|
|
863
|
-
|
|
864
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
## [0.95.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.0...v0.95.1-alpha.0) (2021-04-30)
|
|
871
|
-
|
|
872
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
# [0.95.0](https://github.com/thebyte9/blaze/compare/v0.95.0-alpha.0...v0.95.0) (2021-04-26)
|
|
879
|
-
|
|
880
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
## [0.94.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.0...v0.94.1-alpha.1) (2021-04-26)
|
|
887
|
-
|
|
888
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
## [0.94.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.0...v0.94.1-alpha.0) (2021-04-23)
|
|
895
|
-
|
|
896
|
-
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
479
|
+
## [0.94.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.0...v0.94.1-alpha.0) (2021-04-23)
|
|
900
480
|
|
|
481
|
+
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
901
482
|
|
|
902
483
|
# [0.94.0](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.5...v0.94.0) (2021-04-22)
|
|
903
484
|
|
|
904
485
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
905
486
|
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
487
|
# [0.94.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.4...v0.94.0-alpha.5) (2021-04-20)
|
|
911
488
|
|
|
912
489
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
913
490
|
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
491
|
# [0.94.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.2...v0.94.0-alpha.3) (2021-04-12)
|
|
919
492
|
|
|
920
493
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
921
494
|
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
495
|
# [0.94.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.0...v0.94.0-alpha.1) (2021-04-01)
|
|
927
496
|
|
|
928
497
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
929
498
|
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
499
|
## [0.92.2](https://github.com/thebyte9/blaze/compare/v0.92.2-alpha.0...v0.92.2) (2021-03-16)
|
|
935
500
|
|
|
936
501
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
937
502
|
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
503
|
## [0.92.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.1...v0.92.2-alpha.0) (2021-03-15)
|
|
943
504
|
|
|
944
505
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
945
506
|
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
507
|
## [0.92.1](https://github.com/thebyte9/blaze/compare/v0.92.1-alpha.0...v0.92.1) (2021-03-12)
|
|
951
508
|
|
|
952
509
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
953
510
|
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
511
|
## [0.92.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.0...v0.92.1-alpha.0) (2021-03-11)
|
|
959
512
|
|
|
960
513
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
961
514
|
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
515
|
# [0.92.0](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.2...v0.92.0) (2021-03-05)
|
|
967
516
|
|
|
968
517
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
969
518
|
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
519
|
# [0.92.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.0...v0.92.0-alpha.1) (2021-03-04)
|
|
975
520
|
|
|
976
521
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
977
522
|
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
523
|
# [0.92.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.91.0...v0.92.0-alpha.0) (2021-03-03)
|
|
983
524
|
|
|
984
525
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
985
526
|
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
527
|
# [0.91.0](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.1...v0.91.0) (2021-02-26)
|
|
991
528
|
|
|
992
529
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
993
530
|
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
531
|
# [0.91.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.0...v0.91.0-alpha.1) (2021-02-25)
|
|
999
532
|
|
|
1000
533
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1001
534
|
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
535
|
# [0.91.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.90.0...v0.91.0-alpha.0) (2021-02-25)
|
|
1007
536
|
|
|
1008
|
-
|
|
1009
537
|
### Features
|
|
1010
538
|
|
|
1011
539
|
* changed npm to yarn ([#2591](https://github.com/thebyte9/blaze/issues/2591)) ([b785e32](https://github.com/thebyte9/blaze/commit/b785e32455f86fd7353ede7928de192a91e6b2c7))
|
|
1012
540
|
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
541
|
# [0.90.0](https://github.com/thebyte9/blaze/compare/v0.90.0-alpha.0...v0.90.0) (2021-02-24)
|
|
1018
542
|
|
|
1019
543
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1020
544
|
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
545
|
# [0.90.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.89.0...v0.90.0-alpha.0) (2021-02-23)
|
|
1026
546
|
|
|
1027
547
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1028
548
|
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
549
|
# [0.89.0](https://github.com/thebyte9/blaze/compare/v0.89.0-alpha.0...v0.89.0) (2021-02-17)
|
|
1034
550
|
|
|
1035
551
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1036
552
|
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
553
|
# [0.89.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.4...v0.89.0-alpha.0) (2021-02-15)
|
|
1042
554
|
|
|
1043
555
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1044
556
|
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
557
|
## [0.88.4](https://github.com/thebyte9/blaze/compare/v0.88.4-alpha.0...v0.88.4) (2021-02-09)
|
|
1050
558
|
|
|
1051
559
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1052
560
|
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
561
|
## [0.88.4-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.3...v0.88.4-alpha.0) (2021-02-09)
|
|
1058
562
|
|
|
1059
563
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1060
564
|
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
565
|
## [0.88.3](https://github.com/thebyte9/blaze/compare/v0.88.3-alpha.1...v0.88.3) (2021-02-04)
|
|
1066
566
|
|
|
1067
567
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1068
568
|
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
569
|
## [0.88.3-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.1...v0.88.3-alpha.0) (2021-02-03)
|
|
1074
570
|
|
|
1075
571
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1076
572
|
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
573
|
# [0.88.0](https://github.com/thebyte9/blaze/compare/v0.88.0-alpha.0...v0.88.0) (2021-02-01)
|
|
1082
574
|
|
|
1083
575
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1084
576
|
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
577
|
# [0.87.0](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.1...v0.87.0) (2021-01-29)
|
|
1090
578
|
|
|
1091
579
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|
|
1092
580
|
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
581
|
# [0.87.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.0...v0.87.0-alpha.1) (2021-01-29)
|
|
1098
582
|
|
|
1099
583
|
**Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
|