@backstage-community/plugin-kafka 0.3.35
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 +1696 -0
- package/README.md +119 -0
- package/config.d.ts +31 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.esm.js +296 -0
- package/dist/index.esm.js.map +1 -0
- package/package.json +67 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1696 @@
|
|
|
1
|
+
# @backstage-community/plugin-kafka
|
|
2
|
+
|
|
3
|
+
## 0.3.35
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 193a2a3: Migrated from the [backstage/backstage](https://github.com/backstage/backstage) monorepo.
|
|
8
|
+
|
|
9
|
+
## 0.3.34
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
|
|
14
|
+
- cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @backstage/plugin-catalog-react@1.11.3
|
|
17
|
+
- @backstage/core-components@0.14.4
|
|
18
|
+
- @backstage/core-plugin-api@1.9.2
|
|
19
|
+
- @backstage/catalog-model@1.4.5
|
|
20
|
+
|
|
21
|
+
## 0.3.34-next.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/catalog-model@1.4.5
|
|
27
|
+
- @backstage/core-components@0.14.4-next.0
|
|
28
|
+
- @backstage/core-plugin-api@1.9.1
|
|
29
|
+
- @backstage/plugin-catalog-react@1.11.3-next.1
|
|
30
|
+
|
|
31
|
+
## 0.3.34-next.0
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies
|
|
36
|
+
- @backstage/core-components@0.14.4-next.0
|
|
37
|
+
- @backstage/catalog-model@1.4.5
|
|
38
|
+
- @backstage/core-plugin-api@1.9.1
|
|
39
|
+
- @backstage/plugin-catalog-react@1.11.3-next.0
|
|
40
|
+
|
|
41
|
+
## 0.3.33
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- e8f026a: Use ESM exports of react-use library
|
|
46
|
+
- Updated dependencies
|
|
47
|
+
- @backstage/core-components@0.14.3
|
|
48
|
+
- @backstage/plugin-catalog-react@1.11.2
|
|
49
|
+
- @backstage/core-plugin-api@1.9.1
|
|
50
|
+
- @backstage/catalog-model@1.4.5
|
|
51
|
+
|
|
52
|
+
## 0.3.32
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- e8f026a: Use ESM exports of react-use library
|
|
57
|
+
- Updated dependencies
|
|
58
|
+
- @backstage/core-components@0.14.2
|
|
59
|
+
- @backstage/plugin-catalog-react@1.11.1
|
|
60
|
+
- @backstage/core-plugin-api@1.9.1
|
|
61
|
+
- @backstage/catalog-model@1.4.5
|
|
62
|
+
|
|
63
|
+
## 0.3.31
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- 3913fd8: Added ESLint rule `no-top-level-material-ui-4-imports` in the Kafka plugin to migrate the Material UI imports.
|
|
68
|
+
- Updated dependencies
|
|
69
|
+
- @backstage/core-components@0.14.1
|
|
70
|
+
- @backstage/plugin-catalog-react@1.11.0
|
|
71
|
+
- @backstage/catalog-model@1.4.5
|
|
72
|
+
- @backstage/core-plugin-api@1.9.1
|
|
73
|
+
|
|
74
|
+
## 0.3.31-next.2
|
|
75
|
+
|
|
76
|
+
### Patch Changes
|
|
77
|
+
|
|
78
|
+
- Updated dependencies
|
|
79
|
+
- @backstage/core-components@0.14.1-next.2
|
|
80
|
+
- @backstage/plugin-catalog-react@1.11.0-next.2
|
|
81
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
82
|
+
- @backstage/core-plugin-api@1.9.1-next.1
|
|
83
|
+
|
|
84
|
+
## 0.3.31-next.1
|
|
85
|
+
|
|
86
|
+
### Patch Changes
|
|
87
|
+
|
|
88
|
+
- Updated dependencies
|
|
89
|
+
- @backstage/core-components@0.14.1-next.1
|
|
90
|
+
- @backstage/plugin-catalog-react@1.10.1-next.1
|
|
91
|
+
- @backstage/core-plugin-api@1.9.1-next.1
|
|
92
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
93
|
+
|
|
94
|
+
## 0.3.31-next.0
|
|
95
|
+
|
|
96
|
+
### Patch Changes
|
|
97
|
+
|
|
98
|
+
- Updated dependencies
|
|
99
|
+
- @backstage/core-components@0.14.1-next.0
|
|
100
|
+
- @backstage/plugin-catalog-react@1.10.1-next.0
|
|
101
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
102
|
+
- @backstage/core-plugin-api@1.9.1-next.0
|
|
103
|
+
|
|
104
|
+
## 0.3.30
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
109
|
+
- Updated dependencies
|
|
110
|
+
- @backstage/plugin-catalog-react@1.10.0
|
|
111
|
+
- @backstage/core-components@0.14.0
|
|
112
|
+
- @backstage/catalog-model@1.4.4
|
|
113
|
+
- @backstage/core-plugin-api@1.9.0
|
|
114
|
+
|
|
115
|
+
## 0.3.30-next.3
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- Updated dependencies
|
|
120
|
+
- @backstage/core-components@0.14.0-next.2
|
|
121
|
+
- @backstage/plugin-catalog-react@1.10.0-next.3
|
|
122
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
123
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
124
|
+
|
|
125
|
+
## 0.3.30-next.2
|
|
126
|
+
|
|
127
|
+
### Patch Changes
|
|
128
|
+
|
|
129
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
130
|
+
- Updated dependencies
|
|
131
|
+
- @backstage/core-components@0.14.0-next.1
|
|
132
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
133
|
+
- @backstage/plugin-catalog-react@1.10.0-next.2
|
|
134
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
135
|
+
|
|
136
|
+
## 0.3.30-next.1
|
|
137
|
+
|
|
138
|
+
### Patch Changes
|
|
139
|
+
|
|
140
|
+
- Updated dependencies
|
|
141
|
+
- @backstage/core-components@0.14.0-next.0
|
|
142
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
143
|
+
- @backstage/core-plugin-api@1.8.3-next.0
|
|
144
|
+
- @backstage/plugin-catalog-react@1.9.4-next.1
|
|
145
|
+
|
|
146
|
+
## 0.3.30-next.0
|
|
147
|
+
|
|
148
|
+
### Patch Changes
|
|
149
|
+
|
|
150
|
+
- Updated dependencies
|
|
151
|
+
- @backstage/plugin-catalog-react@1.9.4-next.0
|
|
152
|
+
- @backstage/core-components@0.13.10
|
|
153
|
+
- @backstage/catalog-model@1.4.3
|
|
154
|
+
- @backstage/core-plugin-api@1.8.2
|
|
155
|
+
|
|
156
|
+
## 0.3.29
|
|
157
|
+
|
|
158
|
+
### Patch Changes
|
|
159
|
+
|
|
160
|
+
- 4016f21: Remove some unused dependencies
|
|
161
|
+
- Updated dependencies
|
|
162
|
+
- @backstage/core-components@0.13.10
|
|
163
|
+
- @backstage/core-plugin-api@1.8.2
|
|
164
|
+
- @backstage/plugin-catalog-react@1.9.3
|
|
165
|
+
- @backstage/catalog-model@1.4.3
|
|
166
|
+
|
|
167
|
+
## 0.3.29-next.2
|
|
168
|
+
|
|
169
|
+
### Patch Changes
|
|
170
|
+
|
|
171
|
+
- Updated dependencies
|
|
172
|
+
- @backstage/plugin-catalog-react@1.9.3-next.2
|
|
173
|
+
|
|
174
|
+
## 0.3.29-next.1
|
|
175
|
+
|
|
176
|
+
### Patch Changes
|
|
177
|
+
|
|
178
|
+
- Updated dependencies
|
|
179
|
+
- @backstage/core-plugin-api@1.8.2-next.0
|
|
180
|
+
- @backstage/core-components@0.13.10-next.1
|
|
181
|
+
- @backstage/plugin-catalog-react@1.9.3-next.1
|
|
182
|
+
- @backstage/catalog-model@1.4.3
|
|
183
|
+
|
|
184
|
+
## 0.3.29-next.0
|
|
185
|
+
|
|
186
|
+
### Patch Changes
|
|
187
|
+
|
|
188
|
+
- 4016f21: Remove some unused dependencies
|
|
189
|
+
- Updated dependencies
|
|
190
|
+
- @backstage/core-components@0.13.10-next.0
|
|
191
|
+
- @backstage/plugin-catalog-react@1.9.3-next.0
|
|
192
|
+
- @backstage/catalog-model@1.4.3
|
|
193
|
+
- @backstage/core-plugin-api@1.8.1
|
|
194
|
+
|
|
195
|
+
## 0.3.28
|
|
196
|
+
|
|
197
|
+
### Patch Changes
|
|
198
|
+
|
|
199
|
+
- Updated dependencies
|
|
200
|
+
- @backstage/core-plugin-api@1.8.1
|
|
201
|
+
- @backstage/plugin-catalog-react@1.9.2
|
|
202
|
+
- @backstage/core-components@0.13.9
|
|
203
|
+
- @backstage/theme@0.5.0
|
|
204
|
+
- @backstage/catalog-model@1.4.3
|
|
205
|
+
- @backstage/config@1.1.1
|
|
206
|
+
|
|
207
|
+
## 0.3.28-next.3
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- Updated dependencies
|
|
212
|
+
- @backstage/core-components@0.13.9-next.3
|
|
213
|
+
- @backstage/catalog-model@1.4.3
|
|
214
|
+
- @backstage/config@1.1.1
|
|
215
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
216
|
+
- @backstage/theme@0.5.0-next.1
|
|
217
|
+
- @backstage/plugin-catalog-react@1.9.2-next.3
|
|
218
|
+
|
|
219
|
+
## 0.3.28-next.2
|
|
220
|
+
|
|
221
|
+
### Patch Changes
|
|
222
|
+
|
|
223
|
+
- Updated dependencies
|
|
224
|
+
- @backstage/theme@0.5.0-next.1
|
|
225
|
+
- @backstage/plugin-catalog-react@1.9.2-next.2
|
|
226
|
+
- @backstage/catalog-model@1.4.3
|
|
227
|
+
- @backstage/config@1.1.1
|
|
228
|
+
- @backstage/core-components@0.13.9-next.2
|
|
229
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
230
|
+
|
|
231
|
+
## 0.3.28-next.1
|
|
232
|
+
|
|
233
|
+
### Patch Changes
|
|
234
|
+
|
|
235
|
+
- Updated dependencies
|
|
236
|
+
- @backstage/core-components@0.13.9-next.1
|
|
237
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
238
|
+
- @backstage/plugin-catalog-react@1.9.2-next.1
|
|
239
|
+
- @backstage/catalog-model@1.4.3
|
|
240
|
+
- @backstage/config@1.1.1
|
|
241
|
+
- @backstage/theme@0.5.0-next.0
|
|
242
|
+
|
|
243
|
+
## 0.3.28-next.0
|
|
244
|
+
|
|
245
|
+
### Patch Changes
|
|
246
|
+
|
|
247
|
+
- Updated dependencies
|
|
248
|
+
- @backstage/core-plugin-api@1.8.1-next.0
|
|
249
|
+
- @backstage/plugin-catalog-react@1.9.2-next.0
|
|
250
|
+
- @backstage/core-components@0.13.9-next.0
|
|
251
|
+
- @backstage/theme@0.5.0-next.0
|
|
252
|
+
- @backstage/catalog-model@1.4.3
|
|
253
|
+
- @backstage/config@1.1.1
|
|
254
|
+
|
|
255
|
+
## 0.3.26
|
|
256
|
+
|
|
257
|
+
### Patch Changes
|
|
258
|
+
|
|
259
|
+
- 6c2b872153: Add official support for React 18.
|
|
260
|
+
- fdb5e23602: Import `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` to remove the cyclical dependency
|
|
261
|
+
- Updated dependencies
|
|
262
|
+
- @backstage/plugin-catalog-react@1.9.0
|
|
263
|
+
- @backstage/core-components@0.13.8
|
|
264
|
+
- @backstage/core-plugin-api@1.8.0
|
|
265
|
+
- @backstage/theme@0.4.4
|
|
266
|
+
- @backstage/catalog-model@1.4.3
|
|
267
|
+
- @backstage/config@1.1.1
|
|
268
|
+
|
|
269
|
+
## 0.3.26-next.2
|
|
270
|
+
|
|
271
|
+
### Patch Changes
|
|
272
|
+
|
|
273
|
+
- [#20842](https://github.com/backstage/backstage/pull/20842) [`fdb5e23602`](https://github.com/backstage/backstage/commit/fdb5e2360299c5faa30f4d4236fc548b94d37446) Thanks [@benjdlambert](https://github.com/benjdlambert)! - Import `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` to remove the cyclical dependency
|
|
274
|
+
|
|
275
|
+
- Updated dependencies
|
|
276
|
+
- @backstage/core-components@0.13.8-next.2
|
|
277
|
+
- @backstage/plugin-catalog-react@1.9.0-next.2
|
|
278
|
+
|
|
279
|
+
## 0.3.26-next.1
|
|
280
|
+
|
|
281
|
+
### Patch Changes
|
|
282
|
+
|
|
283
|
+
- Updated dependencies
|
|
284
|
+
- @backstage/plugin-catalog-react@1.9.0-next.1
|
|
285
|
+
- @backstage/core-components@0.13.8-next.1
|
|
286
|
+
- @backstage/catalog-model@1.4.3
|
|
287
|
+
- @backstage/config@1.1.1
|
|
288
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
289
|
+
- @backstage/theme@0.4.4-next.0
|
|
290
|
+
|
|
291
|
+
## 0.3.26-next.0
|
|
292
|
+
|
|
293
|
+
### Patch Changes
|
|
294
|
+
|
|
295
|
+
- 6c2b872153: Add official support for React 18.
|
|
296
|
+
- Updated dependencies
|
|
297
|
+
- @backstage/core-components@0.13.7-next.0
|
|
298
|
+
- @backstage/plugin-catalog-react@1.9.0-next.0
|
|
299
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
300
|
+
- @backstage/theme@0.4.4-next.0
|
|
301
|
+
- @backstage/catalog-model@1.4.3
|
|
302
|
+
- @backstage/config@1.1.1
|
|
303
|
+
|
|
304
|
+
## 0.3.25
|
|
305
|
+
|
|
306
|
+
### Patch Changes
|
|
307
|
+
|
|
308
|
+
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
|
309
|
+
- f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
|
|
310
|
+
- Updated dependencies
|
|
311
|
+
- @backstage/plugin-catalog-react@1.8.5
|
|
312
|
+
- @backstage/core-plugin-api@1.7.0
|
|
313
|
+
- @backstage/core-components@0.13.6
|
|
314
|
+
- @backstage/catalog-model@1.4.3
|
|
315
|
+
- @backstage/theme@0.4.3
|
|
316
|
+
- @backstage/config@1.1.1
|
|
317
|
+
|
|
318
|
+
## 0.3.25-next.2
|
|
319
|
+
|
|
320
|
+
### Patch Changes
|
|
321
|
+
|
|
322
|
+
- Updated dependencies
|
|
323
|
+
- @backstage/core-components@0.13.6-next.2
|
|
324
|
+
- @backstage/core-plugin-api@1.7.0-next.1
|
|
325
|
+
- @backstage/catalog-model@1.4.3-next.0
|
|
326
|
+
- @backstage/plugin-catalog-react@1.8.5-next.2
|
|
327
|
+
- @backstage/theme@0.4.3-next.0
|
|
328
|
+
- @backstage/config@1.1.1-next.0
|
|
329
|
+
|
|
330
|
+
## 0.3.25-next.1
|
|
331
|
+
|
|
332
|
+
### Patch Changes
|
|
333
|
+
|
|
334
|
+
- Updated dependencies
|
|
335
|
+
- @backstage/core-components@0.13.6-next.1
|
|
336
|
+
- @backstage/plugin-catalog-react@1.8.5-next.1
|
|
337
|
+
- @backstage/core-plugin-api@1.7.0-next.0
|
|
338
|
+
- @backstage/config@1.1.0
|
|
339
|
+
- @backstage/catalog-model@1.4.2
|
|
340
|
+
- @backstage/theme@0.4.2
|
|
341
|
+
|
|
342
|
+
## 0.3.25-next.0
|
|
343
|
+
|
|
344
|
+
### Patch Changes
|
|
345
|
+
|
|
346
|
+
- Updated dependencies
|
|
347
|
+
- @backstage/plugin-catalog-react@1.8.5-next.0
|
|
348
|
+
- @backstage/core-plugin-api@1.7.0-next.0
|
|
349
|
+
- @backstage/core-components@0.13.6-next.0
|
|
350
|
+
- @backstage/config@1.1.0
|
|
351
|
+
- @backstage/catalog-model@1.4.2
|
|
352
|
+
- @backstage/theme@0.4.2
|
|
353
|
+
|
|
354
|
+
## 0.3.24
|
|
355
|
+
|
|
356
|
+
### Patch Changes
|
|
357
|
+
|
|
358
|
+
- 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
|
|
359
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
360
|
+
- 8cec7664e146: Removed `@types/node` dependency
|
|
361
|
+
- Updated dependencies
|
|
362
|
+
- @backstage/plugin-catalog-react@1.8.4
|
|
363
|
+
- @backstage/core-components@0.13.5
|
|
364
|
+
- @backstage/config@1.1.0
|
|
365
|
+
- @backstage/catalog-model@1.4.2
|
|
366
|
+
- @backstage/core-plugin-api@1.6.0
|
|
367
|
+
- @backstage/theme@0.4.2
|
|
368
|
+
|
|
369
|
+
## 0.3.24-next.3
|
|
370
|
+
|
|
371
|
+
### Patch Changes
|
|
372
|
+
|
|
373
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
374
|
+
- Updated dependencies
|
|
375
|
+
- @backstage/catalog-model@1.4.2-next.2
|
|
376
|
+
- @backstage/config@1.1.0-next.2
|
|
377
|
+
- @backstage/core-components@0.13.5-next.3
|
|
378
|
+
- @backstage/core-plugin-api@1.6.0-next.3
|
|
379
|
+
- @backstage/plugin-catalog-react@1.8.4-next.3
|
|
380
|
+
- @backstage/theme@0.4.2-next.0
|
|
381
|
+
|
|
382
|
+
## 0.3.24-next.2
|
|
383
|
+
|
|
384
|
+
### Patch Changes
|
|
385
|
+
|
|
386
|
+
- 8cec7664e146: Removed `@types/node` dependency
|
|
387
|
+
- Updated dependencies
|
|
388
|
+
- @backstage/core-components@0.13.5-next.2
|
|
389
|
+
- @backstage/core-plugin-api@1.6.0-next.2
|
|
390
|
+
- @backstage/config@1.1.0-next.1
|
|
391
|
+
- @backstage/plugin-catalog-react@1.8.4-next.2
|
|
392
|
+
- @backstage/catalog-model@1.4.2-next.1
|
|
393
|
+
- @backstage/theme@0.4.1
|
|
394
|
+
|
|
395
|
+
## 0.3.24-next.1
|
|
396
|
+
|
|
397
|
+
### Patch Changes
|
|
398
|
+
|
|
399
|
+
- Updated dependencies
|
|
400
|
+
- @backstage/plugin-catalog-react@1.8.4-next.1
|
|
401
|
+
- @backstage/core-components@0.13.5-next.1
|
|
402
|
+
- @backstage/config@1.1.0-next.0
|
|
403
|
+
- @backstage/catalog-model@1.4.2-next.0
|
|
404
|
+
- @backstage/core-plugin-api@1.6.0-next.1
|
|
405
|
+
- @backstage/theme@0.4.1
|
|
406
|
+
|
|
407
|
+
## 0.3.23-next.0
|
|
408
|
+
|
|
409
|
+
### Patch Changes
|
|
410
|
+
|
|
411
|
+
- 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
|
|
412
|
+
- Updated dependencies
|
|
413
|
+
- @backstage/core-plugin-api@1.6.0-next.0
|
|
414
|
+
- @backstage/core-components@0.13.5-next.0
|
|
415
|
+
- @backstage/catalog-model@1.4.1
|
|
416
|
+
- @backstage/config@1.0.8
|
|
417
|
+
- @backstage/theme@0.4.1
|
|
418
|
+
- @backstage/plugin-catalog-react@1.8.3-next.0
|
|
419
|
+
|
|
420
|
+
## 0.3.21
|
|
421
|
+
|
|
422
|
+
### Patch Changes
|
|
423
|
+
|
|
424
|
+
- 12a8c94eda8d: Add package repository and homepage metadata
|
|
425
|
+
- Updated dependencies
|
|
426
|
+
- @backstage/core-components@0.13.4
|
|
427
|
+
- @backstage/plugin-catalog-react@1.8.1
|
|
428
|
+
- @backstage/core-plugin-api@1.5.3
|
|
429
|
+
- @backstage/catalog-model@1.4.1
|
|
430
|
+
- @backstage/config@1.0.8
|
|
431
|
+
- @backstage/theme@0.4.1
|
|
432
|
+
|
|
433
|
+
## 0.3.21-next.2
|
|
434
|
+
|
|
435
|
+
### Patch Changes
|
|
436
|
+
|
|
437
|
+
- Updated dependencies
|
|
438
|
+
- @backstage/plugin-catalog-react@1.8.1-next.1
|
|
439
|
+
|
|
440
|
+
## 0.3.21-next.1
|
|
441
|
+
|
|
442
|
+
### Patch Changes
|
|
443
|
+
|
|
444
|
+
- 12a8c94eda8d: Add package repository and homepage metadata
|
|
445
|
+
- Updated dependencies
|
|
446
|
+
- @backstage/catalog-model@1.4.1
|
|
447
|
+
- @backstage/config@1.0.8
|
|
448
|
+
- @backstage/core-components@0.13.4-next.0
|
|
449
|
+
- @backstage/core-plugin-api@1.5.3
|
|
450
|
+
- @backstage/theme@0.4.1
|
|
451
|
+
- @backstage/plugin-catalog-react@1.8.1-next.0
|
|
452
|
+
|
|
453
|
+
## 0.3.21-next.0
|
|
454
|
+
|
|
455
|
+
### Patch Changes
|
|
456
|
+
|
|
457
|
+
- Updated dependencies
|
|
458
|
+
- @backstage/core-components@0.13.4-next.0
|
|
459
|
+
- @backstage/core-plugin-api@1.5.3
|
|
460
|
+
- @backstage/plugin-catalog-react@1.8.1-next.0
|
|
461
|
+
- @backstage/catalog-model@1.4.1
|
|
462
|
+
- @backstage/config@1.0.8
|
|
463
|
+
- @backstage/theme@0.4.1
|
|
464
|
+
|
|
465
|
+
## 0.3.20
|
|
466
|
+
|
|
467
|
+
### Patch Changes
|
|
468
|
+
|
|
469
|
+
- Updated dependencies
|
|
470
|
+
- @backstage/theme@0.4.1
|
|
471
|
+
- @backstage/plugin-catalog-react@1.8.0
|
|
472
|
+
- @backstage/core-components@0.13.3
|
|
473
|
+
- @backstage/core-plugin-api@1.5.3
|
|
474
|
+
- @backstage/catalog-model@1.4.1
|
|
475
|
+
- @backstage/config@1.0.8
|
|
476
|
+
|
|
477
|
+
## 0.3.20-next.2
|
|
478
|
+
|
|
479
|
+
### Patch Changes
|
|
480
|
+
|
|
481
|
+
- Updated dependencies
|
|
482
|
+
- @backstage/plugin-catalog-react@1.8.0-next.2
|
|
483
|
+
- @backstage/theme@0.4.1-next.1
|
|
484
|
+
- @backstage/core-plugin-api@1.5.3-next.1
|
|
485
|
+
- @backstage/core-components@0.13.3-next.2
|
|
486
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
487
|
+
- @backstage/config@1.0.8
|
|
488
|
+
|
|
489
|
+
## 0.3.20-next.1
|
|
490
|
+
|
|
491
|
+
### Patch Changes
|
|
492
|
+
|
|
493
|
+
- Updated dependencies
|
|
494
|
+
- @backstage/theme@0.4.1-next.0
|
|
495
|
+
- @backstage/core-components@0.13.3-next.1
|
|
496
|
+
- @backstage/core-plugin-api@1.5.3-next.0
|
|
497
|
+
- @backstage/plugin-catalog-react@1.7.1-next.1
|
|
498
|
+
- @backstage/config@1.0.8
|
|
499
|
+
|
|
500
|
+
## 0.3.20-next.0
|
|
501
|
+
|
|
502
|
+
### Patch Changes
|
|
503
|
+
|
|
504
|
+
- Updated dependencies
|
|
505
|
+
- @backstage/core-components@0.13.3-next.0
|
|
506
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
507
|
+
- @backstage/config@1.0.8
|
|
508
|
+
- @backstage/core-plugin-api@1.5.2
|
|
509
|
+
- @backstage/theme@0.4.0
|
|
510
|
+
- @backstage/plugin-catalog-react@1.7.1-next.0
|
|
511
|
+
|
|
512
|
+
## 0.3.19
|
|
513
|
+
|
|
514
|
+
### Patch Changes
|
|
515
|
+
|
|
516
|
+
- Updated dependencies
|
|
517
|
+
- @backstage/core-plugin-api@1.5.2
|
|
518
|
+
- @backstage/core-components@0.13.2
|
|
519
|
+
- @backstage/theme@0.4.0
|
|
520
|
+
- @backstage/plugin-catalog-react@1.7.0
|
|
521
|
+
- @backstage/catalog-model@1.4.0
|
|
522
|
+
- @backstage/config@1.0.8
|
|
523
|
+
|
|
524
|
+
## 0.3.19-next.3
|
|
525
|
+
|
|
526
|
+
### Patch Changes
|
|
527
|
+
|
|
528
|
+
- Updated dependencies
|
|
529
|
+
- @backstage/core-components@0.13.2-next.3
|
|
530
|
+
- @backstage/catalog-model@1.4.0-next.1
|
|
531
|
+
- @backstage/config@1.0.7
|
|
532
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
533
|
+
- @backstage/theme@0.4.0-next.1
|
|
534
|
+
- @backstage/plugin-catalog-react@1.7.0-next.3
|
|
535
|
+
|
|
536
|
+
## 0.3.19-next.2
|
|
537
|
+
|
|
538
|
+
### Patch Changes
|
|
539
|
+
|
|
540
|
+
- Updated dependencies
|
|
541
|
+
- @backstage/theme@0.4.0-next.1
|
|
542
|
+
- @backstage/plugin-catalog-react@1.7.0-next.2
|
|
543
|
+
- @backstage/core-components@0.13.2-next.2
|
|
544
|
+
- @backstage/config@1.0.7
|
|
545
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
546
|
+
|
|
547
|
+
## 0.3.19-next.1
|
|
548
|
+
|
|
549
|
+
### Patch Changes
|
|
550
|
+
|
|
551
|
+
- Updated dependencies
|
|
552
|
+
- @backstage/core-components@0.13.2-next.1
|
|
553
|
+
- @backstage/plugin-catalog-react@1.7.0-next.1
|
|
554
|
+
- @backstage/catalog-model@1.4.0-next.0
|
|
555
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
556
|
+
- @backstage/config@1.0.7
|
|
557
|
+
- @backstage/theme@0.4.0-next.0
|
|
558
|
+
|
|
559
|
+
## 0.3.19-next.0
|
|
560
|
+
|
|
561
|
+
### Patch Changes
|
|
562
|
+
|
|
563
|
+
- Updated dependencies
|
|
564
|
+
- @backstage/plugin-catalog-react@1.7.0-next.0
|
|
565
|
+
- @backstage/theme@0.4.0-next.0
|
|
566
|
+
- @backstage/config@1.0.7
|
|
567
|
+
- @backstage/core-components@0.13.2-next.0
|
|
568
|
+
- @backstage/core-plugin-api@1.5.1
|
|
569
|
+
- @backstage/catalog-model@1.3.0
|
|
570
|
+
|
|
571
|
+
## 0.3.18
|
|
572
|
+
|
|
573
|
+
### Patch Changes
|
|
574
|
+
|
|
575
|
+
- Updated dependencies
|
|
576
|
+
- @backstage/theme@0.3.0
|
|
577
|
+
- @backstage/plugin-catalog-react@1.6.0
|
|
578
|
+
- @backstage/core-components@0.13.1
|
|
579
|
+
- @backstage/catalog-model@1.3.0
|
|
580
|
+
- @backstage/config@1.0.7
|
|
581
|
+
- @backstage/core-plugin-api@1.5.1
|
|
582
|
+
|
|
583
|
+
## 0.3.18-next.2
|
|
584
|
+
|
|
585
|
+
### Patch Changes
|
|
586
|
+
|
|
587
|
+
- Updated dependencies
|
|
588
|
+
- @backstage/theme@0.3.0-next.0
|
|
589
|
+
- @backstage/core-components@0.13.1-next.1
|
|
590
|
+
- @backstage/plugin-catalog-react@1.6.0-next.2
|
|
591
|
+
- @backstage/config@1.0.7
|
|
592
|
+
- @backstage/core-plugin-api@1.5.1
|
|
593
|
+
|
|
594
|
+
## 0.3.18-next.1
|
|
595
|
+
|
|
596
|
+
### Patch Changes
|
|
597
|
+
|
|
598
|
+
- Updated dependencies
|
|
599
|
+
- @backstage/core-components@0.13.1-next.0
|
|
600
|
+
- @backstage/core-plugin-api@1.5.1
|
|
601
|
+
- @backstage/plugin-catalog-react@1.6.0-next.1
|
|
602
|
+
- @backstage/config@1.0.7
|
|
603
|
+
|
|
604
|
+
## 0.3.18-next.0
|
|
605
|
+
|
|
606
|
+
### Patch Changes
|
|
607
|
+
|
|
608
|
+
- Updated dependencies
|
|
609
|
+
- @backstage/plugin-catalog-react@1.6.0-next.0
|
|
610
|
+
- @backstage/core-components@0.13.0
|
|
611
|
+
- @backstage/core-plugin-api@1.5.1
|
|
612
|
+
- @backstage/catalog-model@1.3.0
|
|
613
|
+
- @backstage/config@1.0.7
|
|
614
|
+
- @backstage/theme@0.2.19
|
|
615
|
+
|
|
616
|
+
## 0.3.17
|
|
617
|
+
|
|
618
|
+
### Patch Changes
|
|
619
|
+
|
|
620
|
+
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
|
|
621
|
+
- e0c6e8b9c3c: Update peer dependencies
|
|
622
|
+
- Updated dependencies
|
|
623
|
+
- @backstage/core-components@0.13.0
|
|
624
|
+
- @backstage/plugin-catalog-react@1.5.0
|
|
625
|
+
- @backstage/theme@0.2.19
|
|
626
|
+
- @backstage/core-plugin-api@1.5.1
|
|
627
|
+
- @backstage/catalog-model@1.3.0
|
|
628
|
+
- @backstage/config@1.0.7
|
|
629
|
+
|
|
630
|
+
## 0.3.17-next.3
|
|
631
|
+
|
|
632
|
+
### Patch Changes
|
|
633
|
+
|
|
634
|
+
- Updated dependencies
|
|
635
|
+
- @backstage/plugin-catalog-react@1.5.0-next.3
|
|
636
|
+
- @backstage/catalog-model@1.3.0-next.0
|
|
637
|
+
- @backstage/core-components@0.13.0-next.3
|
|
638
|
+
- @backstage/config@1.0.7
|
|
639
|
+
- @backstage/core-plugin-api@1.5.1-next.1
|
|
640
|
+
- @backstage/theme@0.2.19-next.0
|
|
641
|
+
|
|
642
|
+
## 0.3.17-next.2
|
|
643
|
+
|
|
644
|
+
### Patch Changes
|
|
645
|
+
|
|
646
|
+
- Updated dependencies
|
|
647
|
+
- @backstage/core-components@0.12.6-next.2
|
|
648
|
+
- @backstage/plugin-catalog-react@1.4.1-next.2
|
|
649
|
+
- @backstage/core-plugin-api@1.5.1-next.1
|
|
650
|
+
- @backstage/catalog-model@1.2.1
|
|
651
|
+
- @backstage/config@1.0.7
|
|
652
|
+
- @backstage/theme@0.2.19-next.0
|
|
653
|
+
|
|
654
|
+
## 0.3.17-next.1
|
|
655
|
+
|
|
656
|
+
### Patch Changes
|
|
657
|
+
|
|
658
|
+
- e0c6e8b9c3c: Update peer dependencies
|
|
659
|
+
- Updated dependencies
|
|
660
|
+
- @backstage/core-components@0.12.6-next.1
|
|
661
|
+
- @backstage/core-plugin-api@1.5.1-next.0
|
|
662
|
+
- @backstage/plugin-catalog-react@1.4.1-next.1
|
|
663
|
+
- @backstage/theme@0.2.19-next.0
|
|
664
|
+
- @backstage/catalog-model@1.2.1
|
|
665
|
+
- @backstage/config@1.0.7
|
|
666
|
+
|
|
667
|
+
## 0.3.17-next.0
|
|
668
|
+
|
|
669
|
+
### Patch Changes
|
|
670
|
+
|
|
671
|
+
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
|
|
672
|
+
- Updated dependencies
|
|
673
|
+
- @backstage/core-components@0.12.6-next.0
|
|
674
|
+
- @backstage/plugin-catalog-react@1.4.1-next.0
|
|
675
|
+
- @backstage/core-plugin-api@1.5.0
|
|
676
|
+
- @backstage/config@1.0.7
|
|
677
|
+
- @backstage/catalog-model@1.2.1
|
|
678
|
+
- @backstage/theme@0.2.18
|
|
679
|
+
|
|
680
|
+
## 0.3.16
|
|
681
|
+
|
|
682
|
+
### Patch Changes
|
|
683
|
+
|
|
684
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
685
|
+
- Updated dependencies
|
|
686
|
+
- @backstage/core-components@0.12.5
|
|
687
|
+
- @backstage/plugin-catalog-react@1.4.0
|
|
688
|
+
- @backstage/core-plugin-api@1.5.0
|
|
689
|
+
- @backstage/catalog-model@1.2.1
|
|
690
|
+
- @backstage/config@1.0.7
|
|
691
|
+
- @backstage/theme@0.2.18
|
|
692
|
+
|
|
693
|
+
## 0.3.16-next.2
|
|
694
|
+
|
|
695
|
+
### Patch Changes
|
|
696
|
+
|
|
697
|
+
- Updated dependencies
|
|
698
|
+
- @backstage/core-components@0.12.5-next.2
|
|
699
|
+
- @backstage/plugin-catalog-react@1.4.0-next.2
|
|
700
|
+
- @backstage/core-plugin-api@1.5.0-next.2
|
|
701
|
+
- @backstage/config@1.0.7-next.0
|
|
702
|
+
|
|
703
|
+
## 0.3.16-next.1
|
|
704
|
+
|
|
705
|
+
### Patch Changes
|
|
706
|
+
|
|
707
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
708
|
+
- Updated dependencies
|
|
709
|
+
- @backstage/core-components@0.12.5-next.1
|
|
710
|
+
- @backstage/core-plugin-api@1.4.1-next.1
|
|
711
|
+
- @backstage/config@1.0.7-next.0
|
|
712
|
+
- @backstage/theme@0.2.18-next.0
|
|
713
|
+
- @backstage/plugin-catalog-react@1.4.0-next.1
|
|
714
|
+
- @backstage/catalog-model@1.2.1-next.1
|
|
715
|
+
|
|
716
|
+
## 0.3.16-next.0
|
|
717
|
+
|
|
718
|
+
### Patch Changes
|
|
719
|
+
|
|
720
|
+
- Updated dependencies
|
|
721
|
+
- @backstage/plugin-catalog-react@1.4.0-next.0
|
|
722
|
+
- @backstage/core-plugin-api@1.4.1-next.0
|
|
723
|
+
- @backstage/catalog-model@1.2.1-next.0
|
|
724
|
+
- @backstage/config@1.0.6
|
|
725
|
+
- @backstage/core-components@0.12.5-next.0
|
|
726
|
+
- @backstage/theme@0.2.17
|
|
727
|
+
|
|
728
|
+
## 0.3.15
|
|
729
|
+
|
|
730
|
+
### Patch Changes
|
|
731
|
+
|
|
732
|
+
- Updated dependencies
|
|
733
|
+
- @backstage/core-components@0.12.4
|
|
734
|
+
- @backstage/catalog-model@1.2.0
|
|
735
|
+
- @backstage/theme@0.2.17
|
|
736
|
+
- @backstage/core-plugin-api@1.4.0
|
|
737
|
+
- @backstage/plugin-catalog-react@1.3.0
|
|
738
|
+
- @backstage/config@1.0.6
|
|
739
|
+
|
|
740
|
+
## 0.3.15-next.2
|
|
741
|
+
|
|
742
|
+
### Patch Changes
|
|
743
|
+
|
|
744
|
+
- Updated dependencies
|
|
745
|
+
- @backstage/catalog-model@1.2.0-next.1
|
|
746
|
+
- @backstage/core-components@0.12.4-next.1
|
|
747
|
+
- @backstage/config@1.0.6
|
|
748
|
+
- @backstage/core-plugin-api@1.3.0
|
|
749
|
+
- @backstage/theme@0.2.16
|
|
750
|
+
- @backstage/plugin-catalog-react@1.3.0-next.2
|
|
751
|
+
|
|
752
|
+
## 0.3.15-next.1
|
|
753
|
+
|
|
754
|
+
### Patch Changes
|
|
755
|
+
|
|
756
|
+
- Updated dependencies
|
|
757
|
+
- @backstage/core-components@0.12.4-next.0
|
|
758
|
+
- @backstage/plugin-catalog-react@1.3.0-next.1
|
|
759
|
+
- @backstage/catalog-model@1.1.6-next.0
|
|
760
|
+
- @backstage/config@1.0.6
|
|
761
|
+
- @backstage/core-plugin-api@1.3.0
|
|
762
|
+
- @backstage/theme@0.2.16
|
|
763
|
+
|
|
764
|
+
## 0.3.15-next.0
|
|
765
|
+
|
|
766
|
+
### Patch Changes
|
|
767
|
+
|
|
768
|
+
- Updated dependencies
|
|
769
|
+
- @backstage/plugin-catalog-react@1.3.0-next.0
|
|
770
|
+
- @backstage/catalog-model@1.1.6-next.0
|
|
771
|
+
|
|
772
|
+
## 0.3.14
|
|
773
|
+
|
|
774
|
+
### Patch Changes
|
|
775
|
+
|
|
776
|
+
- Updated dependencies
|
|
777
|
+
- @backstage/catalog-model@1.1.5
|
|
778
|
+
- @backstage/plugin-catalog-react@1.2.4
|
|
779
|
+
- @backstage/core-components@0.12.3
|
|
780
|
+
- @backstage/core-plugin-api@1.3.0
|
|
781
|
+
- @backstage/config@1.0.6
|
|
782
|
+
- @backstage/theme@0.2.16
|
|
783
|
+
|
|
784
|
+
## 0.3.14-next.2
|
|
785
|
+
|
|
786
|
+
### Patch Changes
|
|
787
|
+
|
|
788
|
+
- Updated dependencies
|
|
789
|
+
- @backstage/core-plugin-api@1.3.0-next.1
|
|
790
|
+
- @backstage/plugin-catalog-react@1.2.4-next.2
|
|
791
|
+
- @backstage/catalog-model@1.1.5-next.1
|
|
792
|
+
- @backstage/config@1.0.6-next.0
|
|
793
|
+
- @backstage/core-components@0.12.3-next.2
|
|
794
|
+
- @backstage/theme@0.2.16
|
|
795
|
+
|
|
796
|
+
## 0.3.14-next.1
|
|
797
|
+
|
|
798
|
+
### Patch Changes
|
|
799
|
+
|
|
800
|
+
- Updated dependencies
|
|
801
|
+
- @backstage/config@1.0.6-next.0
|
|
802
|
+
- @backstage/catalog-model@1.1.5-next.1
|
|
803
|
+
- @backstage/core-components@0.12.3-next.1
|
|
804
|
+
- @backstage/core-plugin-api@1.2.1-next.0
|
|
805
|
+
- @backstage/theme@0.2.16
|
|
806
|
+
- @backstage/plugin-catalog-react@1.2.4-next.1
|
|
807
|
+
|
|
808
|
+
## 0.3.14-next.0
|
|
809
|
+
|
|
810
|
+
### Patch Changes
|
|
811
|
+
|
|
812
|
+
- Updated dependencies
|
|
813
|
+
- @backstage/catalog-model@1.1.5-next.0
|
|
814
|
+
- @backstage/plugin-catalog-react@1.2.4-next.0
|
|
815
|
+
- @backstage/core-components@0.12.3-next.0
|
|
816
|
+
- @backstage/config@1.0.5
|
|
817
|
+
- @backstage/core-plugin-api@1.2.0
|
|
818
|
+
- @backstage/theme@0.2.16
|
|
819
|
+
|
|
820
|
+
## 0.3.13
|
|
821
|
+
|
|
822
|
+
### Patch Changes
|
|
823
|
+
|
|
824
|
+
- Updated dependencies
|
|
825
|
+
- @backstage/core-components@0.12.2
|
|
826
|
+
- @backstage/plugin-catalog-react@1.2.3
|
|
827
|
+
|
|
828
|
+
## 0.3.12
|
|
829
|
+
|
|
830
|
+
### Patch Changes
|
|
831
|
+
|
|
832
|
+
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
|
|
833
|
+
- 3280711113: Updated dependency `msw` to `^0.49.0`.
|
|
834
|
+
- Updated dependencies
|
|
835
|
+
- @backstage/core-plugin-api@1.2.0
|
|
836
|
+
- @backstage/core-components@0.12.1
|
|
837
|
+
- @backstage/plugin-catalog-react@1.2.2
|
|
838
|
+
- @backstage/catalog-model@1.1.4
|
|
839
|
+
- @backstage/config@1.0.5
|
|
840
|
+
- @backstage/theme@0.2.16
|
|
841
|
+
|
|
842
|
+
## 0.3.12-next.4
|
|
843
|
+
|
|
844
|
+
### Patch Changes
|
|
845
|
+
|
|
846
|
+
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
|
|
847
|
+
- Updated dependencies
|
|
848
|
+
- @backstage/core-components@0.12.1-next.4
|
|
849
|
+
- @backstage/plugin-catalog-react@1.2.2-next.4
|
|
850
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
851
|
+
- @backstage/config@1.0.5-next.1
|
|
852
|
+
- @backstage/core-plugin-api@1.2.0-next.2
|
|
853
|
+
- @backstage/theme@0.2.16
|
|
854
|
+
|
|
855
|
+
## 0.3.12-next.3
|
|
856
|
+
|
|
857
|
+
### Patch Changes
|
|
858
|
+
|
|
859
|
+
- Updated dependencies
|
|
860
|
+
- @backstage/core-components@0.12.1-next.3
|
|
861
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
862
|
+
- @backstage/config@1.0.5-next.1
|
|
863
|
+
- @backstage/core-plugin-api@1.2.0-next.2
|
|
864
|
+
- @backstage/theme@0.2.16
|
|
865
|
+
- @backstage/plugin-catalog-react@1.2.2-next.3
|
|
866
|
+
|
|
867
|
+
## 0.3.12-next.2
|
|
868
|
+
|
|
869
|
+
### Patch Changes
|
|
870
|
+
|
|
871
|
+
- Updated dependencies
|
|
872
|
+
- @backstage/core-plugin-api@1.2.0-next.2
|
|
873
|
+
- @backstage/core-components@0.12.1-next.2
|
|
874
|
+
- @backstage/plugin-catalog-react@1.2.2-next.2
|
|
875
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
876
|
+
- @backstage/config@1.0.5-next.1
|
|
877
|
+
- @backstage/theme@0.2.16
|
|
878
|
+
|
|
879
|
+
## 0.3.12-next.1
|
|
880
|
+
|
|
881
|
+
### Patch Changes
|
|
882
|
+
|
|
883
|
+
- Updated dependencies
|
|
884
|
+
- @backstage/core-components@0.12.1-next.1
|
|
885
|
+
- @backstage/core-plugin-api@1.1.1-next.1
|
|
886
|
+
- @backstage/plugin-catalog-react@1.2.2-next.1
|
|
887
|
+
- @backstage/config@1.0.5-next.1
|
|
888
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
889
|
+
- @backstage/theme@0.2.16
|
|
890
|
+
|
|
891
|
+
## 0.3.12-next.0
|
|
892
|
+
|
|
893
|
+
### Patch Changes
|
|
894
|
+
|
|
895
|
+
- 3280711113: Updated dependency `msw` to `^0.49.0`.
|
|
896
|
+
- Updated dependencies
|
|
897
|
+
- @backstage/core-components@0.12.1-next.0
|
|
898
|
+
- @backstage/core-plugin-api@1.1.1-next.0
|
|
899
|
+
- @backstage/plugin-catalog-react@1.2.2-next.0
|
|
900
|
+
- @backstage/catalog-model@1.1.4-next.0
|
|
901
|
+
- @backstage/config@1.0.5-next.0
|
|
902
|
+
- @backstage/theme@0.2.16
|
|
903
|
+
|
|
904
|
+
## 0.3.11
|
|
905
|
+
|
|
906
|
+
### Patch Changes
|
|
907
|
+
|
|
908
|
+
- f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
|
|
909
|
+
- Updated dependencies
|
|
910
|
+
- @backstage/plugin-catalog-react@1.2.1
|
|
911
|
+
- @backstage/core-components@0.12.0
|
|
912
|
+
- @backstage/core-plugin-api@1.1.0
|
|
913
|
+
- @backstage/catalog-model@1.1.3
|
|
914
|
+
- @backstage/config@1.0.4
|
|
915
|
+
- @backstage/theme@0.2.16
|
|
916
|
+
|
|
917
|
+
## 0.3.11-next.1
|
|
918
|
+
|
|
919
|
+
### Patch Changes
|
|
920
|
+
|
|
921
|
+
- Updated dependencies
|
|
922
|
+
- @backstage/core-components@0.12.0-next.1
|
|
923
|
+
- @backstage/catalog-model@1.1.3-next.0
|
|
924
|
+
- @backstage/config@1.0.4-next.0
|
|
925
|
+
- @backstage/core-plugin-api@1.1.0-next.0
|
|
926
|
+
- @backstage/theme@0.2.16
|
|
927
|
+
- @backstage/plugin-catalog-react@1.2.1-next.1
|
|
928
|
+
|
|
929
|
+
## 0.3.11-next.0
|
|
930
|
+
|
|
931
|
+
### Patch Changes
|
|
932
|
+
|
|
933
|
+
- f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
|
|
934
|
+
- Updated dependencies
|
|
935
|
+
- @backstage/plugin-catalog-react@1.2.1-next.0
|
|
936
|
+
- @backstage/core-components@0.12.0-next.0
|
|
937
|
+
- @backstage/core-plugin-api@1.1.0-next.0
|
|
938
|
+
- @backstage/catalog-model@1.1.3-next.0
|
|
939
|
+
- @backstage/config@1.0.4-next.0
|
|
940
|
+
- @backstage/theme@0.2.16
|
|
941
|
+
|
|
942
|
+
## 0.3.10
|
|
943
|
+
|
|
944
|
+
### Patch Changes
|
|
945
|
+
|
|
946
|
+
- Updated dependencies
|
|
947
|
+
- @backstage/catalog-model@1.1.2
|
|
948
|
+
- @backstage/plugin-catalog-react@1.2.0
|
|
949
|
+
- @backstage/core-components@0.11.2
|
|
950
|
+
- @backstage/core-plugin-api@1.0.7
|
|
951
|
+
- @backstage/config@1.0.3
|
|
952
|
+
- @backstage/theme@0.2.16
|
|
953
|
+
|
|
954
|
+
## 0.3.10-next.2
|
|
955
|
+
|
|
956
|
+
### Patch Changes
|
|
957
|
+
|
|
958
|
+
- Updated dependencies
|
|
959
|
+
- @backstage/plugin-catalog-react@1.2.0-next.2
|
|
960
|
+
- @backstage/catalog-model@1.1.2-next.2
|
|
961
|
+
- @backstage/config@1.0.3-next.2
|
|
962
|
+
- @backstage/core-components@0.11.2-next.2
|
|
963
|
+
- @backstage/core-plugin-api@1.0.7-next.2
|
|
964
|
+
- @backstage/theme@0.2.16
|
|
965
|
+
|
|
966
|
+
## 0.3.10-next.1
|
|
967
|
+
|
|
968
|
+
### Patch Changes
|
|
969
|
+
|
|
970
|
+
- Updated dependencies
|
|
971
|
+
- @backstage/plugin-catalog-react@1.2.0-next.1
|
|
972
|
+
- @backstage/core-components@0.11.2-next.1
|
|
973
|
+
- @backstage/core-plugin-api@1.0.7-next.1
|
|
974
|
+
- @backstage/catalog-model@1.1.2-next.1
|
|
975
|
+
- @backstage/config@1.0.3-next.1
|
|
976
|
+
- @backstage/theme@0.2.16
|
|
977
|
+
|
|
978
|
+
## 0.3.10-next.0
|
|
979
|
+
|
|
980
|
+
### Patch Changes
|
|
981
|
+
|
|
982
|
+
- Updated dependencies
|
|
983
|
+
- @backstage/catalog-model@1.1.2-next.0
|
|
984
|
+
- @backstage/core-components@0.11.2-next.0
|
|
985
|
+
- @backstage/plugin-catalog-react@1.1.5-next.0
|
|
986
|
+
- @backstage/config@1.0.3-next.0
|
|
987
|
+
- @backstage/core-plugin-api@1.0.7-next.0
|
|
988
|
+
- @backstage/theme@0.2.16
|
|
989
|
+
|
|
990
|
+
## 0.3.9
|
|
991
|
+
|
|
992
|
+
### Patch Changes
|
|
993
|
+
|
|
994
|
+
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
|
995
|
+
- f6be17460d: Minor API signatures cleanup
|
|
996
|
+
- 7d47def9c4: Removed dependency on `@types/jest`.
|
|
997
|
+
- 667d917488: Updated dependency `msw` to `^0.47.0`.
|
|
998
|
+
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
|
|
999
|
+
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
|
|
1000
|
+
- Updated dependencies
|
|
1001
|
+
- @backstage/core-components@0.11.1
|
|
1002
|
+
- @backstage/core-plugin-api@1.0.6
|
|
1003
|
+
- @backstage/plugin-catalog-react@1.1.4
|
|
1004
|
+
- @backstage/catalog-model@1.1.1
|
|
1005
|
+
- @backstage/config@1.0.2
|
|
1006
|
+
|
|
1007
|
+
## 0.3.9-next.3
|
|
1008
|
+
|
|
1009
|
+
### Patch Changes
|
|
1010
|
+
|
|
1011
|
+
- 7d47def9c4: Removed dependency on `@types/jest`.
|
|
1012
|
+
- Updated dependencies
|
|
1013
|
+
- @backstage/plugin-catalog-react@1.1.4-next.2
|
|
1014
|
+
- @backstage/catalog-model@1.1.1-next.0
|
|
1015
|
+
- @backstage/config@1.0.2-next.0
|
|
1016
|
+
- @backstage/core-components@0.11.1-next.3
|
|
1017
|
+
- @backstage/core-plugin-api@1.0.6-next.3
|
|
1018
|
+
|
|
1019
|
+
## 0.3.9-next.2
|
|
1020
|
+
|
|
1021
|
+
### Patch Changes
|
|
1022
|
+
|
|
1023
|
+
- 667d917488: Updated dependency `msw` to `^0.47.0`.
|
|
1024
|
+
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
|
|
1025
|
+
- Updated dependencies
|
|
1026
|
+
- @backstage/core-components@0.11.1-next.2
|
|
1027
|
+
- @backstage/core-plugin-api@1.0.6-next.2
|
|
1028
|
+
|
|
1029
|
+
## 0.3.9-next.1
|
|
1030
|
+
|
|
1031
|
+
### Patch Changes
|
|
1032
|
+
|
|
1033
|
+
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
|
1034
|
+
- Updated dependencies
|
|
1035
|
+
- @backstage/core-components@0.11.1-next.1
|
|
1036
|
+
- @backstage/core-plugin-api@1.0.6-next.1
|
|
1037
|
+
- @backstage/plugin-catalog-react@1.1.4-next.1
|
|
1038
|
+
|
|
1039
|
+
## 0.3.9-next.0
|
|
1040
|
+
|
|
1041
|
+
### Patch Changes
|
|
1042
|
+
|
|
1043
|
+
- f6be17460d: Minor API signatures cleanup
|
|
1044
|
+
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
|
|
1045
|
+
- Updated dependencies
|
|
1046
|
+
- @backstage/core-plugin-api@1.0.6-next.0
|
|
1047
|
+
- @backstage/core-components@0.11.1-next.0
|
|
1048
|
+
- @backstage/plugin-catalog-react@1.1.4-next.0
|
|
1049
|
+
|
|
1050
|
+
## 0.3.8
|
|
1051
|
+
|
|
1052
|
+
### Patch Changes
|
|
1053
|
+
|
|
1054
|
+
- bde245f0bf: Add dashboard URL feature and fix minor styling issues.
|
|
1055
|
+
- Updated dependencies
|
|
1056
|
+
- @backstage/core-components@0.11.0
|
|
1057
|
+
- @backstage/core-plugin-api@1.0.5
|
|
1058
|
+
- @backstage/plugin-catalog-react@1.1.3
|
|
1059
|
+
|
|
1060
|
+
## 0.3.8-next.1
|
|
1061
|
+
|
|
1062
|
+
### Patch Changes
|
|
1063
|
+
|
|
1064
|
+
- Updated dependencies
|
|
1065
|
+
- @backstage/plugin-catalog-react@1.1.3-next.2
|
|
1066
|
+
- @backstage/core-components@0.11.0-next.2
|
|
1067
|
+
|
|
1068
|
+
## 0.3.8-next.0
|
|
1069
|
+
|
|
1070
|
+
### Patch Changes
|
|
1071
|
+
|
|
1072
|
+
- bde245f0bf: Add dashboard URL feature and fix minor styling issues.
|
|
1073
|
+
- Updated dependencies
|
|
1074
|
+
- @backstage/core-plugin-api@1.0.5-next.0
|
|
1075
|
+
- @backstage/plugin-catalog-react@1.1.3-next.0
|
|
1076
|
+
- @backstage/core-components@0.10.1-next.0
|
|
1077
|
+
|
|
1078
|
+
## 0.3.7
|
|
1079
|
+
|
|
1080
|
+
### Patch Changes
|
|
1081
|
+
|
|
1082
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
1083
|
+
- 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
|
|
1084
|
+
- Updated dependencies
|
|
1085
|
+
- @backstage/core-components@0.10.0
|
|
1086
|
+
- @backstage/catalog-model@1.1.0
|
|
1087
|
+
- @backstage/core-plugin-api@1.0.4
|
|
1088
|
+
- @backstage/plugin-catalog-react@1.1.2
|
|
1089
|
+
- @backstage/theme@0.2.16
|
|
1090
|
+
|
|
1091
|
+
## 0.3.7-next.3
|
|
1092
|
+
|
|
1093
|
+
### Patch Changes
|
|
1094
|
+
|
|
1095
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
1096
|
+
- Updated dependencies
|
|
1097
|
+
- @backstage/core-plugin-api@1.0.4-next.0
|
|
1098
|
+
- @backstage/core-components@0.10.0-next.3
|
|
1099
|
+
- @backstage/catalog-model@1.1.0-next.3
|
|
1100
|
+
- @backstage/plugin-catalog-react@1.1.2-next.3
|
|
1101
|
+
|
|
1102
|
+
## 0.3.7-next.2
|
|
1103
|
+
|
|
1104
|
+
### Patch Changes
|
|
1105
|
+
|
|
1106
|
+
- Updated dependencies
|
|
1107
|
+
- @backstage/core-components@0.10.0-next.2
|
|
1108
|
+
- @backstage/catalog-model@1.1.0-next.2
|
|
1109
|
+
- @backstage/theme@0.2.16-next.1
|
|
1110
|
+
- @backstage/plugin-catalog-react@1.1.2-next.2
|
|
1111
|
+
|
|
1112
|
+
## 0.3.7-next.1
|
|
1113
|
+
|
|
1114
|
+
### Patch Changes
|
|
1115
|
+
|
|
1116
|
+
- Updated dependencies
|
|
1117
|
+
- @backstage/core-components@0.9.6-next.1
|
|
1118
|
+
- @backstage/catalog-model@1.1.0-next.1
|
|
1119
|
+
- @backstage/theme@0.2.16-next.0
|
|
1120
|
+
- @backstage/plugin-catalog-react@1.1.2-next.1
|
|
1121
|
+
|
|
1122
|
+
## 0.3.7-next.0
|
|
1123
|
+
|
|
1124
|
+
### Patch Changes
|
|
1125
|
+
|
|
1126
|
+
- Updated dependencies
|
|
1127
|
+
- @backstage/catalog-model@1.1.0-next.0
|
|
1128
|
+
- @backstage/core-components@0.9.6-next.0
|
|
1129
|
+
- @backstage/plugin-catalog-react@1.1.2-next.0
|
|
1130
|
+
|
|
1131
|
+
## 0.3.6
|
|
1132
|
+
|
|
1133
|
+
### Patch Changes
|
|
1134
|
+
|
|
1135
|
+
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
|
1136
|
+
- Updated dependencies
|
|
1137
|
+
- @backstage/plugin-catalog-react@1.1.1
|
|
1138
|
+
- @backstage/core-components@0.9.5
|
|
1139
|
+
- @backstage/core-plugin-api@1.0.3
|
|
1140
|
+
- @backstage/catalog-model@1.0.3
|
|
1141
|
+
|
|
1142
|
+
## 0.3.6-next.1
|
|
1143
|
+
|
|
1144
|
+
### Patch Changes
|
|
1145
|
+
|
|
1146
|
+
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
|
1147
|
+
- Updated dependencies
|
|
1148
|
+
- @backstage/core-components@0.9.5-next.1
|
|
1149
|
+
- @backstage/core-plugin-api@1.0.3-next.0
|
|
1150
|
+
- @backstage/catalog-model@1.0.3-next.0
|
|
1151
|
+
- @backstage/plugin-catalog-react@1.1.1-next.1
|
|
1152
|
+
|
|
1153
|
+
## 0.3.6-next.0
|
|
1154
|
+
|
|
1155
|
+
### Patch Changes
|
|
1156
|
+
|
|
1157
|
+
- Updated dependencies
|
|
1158
|
+
- @backstage/plugin-catalog-react@1.1.1-next.0
|
|
1159
|
+
- @backstage/core-components@0.9.5-next.0
|
|
1160
|
+
|
|
1161
|
+
## 0.3.5
|
|
1162
|
+
|
|
1163
|
+
### Patch Changes
|
|
1164
|
+
|
|
1165
|
+
- Updated dependencies
|
|
1166
|
+
- @backstage/core-components@0.9.4
|
|
1167
|
+
- @backstage/core-plugin-api@1.0.2
|
|
1168
|
+
- @backstage/plugin-catalog-react@1.1.0
|
|
1169
|
+
- @backstage/catalog-model@1.0.2
|
|
1170
|
+
|
|
1171
|
+
## 0.3.5-next.2
|
|
1172
|
+
|
|
1173
|
+
### Patch Changes
|
|
1174
|
+
|
|
1175
|
+
- Updated dependencies
|
|
1176
|
+
- @backstage/core-components@0.9.4-next.1
|
|
1177
|
+
- @backstage/plugin-catalog-react@1.1.0-next.2
|
|
1178
|
+
- @backstage/catalog-model@1.0.2-next.0
|
|
1179
|
+
- @backstage/core-plugin-api@1.0.2-next.1
|
|
1180
|
+
|
|
1181
|
+
## 0.3.5-next.1
|
|
1182
|
+
|
|
1183
|
+
### Patch Changes
|
|
1184
|
+
|
|
1185
|
+
- Updated dependencies
|
|
1186
|
+
- @backstage/core-components@0.9.4-next.0
|
|
1187
|
+
- @backstage/core-plugin-api@1.0.2-next.0
|
|
1188
|
+
- @backstage/plugin-catalog-react@1.1.0-next.1
|
|
1189
|
+
|
|
1190
|
+
## 0.3.5-next.0
|
|
1191
|
+
|
|
1192
|
+
### Patch Changes
|
|
1193
|
+
|
|
1194
|
+
- Updated dependencies
|
|
1195
|
+
- @backstage/plugin-catalog-react@1.1.0-next.0
|
|
1196
|
+
|
|
1197
|
+
## 0.3.4
|
|
1198
|
+
|
|
1199
|
+
### Patch Changes
|
|
1200
|
+
|
|
1201
|
+
- 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
|
|
1202
|
+
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
|
|
1203
|
+
- 230ad0826f: Bump to using `@types/node` v16
|
|
1204
|
+
- Updated dependencies
|
|
1205
|
+
- @backstage/plugin-catalog-react@1.0.1
|
|
1206
|
+
- @backstage/catalog-model@1.0.1
|
|
1207
|
+
- @backstage/core-components@0.9.3
|
|
1208
|
+
- @backstage/core-plugin-api@1.0.1
|
|
1209
|
+
|
|
1210
|
+
## 0.3.4-next.1
|
|
1211
|
+
|
|
1212
|
+
### Patch Changes
|
|
1213
|
+
|
|
1214
|
+
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
|
|
1215
|
+
- 230ad0826f: Bump to using `@types/node` v16
|
|
1216
|
+
- Updated dependencies
|
|
1217
|
+
- @backstage/core-components@0.9.3-next.2
|
|
1218
|
+
- @backstage/core-plugin-api@1.0.1-next.0
|
|
1219
|
+
- @backstage/plugin-catalog-react@1.0.1-next.3
|
|
1220
|
+
|
|
1221
|
+
## 0.3.4-next.0
|
|
1222
|
+
|
|
1223
|
+
### Patch Changes
|
|
1224
|
+
|
|
1225
|
+
- Updated dependencies
|
|
1226
|
+
- @backstage/catalog-model@1.0.1-next.0
|
|
1227
|
+
- @backstage/plugin-catalog-react@1.0.1-next.0
|
|
1228
|
+
- @backstage/core-components@0.9.3-next.0
|
|
1229
|
+
|
|
1230
|
+
## 0.3.3
|
|
1231
|
+
|
|
1232
|
+
### Patch Changes
|
|
1233
|
+
|
|
1234
|
+
- 89c7e47967: Minor README update
|
|
1235
|
+
- a422d7ce5e: chore(deps): bump `@testing-library/react` from 11.2.6 to 12.1.3
|
|
1236
|
+
- Updated dependencies
|
|
1237
|
+
- @backstage/core-components@0.9.2
|
|
1238
|
+
- @backstage/core-plugin-api@1.0.0
|
|
1239
|
+
- @backstage/plugin-catalog-react@1.0.0
|
|
1240
|
+
- @backstage/catalog-model@1.0.0
|
|
1241
|
+
|
|
1242
|
+
## 0.3.2
|
|
1243
|
+
|
|
1244
|
+
### Patch Changes
|
|
1245
|
+
|
|
1246
|
+
- Updated dependencies
|
|
1247
|
+
- @backstage/plugin-catalog-react@0.9.0
|
|
1248
|
+
- @backstage/core-components@0.9.1
|
|
1249
|
+
- @backstage/catalog-model@0.13.0
|
|
1250
|
+
|
|
1251
|
+
## 0.3.2-next.0
|
|
1252
|
+
|
|
1253
|
+
### Patch Changes
|
|
1254
|
+
|
|
1255
|
+
- Updated dependencies
|
|
1256
|
+
- @backstage/plugin-catalog-react@0.9.0-next.0
|
|
1257
|
+
- @backstage/core-components@0.9.1-next.0
|
|
1258
|
+
- @backstage/catalog-model@0.13.0-next.0
|
|
1259
|
+
|
|
1260
|
+
## 0.3.1
|
|
1261
|
+
|
|
1262
|
+
### Patch Changes
|
|
1263
|
+
|
|
1264
|
+
- Updated dependencies
|
|
1265
|
+
- @backstage/catalog-model@0.12.0
|
|
1266
|
+
- @backstage/core-components@0.9.0
|
|
1267
|
+
- @backstage/plugin-catalog-react@0.8.0
|
|
1268
|
+
- @backstage/core-plugin-api@0.8.0
|
|
1269
|
+
|
|
1270
|
+
## 0.3.0
|
|
1271
|
+
|
|
1272
|
+
### Minor Changes
|
|
1273
|
+
|
|
1274
|
+
- 2262fe19c9: **BREAKING**: Removed support for passing in an explicit `entity` prop to entity page extensions, which has been deprecated for a long time. This is only a breaking change at the TypeScript level, as this property was already ignored.
|
|
1275
|
+
|
|
1276
|
+
### Patch Changes
|
|
1277
|
+
|
|
1278
|
+
- Updated dependencies
|
|
1279
|
+
- @backstage/core-components@0.8.10
|
|
1280
|
+
- @backstage/plugin-catalog-react@0.7.0
|
|
1281
|
+
- @backstage/catalog-model@0.11.0
|
|
1282
|
+
- @backstage/core-plugin-api@0.7.0
|
|
1283
|
+
|
|
1284
|
+
## 0.2.29
|
|
1285
|
+
|
|
1286
|
+
### Patch Changes
|
|
1287
|
+
|
|
1288
|
+
- 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
|
|
1289
|
+
- c77c5c7eb6: Added `backstage.role` to `package.json`
|
|
1290
|
+
- Updated dependencies
|
|
1291
|
+
- @backstage/core-components@0.8.9
|
|
1292
|
+
- @backstage/core-plugin-api@0.6.1
|
|
1293
|
+
- @backstage/plugin-catalog-react@0.6.15
|
|
1294
|
+
- @backstage/catalog-model@0.10.0
|
|
1295
|
+
- @backstage/theme@0.2.15
|
|
1296
|
+
|
|
1297
|
+
## 0.2.28
|
|
1298
|
+
|
|
1299
|
+
### Patch Changes
|
|
1300
|
+
|
|
1301
|
+
- Updated dependencies
|
|
1302
|
+
- @backstage/core-components@0.8.8
|
|
1303
|
+
- @backstage/plugin-catalog-react@0.6.14
|
|
1304
|
+
|
|
1305
|
+
## 0.2.28-next.0
|
|
1306
|
+
|
|
1307
|
+
### Patch Changes
|
|
1308
|
+
|
|
1309
|
+
- Updated dependencies
|
|
1310
|
+
- @backstage/core-components@0.8.8-next.0
|
|
1311
|
+
- @backstage/plugin-catalog-react@0.6.14-next.0
|
|
1312
|
+
|
|
1313
|
+
## 0.2.27
|
|
1314
|
+
|
|
1315
|
+
### Patch Changes
|
|
1316
|
+
|
|
1317
|
+
- Updated dependencies
|
|
1318
|
+
- @backstage/core-components@0.8.7
|
|
1319
|
+
- @backstage/plugin-catalog-react@0.6.13
|
|
1320
|
+
|
|
1321
|
+
## 0.2.27-next.0
|
|
1322
|
+
|
|
1323
|
+
### Patch Changes
|
|
1324
|
+
|
|
1325
|
+
- Updated dependencies
|
|
1326
|
+
- @backstage/core-components@0.8.7-next.0
|
|
1327
|
+
- @backstage/plugin-catalog-react@0.6.13-next.0
|
|
1328
|
+
|
|
1329
|
+
## 0.2.26
|
|
1330
|
+
|
|
1331
|
+
### Patch Changes
|
|
1332
|
+
|
|
1333
|
+
- 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
|
|
1334
|
+
- Updated dependencies
|
|
1335
|
+
- @backstage/core-components@0.8.5
|
|
1336
|
+
- @backstage/core-plugin-api@0.6.0
|
|
1337
|
+
- @backstage/plugin-catalog-react@0.6.12
|
|
1338
|
+
- @backstage/catalog-model@0.9.10
|
|
1339
|
+
|
|
1340
|
+
## 0.2.26-next.0
|
|
1341
|
+
|
|
1342
|
+
### Patch Changes
|
|
1343
|
+
|
|
1344
|
+
- 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
|
|
1345
|
+
- Updated dependencies
|
|
1346
|
+
- @backstage/core-components@0.8.5-next.0
|
|
1347
|
+
- @backstage/core-plugin-api@0.6.0-next.0
|
|
1348
|
+
- @backstage/plugin-catalog-react@0.6.12-next.0
|
|
1349
|
+
- @backstage/catalog-model@0.9.10-next.0
|
|
1350
|
+
|
|
1351
|
+
## 0.2.25
|
|
1352
|
+
|
|
1353
|
+
### Patch Changes
|
|
1354
|
+
|
|
1355
|
+
- Updated dependencies
|
|
1356
|
+
- @backstage/core-components@0.8.4
|
|
1357
|
+
- @backstage/core-plugin-api@0.5.0
|
|
1358
|
+
- @backstage/plugin-catalog-react@0.6.11
|
|
1359
|
+
- @backstage/catalog-model@0.9.9
|
|
1360
|
+
|
|
1361
|
+
## 0.2.24
|
|
1362
|
+
|
|
1363
|
+
### Patch Changes
|
|
1364
|
+
|
|
1365
|
+
- 4ce51ab0f1: Internal refactor of the `react-use` imports to use `react-use/lib/*` instead.
|
|
1366
|
+
- Updated dependencies
|
|
1367
|
+
- @backstage/core-plugin-api@0.4.1
|
|
1368
|
+
- @backstage/plugin-catalog-react@0.6.10
|
|
1369
|
+
- @backstage/core-components@0.8.3
|
|
1370
|
+
|
|
1371
|
+
## 0.2.23
|
|
1372
|
+
|
|
1373
|
+
### Patch Changes
|
|
1374
|
+
|
|
1375
|
+
- Updated dependencies
|
|
1376
|
+
- @backstage/core-plugin-api@0.4.0
|
|
1377
|
+
- @backstage/plugin-catalog-react@0.6.8
|
|
1378
|
+
- @backstage/core-components@0.8.2
|
|
1379
|
+
|
|
1380
|
+
## 0.2.22
|
|
1381
|
+
|
|
1382
|
+
### Patch Changes
|
|
1383
|
+
|
|
1384
|
+
- cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
|
|
1385
|
+
- Updated dependencies
|
|
1386
|
+
- @backstage/core-components@0.8.0
|
|
1387
|
+
- @backstage/core-plugin-api@0.3.0
|
|
1388
|
+
- @backstage/plugin-catalog-react@0.6.5
|
|
1389
|
+
|
|
1390
|
+
## 0.2.21
|
|
1391
|
+
|
|
1392
|
+
### Patch Changes
|
|
1393
|
+
|
|
1394
|
+
- a125278b81: Refactor out the deprecated path and icon from RouteRefs
|
|
1395
|
+
- Updated dependencies
|
|
1396
|
+
- @backstage/catalog-model@0.9.7
|
|
1397
|
+
- @backstage/plugin-catalog-react@0.6.4
|
|
1398
|
+
- @backstage/core-components@0.7.4
|
|
1399
|
+
- @backstage/core-plugin-api@0.2.0
|
|
1400
|
+
|
|
1401
|
+
## 0.2.20
|
|
1402
|
+
|
|
1403
|
+
### Patch Changes
|
|
1404
|
+
|
|
1405
|
+
- 91f8644f17: Use IdentityApi to provide Auth Token for KafkaBackendClient Api calls
|
|
1406
|
+
- Updated dependencies
|
|
1407
|
+
- @backstage/core-components@0.7.3
|
|
1408
|
+
- @backstage/theme@0.2.13
|
|
1409
|
+
- @backstage/core-plugin-api@0.1.13
|
|
1410
|
+
- @backstage/plugin-catalog-react@0.6.3
|
|
1411
|
+
|
|
1412
|
+
## 0.2.19
|
|
1413
|
+
|
|
1414
|
+
### Patch Changes
|
|
1415
|
+
|
|
1416
|
+
- Updated dependencies
|
|
1417
|
+
- @backstage/plugin-catalog-react@0.6.0
|
|
1418
|
+
- @backstage/core-components@0.7.0
|
|
1419
|
+
- @backstage/theme@0.2.11
|
|
1420
|
+
|
|
1421
|
+
## 0.2.18
|
|
1422
|
+
|
|
1423
|
+
### Patch Changes
|
|
1424
|
+
|
|
1425
|
+
- 81a41ec249: Added a `name` key to all extensions in order to improve Analytics API metadata.
|
|
1426
|
+
- Updated dependencies
|
|
1427
|
+
- @backstage/core-components@0.6.1
|
|
1428
|
+
- @backstage/core-plugin-api@0.1.10
|
|
1429
|
+
- @backstage/plugin-catalog-react@0.5.2
|
|
1430
|
+
- @backstage/catalog-model@0.9.4
|
|
1431
|
+
|
|
1432
|
+
## 0.2.17
|
|
1433
|
+
|
|
1434
|
+
### Patch Changes
|
|
1435
|
+
|
|
1436
|
+
- Updated dependencies
|
|
1437
|
+
- @backstage/core-plugin-api@0.1.9
|
|
1438
|
+
- @backstage/core-components@0.6.0
|
|
1439
|
+
- @backstage/plugin-catalog-react@0.5.1
|
|
1440
|
+
|
|
1441
|
+
## 0.2.16
|
|
1442
|
+
|
|
1443
|
+
### Patch Changes
|
|
1444
|
+
|
|
1445
|
+
- Updated dependencies
|
|
1446
|
+
- @backstage/core-components@0.5.0
|
|
1447
|
+
- @backstage/plugin-catalog-react@0.5.0
|
|
1448
|
+
- @backstage/catalog-model@0.9.3
|
|
1449
|
+
|
|
1450
|
+
## 0.2.15
|
|
1451
|
+
|
|
1452
|
+
### Patch Changes
|
|
1453
|
+
|
|
1454
|
+
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
|
|
1455
|
+
- Updated dependencies
|
|
1456
|
+
- @backstage/core-components@0.4.2
|
|
1457
|
+
- @backstage/plugin-catalog-react@0.4.6
|
|
1458
|
+
- @backstage/core-plugin-api@0.1.8
|
|
1459
|
+
|
|
1460
|
+
## 0.2.14
|
|
1461
|
+
|
|
1462
|
+
### Patch Changes
|
|
1463
|
+
|
|
1464
|
+
- Updated dependencies
|
|
1465
|
+
- @backstage/plugin-catalog-react@0.4.5
|
|
1466
|
+
- @backstage/core-components@0.4.0
|
|
1467
|
+
- @backstage/catalog-model@0.9.1
|
|
1468
|
+
|
|
1469
|
+
## 0.2.13
|
|
1470
|
+
|
|
1471
|
+
### Patch Changes
|
|
1472
|
+
|
|
1473
|
+
- Updated dependencies
|
|
1474
|
+
- @backstage/core-components@0.3.0
|
|
1475
|
+
- @backstage/core-plugin-api@0.1.5
|
|
1476
|
+
- @backstage/plugin-catalog-react@0.4.1
|
|
1477
|
+
|
|
1478
|
+
## 0.2.12
|
|
1479
|
+
|
|
1480
|
+
### Patch Changes
|
|
1481
|
+
|
|
1482
|
+
- 9d40fcb1e: - Bumping `material-ui/core` version to at least `4.12.2` as they made some breaking changes in later versions which broke `Pagination` of the `Table`.
|
|
1483
|
+
- Switching out `material-table` to `@material-table/core` for support for the later versions of `material-ui/core`
|
|
1484
|
+
- This causes a minor API change to `@backstage/core-components` as the interface for `Table` re-exports the `prop` from the underlying `Table` components.
|
|
1485
|
+
- `onChangeRowsPerPage` has been renamed to `onRowsPerPageChange`
|
|
1486
|
+
- `onChangePage` has been renamed to `onPageChange`
|
|
1487
|
+
- Migration guide is here: https://material-table-core.com/docs/breaking-changes
|
|
1488
|
+
- Updated dependencies
|
|
1489
|
+
- @backstage/core-components@0.2.0
|
|
1490
|
+
- @backstage/plugin-catalog-react@0.4.0
|
|
1491
|
+
- @backstage/core-plugin-api@0.1.4
|
|
1492
|
+
- @backstage/theme@0.2.9
|
|
1493
|
+
|
|
1494
|
+
## 0.2.11
|
|
1495
|
+
|
|
1496
|
+
### Patch Changes
|
|
1497
|
+
|
|
1498
|
+
- Updated dependencies
|
|
1499
|
+
- @backstage/plugin-catalog-react@0.3.0
|
|
1500
|
+
|
|
1501
|
+
## 0.2.10
|
|
1502
|
+
|
|
1503
|
+
### Patch Changes
|
|
1504
|
+
|
|
1505
|
+
- Updated dependencies
|
|
1506
|
+
- @backstage/core-components@0.1.5
|
|
1507
|
+
- @backstage/catalog-model@0.9.0
|
|
1508
|
+
- @backstage/plugin-catalog-react@0.2.6
|
|
1509
|
+
|
|
1510
|
+
## 0.2.9
|
|
1511
|
+
|
|
1512
|
+
### Patch Changes
|
|
1513
|
+
|
|
1514
|
+
- 48c9fcd33: Migrated to use the new `@backstage/core-*` packages rather than `@backstage/core`.
|
|
1515
|
+
- Updated dependencies
|
|
1516
|
+
- @backstage/core-plugin-api@0.1.3
|
|
1517
|
+
- @backstage/catalog-model@0.8.4
|
|
1518
|
+
- @backstage/plugin-catalog-react@0.2.4
|
|
1519
|
+
|
|
1520
|
+
## 0.2.8
|
|
1521
|
+
|
|
1522
|
+
### Patch Changes
|
|
1523
|
+
|
|
1524
|
+
- Updated dependencies [add62a455]
|
|
1525
|
+
- Updated dependencies [cc592248b]
|
|
1526
|
+
- Updated dependencies [17c497b81]
|
|
1527
|
+
- Updated dependencies [704875e26]
|
|
1528
|
+
- @backstage/catalog-model@0.8.0
|
|
1529
|
+
- @backstage/core@0.7.11
|
|
1530
|
+
- @backstage/plugin-catalog-react@0.2.0
|
|
1531
|
+
|
|
1532
|
+
## 0.2.7
|
|
1533
|
+
|
|
1534
|
+
### Patch Changes
|
|
1535
|
+
|
|
1536
|
+
- 062bbf90f: chore: bump `@testing-library/user-event` from 12.8.3 to 13.1.8
|
|
1537
|
+
- 675a569a9: chore: bump `react-use` dependency in all packages
|
|
1538
|
+
- Updated dependencies [062bbf90f]
|
|
1539
|
+
- Updated dependencies [10c008a3a]
|
|
1540
|
+
- Updated dependencies [889d89b6e]
|
|
1541
|
+
- Updated dependencies [16be1d093]
|
|
1542
|
+
- Updated dependencies [3f988cb63]
|
|
1543
|
+
- Updated dependencies [675a569a9]
|
|
1544
|
+
- @backstage/core@0.7.9
|
|
1545
|
+
- @backstage/plugin-catalog-react@0.1.6
|
|
1546
|
+
- @backstage/catalog-model@0.7.9
|
|
1547
|
+
|
|
1548
|
+
## 0.2.6
|
|
1549
|
+
|
|
1550
|
+
### Patch Changes
|
|
1551
|
+
|
|
1552
|
+
- 8f72318fe: Added lag column in the plugin main table
|
|
1553
|
+
- Updated dependencies [0b42fff22]
|
|
1554
|
+
- Updated dependencies [ff4d666ab]
|
|
1555
|
+
- Updated dependencies [2089de76b]
|
|
1556
|
+
- Updated dependencies [dc1fc92c8]
|
|
1557
|
+
- @backstage/catalog-model@0.7.4
|
|
1558
|
+
- @backstage/core@0.7.1
|
|
1559
|
+
- @backstage/theme@0.2.4
|
|
1560
|
+
|
|
1561
|
+
## 0.2.5
|
|
1562
|
+
|
|
1563
|
+
### Patch Changes
|
|
1564
|
+
|
|
1565
|
+
- Updated dependencies [12d8f27a6]
|
|
1566
|
+
- Updated dependencies [40c0fdbaa]
|
|
1567
|
+
- Updated dependencies [2a271d89e]
|
|
1568
|
+
- Updated dependencies [bece09057]
|
|
1569
|
+
- Updated dependencies [169f48deb]
|
|
1570
|
+
- Updated dependencies [8a1566719]
|
|
1571
|
+
- Updated dependencies [9d455f69a]
|
|
1572
|
+
- Updated dependencies [4c049a1a1]
|
|
1573
|
+
- Updated dependencies [02816ecd7]
|
|
1574
|
+
- @backstage/catalog-model@0.7.3
|
|
1575
|
+
- @backstage/core@0.7.0
|
|
1576
|
+
- @backstage/plugin-catalog-react@0.1.1
|
|
1577
|
+
|
|
1578
|
+
## 0.2.4
|
|
1579
|
+
|
|
1580
|
+
### Patch Changes
|
|
1581
|
+
|
|
1582
|
+
- Updated dependencies [3a58084b6]
|
|
1583
|
+
- Updated dependencies [e799e74d4]
|
|
1584
|
+
- Updated dependencies [d0760ecdf]
|
|
1585
|
+
- Updated dependencies [1407b34c6]
|
|
1586
|
+
- Updated dependencies [88f1f1b60]
|
|
1587
|
+
- Updated dependencies [bad21a085]
|
|
1588
|
+
- Updated dependencies [9615e68fb]
|
|
1589
|
+
- Updated dependencies [49f9b7346]
|
|
1590
|
+
- Updated dependencies [5c2e2863f]
|
|
1591
|
+
- Updated dependencies [3a58084b6]
|
|
1592
|
+
- Updated dependencies [2c1f2a7c2]
|
|
1593
|
+
- @backstage/core@0.6.3
|
|
1594
|
+
- @backstage/plugin-catalog-react@0.1.0
|
|
1595
|
+
- @backstage/catalog-model@0.7.2
|
|
1596
|
+
|
|
1597
|
+
## 0.2.3
|
|
1598
|
+
|
|
1599
|
+
### Patch Changes
|
|
1600
|
+
|
|
1601
|
+
- Updated dependencies [fd3f2a8c0]
|
|
1602
|
+
- Updated dependencies [d34d26125]
|
|
1603
|
+
- Updated dependencies [0af242b6d]
|
|
1604
|
+
- Updated dependencies [f4c2bcf54]
|
|
1605
|
+
- Updated dependencies [10a0124e0]
|
|
1606
|
+
- Updated dependencies [07e226872]
|
|
1607
|
+
- Updated dependencies [f62e7abe5]
|
|
1608
|
+
- Updated dependencies [96f378d10]
|
|
1609
|
+
- Updated dependencies [688b73110]
|
|
1610
|
+
- @backstage/core@0.6.2
|
|
1611
|
+
- @backstage/plugin-catalog-react@0.0.4
|
|
1612
|
+
|
|
1613
|
+
## 0.2.2
|
|
1614
|
+
|
|
1615
|
+
### Patch Changes
|
|
1616
|
+
|
|
1617
|
+
- 7716d1d70: Migrate to new composability API, exporting the plugin instance as `kafkaPlugin`, entity content as `EntityKafkaContent`, and entity conditional as `isKafkaAvailable`.
|
|
1618
|
+
- Updated dependencies [19d354c78]
|
|
1619
|
+
- Updated dependencies [b51ee6ece]
|
|
1620
|
+
- @backstage/plugin-catalog-react@0.0.3
|
|
1621
|
+
- @backstage/core@0.6.1
|
|
1622
|
+
|
|
1623
|
+
## 0.2.1
|
|
1624
|
+
|
|
1625
|
+
### Patch Changes
|
|
1626
|
+
|
|
1627
|
+
- 019fe39a0: Switch dependency from `@backstage/plugin-catalog` to `@backstage/plugin-catalog-react`.
|
|
1628
|
+
- Updated dependencies [12ece98cd]
|
|
1629
|
+
- Updated dependencies [d82246867]
|
|
1630
|
+
- Updated dependencies [7fc89bae2]
|
|
1631
|
+
- Updated dependencies [c810082ae]
|
|
1632
|
+
- Updated dependencies [5fa3bdb55]
|
|
1633
|
+
- Updated dependencies [6e612ce25]
|
|
1634
|
+
- Updated dependencies [025e122c3]
|
|
1635
|
+
- Updated dependencies [21e624ba9]
|
|
1636
|
+
- Updated dependencies [da9f53c60]
|
|
1637
|
+
- Updated dependencies [32c95605f]
|
|
1638
|
+
- Updated dependencies [7881f2117]
|
|
1639
|
+
- Updated dependencies [54c7d02f7]
|
|
1640
|
+
- Updated dependencies [11cb5ef94]
|
|
1641
|
+
- @backstage/core@0.6.0
|
|
1642
|
+
- @backstage/plugin-catalog-react@0.0.2
|
|
1643
|
+
- @backstage/theme@0.2.3
|
|
1644
|
+
- @backstage/catalog-model@0.7.1
|
|
1645
|
+
|
|
1646
|
+
## 0.2.0
|
|
1647
|
+
|
|
1648
|
+
### Minor Changes
|
|
1649
|
+
|
|
1650
|
+
- 234e7d985: Added support for multiple Kafka clusters and multiple consumers per component.
|
|
1651
|
+
Note that this introduces several breaking changes.
|
|
1652
|
+
|
|
1653
|
+
1. Configuration in `app-config.yaml` has changed to support the ability to configure multiple clusters. This means you are required to update the configs in the following way:
|
|
1654
|
+
|
|
1655
|
+
```diff
|
|
1656
|
+
kafka:
|
|
1657
|
+
clientId: backstage
|
|
1658
|
+
- brokers:
|
|
1659
|
+
- - localhost:9092
|
|
1660
|
+
+ clusters:
|
|
1661
|
+
+ - name: prod
|
|
1662
|
+
+ brokers:
|
|
1663
|
+
+ - localhost:9092
|
|
1664
|
+
```
|
|
1665
|
+
|
|
1666
|
+
2. Configuration of services has changed as well to support multiple clusters:
|
|
1667
|
+
|
|
1668
|
+
```diff
|
|
1669
|
+
annotations:
|
|
1670
|
+
- kafka.apache.org/consumer-groups: consumer
|
|
1671
|
+
+ kafka.apache.org/consumer-groups: prod/consumer
|
|
1672
|
+
```
|
|
1673
|
+
|
|
1674
|
+
3. Kafka Backend API has changed, so querying offsets of a consumer group is now done with the following query path:
|
|
1675
|
+
`/consumers/${clusterId}/${consumerGroup}/offsets`
|
|
1676
|
+
|
|
1677
|
+
### Patch Changes
|
|
1678
|
+
|
|
1679
|
+
- Updated dependencies [9dd057662]
|
|
1680
|
+
- Updated dependencies [0b1182346]
|
|
1681
|
+
- @backstage/plugin-catalog@0.2.14
|
|
1682
|
+
|
|
1683
|
+
## 0.1.1
|
|
1684
|
+
|
|
1685
|
+
### Patch Changes
|
|
1686
|
+
|
|
1687
|
+
- Updated dependencies [def2307f3]
|
|
1688
|
+
- Updated dependencies [efd6ef753]
|
|
1689
|
+
- Updated dependencies [593632f07]
|
|
1690
|
+
- Updated dependencies [33846acfc]
|
|
1691
|
+
- Updated dependencies [a187b8ad0]
|
|
1692
|
+
- Updated dependencies [f04db53d7]
|
|
1693
|
+
- Updated dependencies [a93f42213]
|
|
1694
|
+
- @backstage/catalog-model@0.7.0
|
|
1695
|
+
- @backstage/core@0.5.0
|
|
1696
|
+
- @backstage/plugin-catalog@0.2.12
|