@backstage-community/plugin-splunk-on-call 0.4.24
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 +1606 -0
- package/README.md +155 -0
- package/config.d.ts +26 -0
- package/dist/assets/emptystate.svg +1 -0
- package/dist/esm/SplunkOnCallPage-D9lfarwB.esm.js +62 -0
- package/dist/esm/SplunkOnCallPage-D9lfarwB.esm.js.map +1 -0
- package/dist/esm/index-D8KSFXg5.esm.js +912 -0
- package/dist/esm/index-D8KSFXg5.esm.js.map +1 -0
- package/dist/index.d.ts +251 -0
- package/dist/index.esm.js +44 -0
- package/dist/index.esm.js.map +1 -0
- package/package.json +74 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1606 @@
|
|
|
1
|
+
# @backstage-community/plugin-splunk-on-call
|
|
2
|
+
|
|
3
|
+
## 0.4.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 193a2a3: Migrated from the [backstage/backstage](https://github.com/backstage/backstage) monorepo.
|
|
8
|
+
|
|
9
|
+
## 0.4.23
|
|
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.4.23-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.4.23-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.4.22
|
|
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.4.21
|
|
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.4.20
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- 51f814b: Added ESLint rule `no-top-level-material-ui-4-imports` in the `splunk-on-call` 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.4.20-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.4.20-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.4.20-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.4.19
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
109
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
110
|
+
- Updated dependencies
|
|
111
|
+
- @backstage/plugin-catalog-react@1.10.0
|
|
112
|
+
- @backstage/core-components@0.14.0
|
|
113
|
+
- @backstage/catalog-model@1.4.4
|
|
114
|
+
- @backstage/core-plugin-api@1.9.0
|
|
115
|
+
|
|
116
|
+
## 0.4.19-next.3
|
|
117
|
+
|
|
118
|
+
### Patch Changes
|
|
119
|
+
|
|
120
|
+
- Updated dependencies
|
|
121
|
+
- @backstage/core-components@0.14.0-next.2
|
|
122
|
+
- @backstage/plugin-catalog-react@1.10.0-next.3
|
|
123
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
124
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
125
|
+
|
|
126
|
+
## 0.4.19-next.2
|
|
127
|
+
|
|
128
|
+
### Patch Changes
|
|
129
|
+
|
|
130
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
131
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
132
|
+
- Updated dependencies
|
|
133
|
+
- @backstage/core-components@0.14.0-next.1
|
|
134
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
135
|
+
- @backstage/plugin-catalog-react@1.10.0-next.2
|
|
136
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
137
|
+
|
|
138
|
+
## 0.4.19-next.1
|
|
139
|
+
|
|
140
|
+
### Patch Changes
|
|
141
|
+
|
|
142
|
+
- Updated dependencies
|
|
143
|
+
- @backstage/core-components@0.14.0-next.0
|
|
144
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
145
|
+
- @backstage/core-plugin-api@1.8.3-next.0
|
|
146
|
+
- @backstage/plugin-catalog-react@1.9.4-next.1
|
|
147
|
+
|
|
148
|
+
## 0.4.19-next.0
|
|
149
|
+
|
|
150
|
+
### Patch Changes
|
|
151
|
+
|
|
152
|
+
- Updated dependencies
|
|
153
|
+
- @backstage/plugin-catalog-react@1.9.4-next.0
|
|
154
|
+
- @backstage/core-components@0.13.10
|
|
155
|
+
- @backstage/catalog-model@1.4.3
|
|
156
|
+
- @backstage/core-plugin-api@1.8.2
|
|
157
|
+
|
|
158
|
+
## 0.4.18
|
|
159
|
+
|
|
160
|
+
### Patch Changes
|
|
161
|
+
|
|
162
|
+
- 4016f21: Remove some unused dependencies
|
|
163
|
+
- Updated dependencies
|
|
164
|
+
- @backstage/core-components@0.13.10
|
|
165
|
+
- @backstage/core-plugin-api@1.8.2
|
|
166
|
+
- @backstage/plugin-catalog-react@1.9.3
|
|
167
|
+
- @backstage/catalog-model@1.4.3
|
|
168
|
+
|
|
169
|
+
## 0.4.18-next.2
|
|
170
|
+
|
|
171
|
+
### Patch Changes
|
|
172
|
+
|
|
173
|
+
- Updated dependencies
|
|
174
|
+
- @backstage/plugin-catalog-react@1.9.3-next.2
|
|
175
|
+
|
|
176
|
+
## 0.4.18-next.1
|
|
177
|
+
|
|
178
|
+
### Patch Changes
|
|
179
|
+
|
|
180
|
+
- Updated dependencies
|
|
181
|
+
- @backstage/core-plugin-api@1.8.2-next.0
|
|
182
|
+
- @backstage/core-components@0.13.10-next.1
|
|
183
|
+
- @backstage/plugin-catalog-react@1.9.3-next.1
|
|
184
|
+
- @backstage/catalog-model@1.4.3
|
|
185
|
+
|
|
186
|
+
## 0.4.18-next.0
|
|
187
|
+
|
|
188
|
+
### Patch Changes
|
|
189
|
+
|
|
190
|
+
- 4016f21: Remove some unused dependencies
|
|
191
|
+
- Updated dependencies
|
|
192
|
+
- @backstage/core-components@0.13.10-next.0
|
|
193
|
+
- @backstage/plugin-catalog-react@1.9.3-next.0
|
|
194
|
+
- @backstage/catalog-model@1.4.3
|
|
195
|
+
- @backstage/core-plugin-api@1.8.1
|
|
196
|
+
|
|
197
|
+
## 0.4.17
|
|
198
|
+
|
|
199
|
+
### Patch Changes
|
|
200
|
+
|
|
201
|
+
- Updated dependencies
|
|
202
|
+
- @backstage/core-plugin-api@1.8.1
|
|
203
|
+
- @backstage/plugin-catalog-react@1.9.2
|
|
204
|
+
- @backstage/core-components@0.13.9
|
|
205
|
+
- @backstage/theme@0.5.0
|
|
206
|
+
- @backstage/catalog-model@1.4.3
|
|
207
|
+
|
|
208
|
+
## 0.4.17-next.3
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- Updated dependencies
|
|
213
|
+
- @backstage/core-components@0.13.9-next.3
|
|
214
|
+
- @backstage/catalog-model@1.4.3
|
|
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.4.17-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/core-components@0.13.9-next.2
|
|
228
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
229
|
+
|
|
230
|
+
## 0.4.17-next.1
|
|
231
|
+
|
|
232
|
+
### Patch Changes
|
|
233
|
+
|
|
234
|
+
- Updated dependencies
|
|
235
|
+
- @backstage/core-components@0.13.9-next.1
|
|
236
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
237
|
+
- @backstage/plugin-catalog-react@1.9.2-next.1
|
|
238
|
+
- @backstage/catalog-model@1.4.3
|
|
239
|
+
- @backstage/theme@0.5.0-next.0
|
|
240
|
+
|
|
241
|
+
## 0.4.17-next.0
|
|
242
|
+
|
|
243
|
+
### Patch Changes
|
|
244
|
+
|
|
245
|
+
- Updated dependencies
|
|
246
|
+
- @backstage/core-plugin-api@1.8.1-next.0
|
|
247
|
+
- @backstage/plugin-catalog-react@1.9.2-next.0
|
|
248
|
+
- @backstage/core-components@0.13.9-next.0
|
|
249
|
+
- @backstage/theme@0.5.0-next.0
|
|
250
|
+
- @backstage/catalog-model@1.4.3
|
|
251
|
+
|
|
252
|
+
## 0.4.15
|
|
253
|
+
|
|
254
|
+
### Patch Changes
|
|
255
|
+
|
|
256
|
+
- 6c2b872153: Add official support for React 18.
|
|
257
|
+
- fdb5e23602: Import `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` to remove the cyclical dependency
|
|
258
|
+
- Updated dependencies
|
|
259
|
+
- @backstage/plugin-catalog-react@1.9.0
|
|
260
|
+
- @backstage/core-components@0.13.8
|
|
261
|
+
- @backstage/core-plugin-api@1.8.0
|
|
262
|
+
- @backstage/theme@0.4.4
|
|
263
|
+
- @backstage/catalog-model@1.4.3
|
|
264
|
+
|
|
265
|
+
## 0.4.15-next.2
|
|
266
|
+
|
|
267
|
+
### Patch Changes
|
|
268
|
+
|
|
269
|
+
- [#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
|
|
270
|
+
|
|
271
|
+
- Updated dependencies
|
|
272
|
+
- @backstage/core-components@0.13.8-next.2
|
|
273
|
+
- @backstage/plugin-catalog-react@1.9.0-next.2
|
|
274
|
+
|
|
275
|
+
## 0.4.15-next.1
|
|
276
|
+
|
|
277
|
+
### Patch Changes
|
|
278
|
+
|
|
279
|
+
- Updated dependencies
|
|
280
|
+
- @backstage/plugin-catalog-react@1.9.0-next.1
|
|
281
|
+
- @backstage/core-components@0.13.8-next.1
|
|
282
|
+
- @backstage/catalog-model@1.4.3
|
|
283
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
284
|
+
- @backstage/theme@0.4.4-next.0
|
|
285
|
+
|
|
286
|
+
## 0.4.15-next.0
|
|
287
|
+
|
|
288
|
+
### Patch Changes
|
|
289
|
+
|
|
290
|
+
- 6c2b872153: Add official support for React 18.
|
|
291
|
+
- Updated dependencies
|
|
292
|
+
- @backstage/core-components@0.13.7-next.0
|
|
293
|
+
- @backstage/plugin-catalog-react@1.9.0-next.0
|
|
294
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
295
|
+
- @backstage/theme@0.4.4-next.0
|
|
296
|
+
- @backstage/catalog-model@1.4.3
|
|
297
|
+
|
|
298
|
+
## 0.4.14
|
|
299
|
+
|
|
300
|
+
### Patch Changes
|
|
301
|
+
|
|
302
|
+
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
|
303
|
+
- f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
|
|
304
|
+
- Updated dependencies
|
|
305
|
+
- @backstage/plugin-catalog-react@1.8.5
|
|
306
|
+
- @backstage/core-plugin-api@1.7.0
|
|
307
|
+
- @backstage/core-components@0.13.6
|
|
308
|
+
- @backstage/catalog-model@1.4.3
|
|
309
|
+
- @backstage/theme@0.4.3
|
|
310
|
+
|
|
311
|
+
## 0.4.14-next.2
|
|
312
|
+
|
|
313
|
+
### Patch Changes
|
|
314
|
+
|
|
315
|
+
- Updated dependencies
|
|
316
|
+
- @backstage/core-components@0.13.6-next.2
|
|
317
|
+
- @backstage/core-plugin-api@1.7.0-next.1
|
|
318
|
+
- @backstage/catalog-model@1.4.3-next.0
|
|
319
|
+
- @backstage/plugin-catalog-react@1.8.5-next.2
|
|
320
|
+
- @backstage/theme@0.4.3-next.0
|
|
321
|
+
|
|
322
|
+
## 0.4.14-next.1
|
|
323
|
+
|
|
324
|
+
### Patch Changes
|
|
325
|
+
|
|
326
|
+
- Updated dependencies
|
|
327
|
+
- @backstage/core-components@0.13.6-next.1
|
|
328
|
+
- @backstage/plugin-catalog-react@1.8.5-next.1
|
|
329
|
+
- @backstage/core-plugin-api@1.7.0-next.0
|
|
330
|
+
- @backstage/catalog-model@1.4.2
|
|
331
|
+
- @backstage/theme@0.4.2
|
|
332
|
+
|
|
333
|
+
## 0.4.14-next.0
|
|
334
|
+
|
|
335
|
+
### Patch Changes
|
|
336
|
+
|
|
337
|
+
- Updated dependencies
|
|
338
|
+
- @backstage/plugin-catalog-react@1.8.5-next.0
|
|
339
|
+
- @backstage/core-plugin-api@1.7.0-next.0
|
|
340
|
+
- @backstage/core-components@0.13.6-next.0
|
|
341
|
+
- @backstage/catalog-model@1.4.2
|
|
342
|
+
- @backstage/theme@0.4.2
|
|
343
|
+
|
|
344
|
+
## 0.4.13
|
|
345
|
+
|
|
346
|
+
### Patch Changes
|
|
347
|
+
|
|
348
|
+
- 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
|
|
349
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
350
|
+
- 8cec7664e146: Removed `@types/node` dependency
|
|
351
|
+
- Updated dependencies
|
|
352
|
+
- @backstage/plugin-catalog-react@1.8.4
|
|
353
|
+
- @backstage/core-components@0.13.5
|
|
354
|
+
- @backstage/catalog-model@1.4.2
|
|
355
|
+
- @backstage/core-plugin-api@1.6.0
|
|
356
|
+
- @backstage/theme@0.4.2
|
|
357
|
+
|
|
358
|
+
## 0.4.13-next.3
|
|
359
|
+
|
|
360
|
+
### Patch Changes
|
|
361
|
+
|
|
362
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
363
|
+
- Updated dependencies
|
|
364
|
+
- @backstage/catalog-model@1.4.2-next.2
|
|
365
|
+
- @backstage/core-components@0.13.5-next.3
|
|
366
|
+
- @backstage/core-plugin-api@1.6.0-next.3
|
|
367
|
+
- @backstage/plugin-catalog-react@1.8.4-next.3
|
|
368
|
+
- @backstage/theme@0.4.2-next.0
|
|
369
|
+
|
|
370
|
+
## 0.4.13-next.2
|
|
371
|
+
|
|
372
|
+
### Patch Changes
|
|
373
|
+
|
|
374
|
+
- 8cec7664e146: Removed `@types/node` dependency
|
|
375
|
+
- Updated dependencies
|
|
376
|
+
- @backstage/core-components@0.13.5-next.2
|
|
377
|
+
- @backstage/core-plugin-api@1.6.0-next.2
|
|
378
|
+
- @backstage/plugin-catalog-react@1.8.4-next.2
|
|
379
|
+
- @backstage/catalog-model@1.4.2-next.1
|
|
380
|
+
- @backstage/theme@0.4.1
|
|
381
|
+
|
|
382
|
+
## 0.4.13-next.1
|
|
383
|
+
|
|
384
|
+
### Patch Changes
|
|
385
|
+
|
|
386
|
+
- Updated dependencies
|
|
387
|
+
- @backstage/plugin-catalog-react@1.8.4-next.1
|
|
388
|
+
- @backstage/core-components@0.13.5-next.1
|
|
389
|
+
- @backstage/catalog-model@1.4.2-next.0
|
|
390
|
+
- @backstage/core-plugin-api@1.6.0-next.1
|
|
391
|
+
- @backstage/theme@0.4.1
|
|
392
|
+
|
|
393
|
+
## 0.4.12-next.0
|
|
394
|
+
|
|
395
|
+
### Patch Changes
|
|
396
|
+
|
|
397
|
+
- 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
|
|
398
|
+
- Updated dependencies
|
|
399
|
+
- @backstage/core-plugin-api@1.6.0-next.0
|
|
400
|
+
- @backstage/core-components@0.13.5-next.0
|
|
401
|
+
- @backstage/catalog-model@1.4.1
|
|
402
|
+
- @backstage/theme@0.4.1
|
|
403
|
+
- @backstage/plugin-catalog-react@1.8.3-next.0
|
|
404
|
+
|
|
405
|
+
## 0.4.10
|
|
406
|
+
|
|
407
|
+
### Patch Changes
|
|
408
|
+
|
|
409
|
+
- 3d86be999fdf: Prefer simple `theme.spacing` without string interpolation
|
|
410
|
+
- Updated dependencies
|
|
411
|
+
- @backstage/core-components@0.13.4
|
|
412
|
+
- @backstage/plugin-catalog-react@1.8.1
|
|
413
|
+
- @backstage/core-plugin-api@1.5.3
|
|
414
|
+
- @backstage/catalog-model@1.4.1
|
|
415
|
+
- @backstage/theme@0.4.1
|
|
416
|
+
|
|
417
|
+
## 0.4.10-next.1
|
|
418
|
+
|
|
419
|
+
### Patch Changes
|
|
420
|
+
|
|
421
|
+
- Updated dependencies
|
|
422
|
+
- @backstage/plugin-catalog-react@1.8.1-next.1
|
|
423
|
+
|
|
424
|
+
## 0.4.10-next.0
|
|
425
|
+
|
|
426
|
+
### Patch Changes
|
|
427
|
+
|
|
428
|
+
- 3d86be999fdf: Prefer simple `theme.spacing` without string interpolation
|
|
429
|
+
- Updated dependencies
|
|
430
|
+
- @backstage/core-components@0.13.4-next.0
|
|
431
|
+
- @backstage/core-plugin-api@1.5.3
|
|
432
|
+
- @backstage/plugin-catalog-react@1.8.1-next.0
|
|
433
|
+
- @backstage/catalog-model@1.4.1
|
|
434
|
+
- @backstage/theme@0.4.1
|
|
435
|
+
|
|
436
|
+
## 0.4.9
|
|
437
|
+
|
|
438
|
+
### Patch Changes
|
|
439
|
+
|
|
440
|
+
- Updated dependencies
|
|
441
|
+
- @backstage/theme@0.4.1
|
|
442
|
+
- @backstage/plugin-catalog-react@1.8.0
|
|
443
|
+
- @backstage/core-components@0.13.3
|
|
444
|
+
- @backstage/core-plugin-api@1.5.3
|
|
445
|
+
- @backstage/catalog-model@1.4.1
|
|
446
|
+
|
|
447
|
+
## 0.4.9-next.2
|
|
448
|
+
|
|
449
|
+
### Patch Changes
|
|
450
|
+
|
|
451
|
+
- Updated dependencies
|
|
452
|
+
- @backstage/plugin-catalog-react@1.8.0-next.2
|
|
453
|
+
- @backstage/theme@0.4.1-next.1
|
|
454
|
+
- @backstage/core-plugin-api@1.5.3-next.1
|
|
455
|
+
- @backstage/core-components@0.13.3-next.2
|
|
456
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
457
|
+
|
|
458
|
+
## 0.4.9-next.1
|
|
459
|
+
|
|
460
|
+
### Patch Changes
|
|
461
|
+
|
|
462
|
+
- Updated dependencies
|
|
463
|
+
- @backstage/theme@0.4.1-next.0
|
|
464
|
+
- @backstage/core-components@0.13.3-next.1
|
|
465
|
+
- @backstage/core-plugin-api@1.5.3-next.0
|
|
466
|
+
- @backstage/plugin-catalog-react@1.7.1-next.1
|
|
467
|
+
|
|
468
|
+
## 0.4.9-next.0
|
|
469
|
+
|
|
470
|
+
### Patch Changes
|
|
471
|
+
|
|
472
|
+
- Updated dependencies
|
|
473
|
+
- @backstage/core-components@0.13.3-next.0
|
|
474
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
475
|
+
- @backstage/core-plugin-api@1.5.2
|
|
476
|
+
- @backstage/theme@0.4.0
|
|
477
|
+
- @backstage/plugin-catalog-react@1.7.1-next.0
|
|
478
|
+
|
|
479
|
+
## 0.4.8
|
|
480
|
+
|
|
481
|
+
### Patch Changes
|
|
482
|
+
|
|
483
|
+
- Updated dependencies
|
|
484
|
+
- @backstage/core-plugin-api@1.5.2
|
|
485
|
+
- @backstage/core-components@0.13.2
|
|
486
|
+
- @backstage/theme@0.4.0
|
|
487
|
+
- @backstage/plugin-catalog-react@1.7.0
|
|
488
|
+
- @backstage/catalog-model@1.4.0
|
|
489
|
+
|
|
490
|
+
## 0.4.8-next.3
|
|
491
|
+
|
|
492
|
+
### Patch Changes
|
|
493
|
+
|
|
494
|
+
- Updated dependencies
|
|
495
|
+
- @backstage/core-components@0.13.2-next.3
|
|
496
|
+
- @backstage/catalog-model@1.4.0-next.1
|
|
497
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
498
|
+
- @backstage/theme@0.4.0-next.1
|
|
499
|
+
- @backstage/plugin-catalog-react@1.7.0-next.3
|
|
500
|
+
|
|
501
|
+
## 0.4.8-next.2
|
|
502
|
+
|
|
503
|
+
### Patch Changes
|
|
504
|
+
|
|
505
|
+
- Updated dependencies
|
|
506
|
+
- @backstage/theme@0.4.0-next.1
|
|
507
|
+
- @backstage/plugin-catalog-react@1.7.0-next.2
|
|
508
|
+
- @backstage/core-components@0.13.2-next.2
|
|
509
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
510
|
+
|
|
511
|
+
## 0.4.8-next.1
|
|
512
|
+
|
|
513
|
+
### Patch Changes
|
|
514
|
+
|
|
515
|
+
- Updated dependencies
|
|
516
|
+
- @backstage/core-components@0.13.2-next.1
|
|
517
|
+
- @backstage/plugin-catalog-react@1.7.0-next.1
|
|
518
|
+
- @backstage/catalog-model@1.4.0-next.0
|
|
519
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
520
|
+
- @backstage/theme@0.4.0-next.0
|
|
521
|
+
|
|
522
|
+
## 0.4.8-next.0
|
|
523
|
+
|
|
524
|
+
### Patch Changes
|
|
525
|
+
|
|
526
|
+
- Updated dependencies
|
|
527
|
+
- @backstage/plugin-catalog-react@1.7.0-next.0
|
|
528
|
+
- @backstage/theme@0.4.0-next.0
|
|
529
|
+
- @backstage/core-components@0.13.2-next.0
|
|
530
|
+
- @backstage/core-plugin-api@1.5.1
|
|
531
|
+
- @backstage/catalog-model@1.3.0
|
|
532
|
+
|
|
533
|
+
## 0.4.7
|
|
534
|
+
|
|
535
|
+
### Patch Changes
|
|
536
|
+
|
|
537
|
+
- Updated dependencies
|
|
538
|
+
- @backstage/theme@0.3.0
|
|
539
|
+
- @backstage/plugin-catalog-react@1.6.0
|
|
540
|
+
- @backstage/core-components@0.13.1
|
|
541
|
+
- @backstage/catalog-model@1.3.0
|
|
542
|
+
- @backstage/core-plugin-api@1.5.1
|
|
543
|
+
|
|
544
|
+
## 0.4.7-next.2
|
|
545
|
+
|
|
546
|
+
### Patch Changes
|
|
547
|
+
|
|
548
|
+
- Updated dependencies
|
|
549
|
+
- @backstage/theme@0.3.0-next.0
|
|
550
|
+
- @backstage/core-components@0.13.1-next.1
|
|
551
|
+
- @backstage/plugin-catalog-react@1.6.0-next.2
|
|
552
|
+
- @backstage/core-plugin-api@1.5.1
|
|
553
|
+
|
|
554
|
+
## 0.4.7-next.1
|
|
555
|
+
|
|
556
|
+
### Patch Changes
|
|
557
|
+
|
|
558
|
+
- Updated dependencies
|
|
559
|
+
- @backstage/core-components@0.13.1-next.0
|
|
560
|
+
- @backstage/core-plugin-api@1.5.1
|
|
561
|
+
- @backstage/plugin-catalog-react@1.6.0-next.1
|
|
562
|
+
|
|
563
|
+
## 0.4.7-next.0
|
|
564
|
+
|
|
565
|
+
### Patch Changes
|
|
566
|
+
|
|
567
|
+
- Updated dependencies
|
|
568
|
+
- @backstage/plugin-catalog-react@1.6.0-next.0
|
|
569
|
+
- @backstage/core-components@0.13.0
|
|
570
|
+
- @backstage/core-plugin-api@1.5.1
|
|
571
|
+
- @backstage/catalog-model@1.3.0
|
|
572
|
+
- @backstage/theme@0.2.19
|
|
573
|
+
|
|
574
|
+
## 0.4.6
|
|
575
|
+
|
|
576
|
+
### Patch Changes
|
|
577
|
+
|
|
578
|
+
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
|
|
579
|
+
- e0c6e8b9c3c: Update peer dependencies
|
|
580
|
+
- Updated dependencies
|
|
581
|
+
- @backstage/core-components@0.13.0
|
|
582
|
+
- @backstage/plugin-catalog-react@1.5.0
|
|
583
|
+
- @backstage/theme@0.2.19
|
|
584
|
+
- @backstage/core-plugin-api@1.5.1
|
|
585
|
+
- @backstage/catalog-model@1.3.0
|
|
586
|
+
|
|
587
|
+
## 0.4.6-next.3
|
|
588
|
+
|
|
589
|
+
### Patch Changes
|
|
590
|
+
|
|
591
|
+
- Updated dependencies
|
|
592
|
+
- @backstage/plugin-catalog-react@1.5.0-next.3
|
|
593
|
+
- @backstage/catalog-model@1.3.0-next.0
|
|
594
|
+
- @backstage/core-components@0.13.0-next.3
|
|
595
|
+
- @backstage/core-plugin-api@1.5.1-next.1
|
|
596
|
+
- @backstage/theme@0.2.19-next.0
|
|
597
|
+
|
|
598
|
+
## 0.4.6-next.2
|
|
599
|
+
|
|
600
|
+
### Patch Changes
|
|
601
|
+
|
|
602
|
+
- Updated dependencies
|
|
603
|
+
- @backstage/core-components@0.12.6-next.2
|
|
604
|
+
- @backstage/plugin-catalog-react@1.4.1-next.2
|
|
605
|
+
- @backstage/core-plugin-api@1.5.1-next.1
|
|
606
|
+
- @backstage/catalog-model@1.2.1
|
|
607
|
+
- @backstage/theme@0.2.19-next.0
|
|
608
|
+
|
|
609
|
+
## 0.4.6-next.1
|
|
610
|
+
|
|
611
|
+
### Patch Changes
|
|
612
|
+
|
|
613
|
+
- e0c6e8b9c3c: Update peer dependencies
|
|
614
|
+
- Updated dependencies
|
|
615
|
+
- @backstage/core-components@0.12.6-next.1
|
|
616
|
+
- @backstage/core-plugin-api@1.5.1-next.0
|
|
617
|
+
- @backstage/plugin-catalog-react@1.4.1-next.1
|
|
618
|
+
- @backstage/theme@0.2.19-next.0
|
|
619
|
+
- @backstage/catalog-model@1.2.1
|
|
620
|
+
|
|
621
|
+
## 0.4.6-next.0
|
|
622
|
+
|
|
623
|
+
### Patch Changes
|
|
624
|
+
|
|
625
|
+
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
|
|
626
|
+
- Updated dependencies
|
|
627
|
+
- @backstage/core-components@0.12.6-next.0
|
|
628
|
+
- @backstage/plugin-catalog-react@1.4.1-next.0
|
|
629
|
+
- @backstage/core-plugin-api@1.5.0
|
|
630
|
+
- @backstage/catalog-model@1.2.1
|
|
631
|
+
- @backstage/theme@0.2.18
|
|
632
|
+
|
|
633
|
+
## 0.4.5
|
|
634
|
+
|
|
635
|
+
### Patch Changes
|
|
636
|
+
|
|
637
|
+
- 65454876fb2: Minor API report tweaks
|
|
638
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
639
|
+
- Updated dependencies
|
|
640
|
+
- @backstage/core-components@0.12.5
|
|
641
|
+
- @backstage/plugin-catalog-react@1.4.0
|
|
642
|
+
- @backstage/core-plugin-api@1.5.0
|
|
643
|
+
- @backstage/catalog-model@1.2.1
|
|
644
|
+
- @backstage/theme@0.2.18
|
|
645
|
+
|
|
646
|
+
## 0.4.5-next.2
|
|
647
|
+
|
|
648
|
+
### Patch Changes
|
|
649
|
+
|
|
650
|
+
- 65454876fb2: Minor API report tweaks
|
|
651
|
+
- Updated dependencies
|
|
652
|
+
- @backstage/core-components@0.12.5-next.2
|
|
653
|
+
- @backstage/plugin-catalog-react@1.4.0-next.2
|
|
654
|
+
- @backstage/core-plugin-api@1.5.0-next.2
|
|
655
|
+
|
|
656
|
+
## 0.4.5-next.1
|
|
657
|
+
|
|
658
|
+
### Patch Changes
|
|
659
|
+
|
|
660
|
+
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
|
|
661
|
+
- Updated dependencies
|
|
662
|
+
- @backstage/core-components@0.12.5-next.1
|
|
663
|
+
- @backstage/core-plugin-api@1.4.1-next.1
|
|
664
|
+
- @backstage/theme@0.2.18-next.0
|
|
665
|
+
- @backstage/plugin-catalog-react@1.4.0-next.1
|
|
666
|
+
- @backstage/catalog-model@1.2.1-next.1
|
|
667
|
+
|
|
668
|
+
## 0.4.5-next.0
|
|
669
|
+
|
|
670
|
+
### Patch Changes
|
|
671
|
+
|
|
672
|
+
- Updated dependencies
|
|
673
|
+
- @backstage/plugin-catalog-react@1.4.0-next.0
|
|
674
|
+
- @backstage/core-plugin-api@1.4.1-next.0
|
|
675
|
+
- @backstage/catalog-model@1.2.1-next.0
|
|
676
|
+
- @backstage/core-components@0.12.5-next.0
|
|
677
|
+
- @backstage/theme@0.2.17
|
|
678
|
+
|
|
679
|
+
## 0.4.4
|
|
680
|
+
|
|
681
|
+
### Patch Changes
|
|
682
|
+
|
|
683
|
+
- 3598136ac7: Refactor plugin Card component to not rerender contents unnecessarily.
|
|
684
|
+
- Updated dependencies
|
|
685
|
+
- @backstage/core-components@0.12.4
|
|
686
|
+
- @backstage/catalog-model@1.2.0
|
|
687
|
+
- @backstage/theme@0.2.17
|
|
688
|
+
- @backstage/core-plugin-api@1.4.0
|
|
689
|
+
- @backstage/plugin-catalog-react@1.3.0
|
|
690
|
+
|
|
691
|
+
## 0.4.4-next.2
|
|
692
|
+
|
|
693
|
+
### Patch Changes
|
|
694
|
+
|
|
695
|
+
- Updated dependencies
|
|
696
|
+
- @backstage/catalog-model@1.2.0-next.1
|
|
697
|
+
- @backstage/core-components@0.12.4-next.1
|
|
698
|
+
- @backstage/core-plugin-api@1.3.0
|
|
699
|
+
- @backstage/theme@0.2.16
|
|
700
|
+
- @backstage/plugin-catalog-react@1.3.0-next.2
|
|
701
|
+
|
|
702
|
+
## 0.4.4-next.1
|
|
703
|
+
|
|
704
|
+
### Patch Changes
|
|
705
|
+
|
|
706
|
+
- Updated dependencies
|
|
707
|
+
- @backstage/core-components@0.12.4-next.0
|
|
708
|
+
- @backstage/plugin-catalog-react@1.3.0-next.1
|
|
709
|
+
- @backstage/catalog-model@1.1.6-next.0
|
|
710
|
+
- @backstage/core-plugin-api@1.3.0
|
|
711
|
+
- @backstage/theme@0.2.16
|
|
712
|
+
|
|
713
|
+
## 0.4.4-next.0
|
|
714
|
+
|
|
715
|
+
### Patch Changes
|
|
716
|
+
|
|
717
|
+
- 3598136ac7: Refactor plugin Card component to not rerender contents unnecessarily.
|
|
718
|
+
- Updated dependencies
|
|
719
|
+
- @backstage/plugin-catalog-react@1.3.0-next.0
|
|
720
|
+
- @backstage/catalog-model@1.1.6-next.0
|
|
721
|
+
|
|
722
|
+
## 0.4.3
|
|
723
|
+
|
|
724
|
+
### Patch Changes
|
|
725
|
+
|
|
726
|
+
- Updated dependencies
|
|
727
|
+
- @backstage/catalog-model@1.1.5
|
|
728
|
+
- @backstage/plugin-catalog-react@1.2.4
|
|
729
|
+
- @backstage/core-components@0.12.3
|
|
730
|
+
- @backstage/core-plugin-api@1.3.0
|
|
731
|
+
- @backstage/theme@0.2.16
|
|
732
|
+
|
|
733
|
+
## 0.4.3-next.2
|
|
734
|
+
|
|
735
|
+
### Patch Changes
|
|
736
|
+
|
|
737
|
+
- Updated dependencies
|
|
738
|
+
- @backstage/core-plugin-api@1.3.0-next.1
|
|
739
|
+
- @backstage/plugin-catalog-react@1.2.4-next.2
|
|
740
|
+
- @backstage/catalog-model@1.1.5-next.1
|
|
741
|
+
- @backstage/core-components@0.12.3-next.2
|
|
742
|
+
- @backstage/theme@0.2.16
|
|
743
|
+
|
|
744
|
+
## 0.4.3-next.1
|
|
745
|
+
|
|
746
|
+
### Patch Changes
|
|
747
|
+
|
|
748
|
+
- Updated dependencies
|
|
749
|
+
- @backstage/catalog-model@1.1.5-next.1
|
|
750
|
+
- @backstage/core-components@0.12.3-next.1
|
|
751
|
+
- @backstage/core-plugin-api@1.2.1-next.0
|
|
752
|
+
- @backstage/theme@0.2.16
|
|
753
|
+
- @backstage/plugin-catalog-react@1.2.4-next.1
|
|
754
|
+
|
|
755
|
+
## 0.4.3-next.0
|
|
756
|
+
|
|
757
|
+
### Patch Changes
|
|
758
|
+
|
|
759
|
+
- Updated dependencies
|
|
760
|
+
- @backstage/catalog-model@1.1.5-next.0
|
|
761
|
+
- @backstage/plugin-catalog-react@1.2.4-next.0
|
|
762
|
+
- @backstage/core-components@0.12.3-next.0
|
|
763
|
+
- @backstage/core-plugin-api@1.2.0
|
|
764
|
+
- @backstage/theme@0.2.16
|
|
765
|
+
|
|
766
|
+
## 0.4.2
|
|
767
|
+
|
|
768
|
+
### Patch Changes
|
|
769
|
+
|
|
770
|
+
- Updated dependencies
|
|
771
|
+
- @backstage/core-components@0.12.2
|
|
772
|
+
- @backstage/plugin-catalog-react@1.2.3
|
|
773
|
+
|
|
774
|
+
## 0.4.1
|
|
775
|
+
|
|
776
|
+
### Patch Changes
|
|
777
|
+
|
|
778
|
+
- cb716004ef: Internal refactor to improve tests
|
|
779
|
+
- 3280711113: Updated dependency `msw` to `^0.49.0`.
|
|
780
|
+
- Updated dependencies
|
|
781
|
+
- @backstage/core-plugin-api@1.2.0
|
|
782
|
+
- @backstage/core-components@0.12.1
|
|
783
|
+
- @backstage/plugin-catalog-react@1.2.2
|
|
784
|
+
- @backstage/catalog-model@1.1.4
|
|
785
|
+
- @backstage/theme@0.2.16
|
|
786
|
+
|
|
787
|
+
## 0.4.1-next.4
|
|
788
|
+
|
|
789
|
+
### Patch Changes
|
|
790
|
+
|
|
791
|
+
- Updated dependencies
|
|
792
|
+
- @backstage/core-components@0.12.1-next.4
|
|
793
|
+
- @backstage/plugin-catalog-react@1.2.2-next.4
|
|
794
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
795
|
+
- @backstage/core-plugin-api@1.2.0-next.2
|
|
796
|
+
- @backstage/theme@0.2.16
|
|
797
|
+
|
|
798
|
+
## 0.4.1-next.3
|
|
799
|
+
|
|
800
|
+
### Patch Changes
|
|
801
|
+
|
|
802
|
+
- Updated dependencies
|
|
803
|
+
- @backstage/core-components@0.12.1-next.3
|
|
804
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
805
|
+
- @backstage/core-plugin-api@1.2.0-next.2
|
|
806
|
+
- @backstage/theme@0.2.16
|
|
807
|
+
- @backstage/plugin-catalog-react@1.2.2-next.3
|
|
808
|
+
|
|
809
|
+
## 0.4.1-next.2
|
|
810
|
+
|
|
811
|
+
### Patch Changes
|
|
812
|
+
|
|
813
|
+
- Updated dependencies
|
|
814
|
+
- @backstage/core-plugin-api@1.2.0-next.2
|
|
815
|
+
- @backstage/core-components@0.12.1-next.2
|
|
816
|
+
- @backstage/plugin-catalog-react@1.2.2-next.2
|
|
817
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
818
|
+
- @backstage/theme@0.2.16
|
|
819
|
+
|
|
820
|
+
## 0.4.1-next.1
|
|
821
|
+
|
|
822
|
+
### Patch Changes
|
|
823
|
+
|
|
824
|
+
- Updated dependencies
|
|
825
|
+
- @backstage/core-components@0.12.1-next.1
|
|
826
|
+
- @backstage/core-plugin-api@1.1.1-next.1
|
|
827
|
+
- @backstage/plugin-catalog-react@1.2.2-next.1
|
|
828
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
829
|
+
- @backstage/theme@0.2.16
|
|
830
|
+
|
|
831
|
+
## 0.4.1-next.0
|
|
832
|
+
|
|
833
|
+
### Patch Changes
|
|
834
|
+
|
|
835
|
+
- cb716004ef: Internal refactor to improve tests
|
|
836
|
+
- 3280711113: Updated dependency `msw` to `^0.49.0`.
|
|
837
|
+
- Updated dependencies
|
|
838
|
+
- @backstage/core-components@0.12.1-next.0
|
|
839
|
+
- @backstage/core-plugin-api@1.1.1-next.0
|
|
840
|
+
- @backstage/plugin-catalog-react@1.2.2-next.0
|
|
841
|
+
- @backstage/catalog-model@1.1.4-next.0
|
|
842
|
+
- @backstage/theme@0.2.16
|
|
843
|
+
|
|
844
|
+
## 0.4.0
|
|
845
|
+
|
|
846
|
+
### Minor Changes
|
|
847
|
+
|
|
848
|
+
- 34b772ef31: Use the routing key if it's available instead of team name when triggering incidents.
|
|
849
|
+
|
|
850
|
+
BREAKING CHANGE:
|
|
851
|
+
Before, the team name was used even if the routing key (with or without team) was used.
|
|
852
|
+
Now, the routing key defined for the component will be used instead of the team name.
|
|
853
|
+
|
|
854
|
+
### Patch Changes
|
|
855
|
+
|
|
856
|
+
- Updated dependencies
|
|
857
|
+
- @backstage/plugin-catalog-react@1.2.1
|
|
858
|
+
- @backstage/core-components@0.12.0
|
|
859
|
+
- @backstage/core-plugin-api@1.1.0
|
|
860
|
+
- @backstage/catalog-model@1.1.3
|
|
861
|
+
- @backstage/theme@0.2.16
|
|
862
|
+
|
|
863
|
+
## 0.4.0-next.1
|
|
864
|
+
|
|
865
|
+
### Minor Changes
|
|
866
|
+
|
|
867
|
+
- 34b772ef31: Use the routing key if it's available instead of team name when triggering incidents.
|
|
868
|
+
|
|
869
|
+
BREAKING CHANGE:
|
|
870
|
+
Before, the team name was used even if the routing key (with or without team) was used.
|
|
871
|
+
Now, the routing key defined for the component will be used instead of the team name.
|
|
872
|
+
|
|
873
|
+
### Patch Changes
|
|
874
|
+
|
|
875
|
+
- Updated dependencies
|
|
876
|
+
- @backstage/core-components@0.12.0-next.1
|
|
877
|
+
- @backstage/catalog-model@1.1.3-next.0
|
|
878
|
+
- @backstage/core-plugin-api@1.1.0-next.0
|
|
879
|
+
- @backstage/theme@0.2.16
|
|
880
|
+
- @backstage/plugin-catalog-react@1.2.1-next.1
|
|
881
|
+
|
|
882
|
+
## 0.3.35-next.0
|
|
883
|
+
|
|
884
|
+
### Patch Changes
|
|
885
|
+
|
|
886
|
+
- Updated dependencies
|
|
887
|
+
- @backstage/plugin-catalog-react@1.2.1-next.0
|
|
888
|
+
- @backstage/core-components@0.12.0-next.0
|
|
889
|
+
- @backstage/core-plugin-api@1.1.0-next.0
|
|
890
|
+
- @backstage/catalog-model@1.1.3-next.0
|
|
891
|
+
- @backstage/theme@0.2.16
|
|
892
|
+
|
|
893
|
+
## 0.3.34
|
|
894
|
+
|
|
895
|
+
### Patch Changes
|
|
896
|
+
|
|
897
|
+
- Updated dependencies
|
|
898
|
+
- @backstage/catalog-model@1.1.2
|
|
899
|
+
- @backstage/plugin-catalog-react@1.2.0
|
|
900
|
+
- @backstage/core-components@0.11.2
|
|
901
|
+
- @backstage/core-plugin-api@1.0.7
|
|
902
|
+
- @backstage/theme@0.2.16
|
|
903
|
+
|
|
904
|
+
## 0.3.34-next.2
|
|
905
|
+
|
|
906
|
+
### Patch Changes
|
|
907
|
+
|
|
908
|
+
- Updated dependencies
|
|
909
|
+
- @backstage/plugin-catalog-react@1.2.0-next.2
|
|
910
|
+
- @backstage/catalog-model@1.1.2-next.2
|
|
911
|
+
- @backstage/core-components@0.11.2-next.2
|
|
912
|
+
- @backstage/core-plugin-api@1.0.7-next.2
|
|
913
|
+
- @backstage/theme@0.2.16
|
|
914
|
+
|
|
915
|
+
## 0.3.34-next.1
|
|
916
|
+
|
|
917
|
+
### Patch Changes
|
|
918
|
+
|
|
919
|
+
- Updated dependencies
|
|
920
|
+
- @backstage/plugin-catalog-react@1.2.0-next.1
|
|
921
|
+
- @backstage/core-components@0.11.2-next.1
|
|
922
|
+
- @backstage/core-plugin-api@1.0.7-next.1
|
|
923
|
+
- @backstage/catalog-model@1.1.2-next.1
|
|
924
|
+
- @backstage/theme@0.2.16
|
|
925
|
+
|
|
926
|
+
## 0.3.34-next.0
|
|
927
|
+
|
|
928
|
+
### Patch Changes
|
|
929
|
+
|
|
930
|
+
- Updated dependencies
|
|
931
|
+
- @backstage/catalog-model@1.1.2-next.0
|
|
932
|
+
- @backstage/core-components@0.11.2-next.0
|
|
933
|
+
- @backstage/plugin-catalog-react@1.1.5-next.0
|
|
934
|
+
- @backstage/core-plugin-api@1.0.7-next.0
|
|
935
|
+
- @backstage/theme@0.2.16
|
|
936
|
+
|
|
937
|
+
## 0.3.33
|
|
938
|
+
|
|
939
|
+
### Patch Changes
|
|
940
|
+
|
|
941
|
+
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
|
942
|
+
- 7d47def9c4: Removed dependency on `@types/jest`.
|
|
943
|
+
- d669d89206: Minor API signatures cleanup
|
|
944
|
+
- 667d917488: Updated dependency `msw` to `^0.47.0`.
|
|
945
|
+
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
|
|
946
|
+
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
|
|
947
|
+
- Updated dependencies
|
|
948
|
+
- @backstage/core-components@0.11.1
|
|
949
|
+
- @backstage/core-plugin-api@1.0.6
|
|
950
|
+
- @backstage/plugin-catalog-react@1.1.4
|
|
951
|
+
- @backstage/catalog-model@1.1.1
|
|
952
|
+
|
|
953
|
+
## 0.3.33-next.3
|
|
954
|
+
|
|
955
|
+
### Patch Changes
|
|
956
|
+
|
|
957
|
+
- 7d47def9c4: Removed dependency on `@types/jest`.
|
|
958
|
+
- Updated dependencies
|
|
959
|
+
- @backstage/plugin-catalog-react@1.1.4-next.2
|
|
960
|
+
- @backstage/catalog-model@1.1.1-next.0
|
|
961
|
+
- @backstage/core-components@0.11.1-next.3
|
|
962
|
+
- @backstage/core-plugin-api@1.0.6-next.3
|
|
963
|
+
|
|
964
|
+
## 0.3.33-next.2
|
|
965
|
+
|
|
966
|
+
### Patch Changes
|
|
967
|
+
|
|
968
|
+
- 667d917488: Updated dependency `msw` to `^0.47.0`.
|
|
969
|
+
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
|
|
970
|
+
- Updated dependencies
|
|
971
|
+
- @backstage/core-components@0.11.1-next.2
|
|
972
|
+
- @backstage/core-plugin-api@1.0.6-next.2
|
|
973
|
+
|
|
974
|
+
## 0.3.33-next.1
|
|
975
|
+
|
|
976
|
+
### Patch Changes
|
|
977
|
+
|
|
978
|
+
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
|
979
|
+
- d669d89206: Minor API signatures cleanup
|
|
980
|
+
- Updated dependencies
|
|
981
|
+
- @backstage/core-components@0.11.1-next.1
|
|
982
|
+
- @backstage/core-plugin-api@1.0.6-next.1
|
|
983
|
+
- @backstage/plugin-catalog-react@1.1.4-next.1
|
|
984
|
+
|
|
985
|
+
## 0.3.33-next.0
|
|
986
|
+
|
|
987
|
+
### Patch Changes
|
|
988
|
+
|
|
989
|
+
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
|
|
990
|
+
- Updated dependencies
|
|
991
|
+
- @backstage/core-plugin-api@1.0.6-next.0
|
|
992
|
+
- @backstage/core-components@0.11.1-next.0
|
|
993
|
+
- @backstage/plugin-catalog-react@1.1.4-next.0
|
|
994
|
+
|
|
995
|
+
## 0.3.32
|
|
996
|
+
|
|
997
|
+
### Patch Changes
|
|
998
|
+
|
|
999
|
+
- 29f782eb37: Updated dependency `@types/luxon` to `^3.0.0`.
|
|
1000
|
+
- Updated dependencies
|
|
1001
|
+
- @backstage/core-components@0.11.0
|
|
1002
|
+
- @backstage/core-plugin-api@1.0.5
|
|
1003
|
+
- @backstage/plugin-catalog-react@1.1.3
|
|
1004
|
+
|
|
1005
|
+
## 0.3.32-next.1
|
|
1006
|
+
|
|
1007
|
+
### Patch Changes
|
|
1008
|
+
|
|
1009
|
+
- Updated dependencies
|
|
1010
|
+
- @backstage/plugin-catalog-react@1.1.3-next.2
|
|
1011
|
+
- @backstage/core-components@0.11.0-next.2
|
|
1012
|
+
|
|
1013
|
+
## 0.3.32-next.0
|
|
1014
|
+
|
|
1015
|
+
### Patch Changes
|
|
1016
|
+
|
|
1017
|
+
- 29f782eb37: Updated dependency `@types/luxon` to `^3.0.0`.
|
|
1018
|
+
- Updated dependencies
|
|
1019
|
+
- @backstage/core-plugin-api@1.0.5-next.0
|
|
1020
|
+
- @backstage/plugin-catalog-react@1.1.3-next.0
|
|
1021
|
+
- @backstage/core-components@0.10.1-next.0
|
|
1022
|
+
|
|
1023
|
+
## 0.3.31
|
|
1024
|
+
|
|
1025
|
+
### Patch Changes
|
|
1026
|
+
|
|
1027
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
1028
|
+
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
|
|
1029
|
+
- 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
|
|
1030
|
+
- Updated dependencies
|
|
1031
|
+
- @backstage/core-components@0.10.0
|
|
1032
|
+
- @backstage/catalog-model@1.1.0
|
|
1033
|
+
- @backstage/core-plugin-api@1.0.4
|
|
1034
|
+
- @backstage/plugin-catalog-react@1.1.2
|
|
1035
|
+
- @backstage/theme@0.2.16
|
|
1036
|
+
|
|
1037
|
+
## 0.3.31-next.3
|
|
1038
|
+
|
|
1039
|
+
### Patch Changes
|
|
1040
|
+
|
|
1041
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
1042
|
+
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
|
|
1043
|
+
- Updated dependencies
|
|
1044
|
+
- @backstage/core-plugin-api@1.0.4-next.0
|
|
1045
|
+
- @backstage/core-components@0.10.0-next.3
|
|
1046
|
+
- @backstage/catalog-model@1.1.0-next.3
|
|
1047
|
+
- @backstage/plugin-catalog-react@1.1.2-next.3
|
|
1048
|
+
|
|
1049
|
+
## 0.3.31-next.2
|
|
1050
|
+
|
|
1051
|
+
### Patch Changes
|
|
1052
|
+
|
|
1053
|
+
- Updated dependencies
|
|
1054
|
+
- @backstage/core-components@0.10.0-next.2
|
|
1055
|
+
- @backstage/catalog-model@1.1.0-next.2
|
|
1056
|
+
- @backstage/theme@0.2.16-next.1
|
|
1057
|
+
- @backstage/plugin-catalog-react@1.1.2-next.2
|
|
1058
|
+
|
|
1059
|
+
## 0.3.31-next.1
|
|
1060
|
+
|
|
1061
|
+
### Patch Changes
|
|
1062
|
+
|
|
1063
|
+
- Updated dependencies
|
|
1064
|
+
- @backstage/core-components@0.9.6-next.1
|
|
1065
|
+
- @backstage/catalog-model@1.1.0-next.1
|
|
1066
|
+
- @backstage/theme@0.2.16-next.0
|
|
1067
|
+
- @backstage/plugin-catalog-react@1.1.2-next.1
|
|
1068
|
+
|
|
1069
|
+
## 0.3.31-next.0
|
|
1070
|
+
|
|
1071
|
+
### Patch Changes
|
|
1072
|
+
|
|
1073
|
+
- Updated dependencies
|
|
1074
|
+
- @backstage/catalog-model@1.1.0-next.0
|
|
1075
|
+
- @backstage/core-components@0.9.6-next.0
|
|
1076
|
+
- @backstage/plugin-catalog-react@1.1.2-next.0
|
|
1077
|
+
|
|
1078
|
+
## 0.3.30
|
|
1079
|
+
|
|
1080
|
+
### Patch Changes
|
|
1081
|
+
|
|
1082
|
+
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
|
1083
|
+
- Updated dependencies
|
|
1084
|
+
- @backstage/plugin-catalog-react@1.1.1
|
|
1085
|
+
- @backstage/core-components@0.9.5
|
|
1086
|
+
- @backstage/core-plugin-api@1.0.3
|
|
1087
|
+
- @backstage/catalog-model@1.0.3
|
|
1088
|
+
|
|
1089
|
+
## 0.3.30-next.1
|
|
1090
|
+
|
|
1091
|
+
### Patch Changes
|
|
1092
|
+
|
|
1093
|
+
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
|
1094
|
+
- Updated dependencies
|
|
1095
|
+
- @backstage/core-components@0.9.5-next.1
|
|
1096
|
+
- @backstage/core-plugin-api@1.0.3-next.0
|
|
1097
|
+
- @backstage/catalog-model@1.0.3-next.0
|
|
1098
|
+
- @backstage/plugin-catalog-react@1.1.1-next.1
|
|
1099
|
+
|
|
1100
|
+
## 0.3.30-next.0
|
|
1101
|
+
|
|
1102
|
+
### Patch Changes
|
|
1103
|
+
|
|
1104
|
+
- Updated dependencies
|
|
1105
|
+
- @backstage/plugin-catalog-react@1.1.1-next.0
|
|
1106
|
+
- @backstage/core-components@0.9.5-next.0
|
|
1107
|
+
|
|
1108
|
+
## 0.3.29
|
|
1109
|
+
|
|
1110
|
+
### Patch Changes
|
|
1111
|
+
|
|
1112
|
+
- Updated dependencies
|
|
1113
|
+
- @backstage/core-components@0.9.4
|
|
1114
|
+
- @backstage/core-plugin-api@1.0.2
|
|
1115
|
+
- @backstage/plugin-catalog-react@1.1.0
|
|
1116
|
+
- @backstage/catalog-model@1.0.2
|
|
1117
|
+
|
|
1118
|
+
## 0.3.29-next.2
|
|
1119
|
+
|
|
1120
|
+
### Patch Changes
|
|
1121
|
+
|
|
1122
|
+
- Updated dependencies
|
|
1123
|
+
- @backstage/core-components@0.9.4-next.1
|
|
1124
|
+
- @backstage/plugin-catalog-react@1.1.0-next.2
|
|
1125
|
+
- @backstage/catalog-model@1.0.2-next.0
|
|
1126
|
+
- @backstage/core-plugin-api@1.0.2-next.1
|
|
1127
|
+
|
|
1128
|
+
## 0.3.29-next.1
|
|
1129
|
+
|
|
1130
|
+
### Patch Changes
|
|
1131
|
+
|
|
1132
|
+
- Updated dependencies
|
|
1133
|
+
- @backstage/core-components@0.9.4-next.0
|
|
1134
|
+
- @backstage/core-plugin-api@1.0.2-next.0
|
|
1135
|
+
- @backstage/plugin-catalog-react@1.1.0-next.1
|
|
1136
|
+
|
|
1137
|
+
## 0.3.29-next.0
|
|
1138
|
+
|
|
1139
|
+
### Patch Changes
|
|
1140
|
+
|
|
1141
|
+
- Updated dependencies
|
|
1142
|
+
- @backstage/plugin-catalog-react@1.1.0-next.0
|
|
1143
|
+
|
|
1144
|
+
## 0.3.28
|
|
1145
|
+
|
|
1146
|
+
### Patch Changes
|
|
1147
|
+
|
|
1148
|
+
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
|
|
1149
|
+
- 230ad0826f: Bump to using `@types/node` v16
|
|
1150
|
+
- Updated dependencies
|
|
1151
|
+
- @backstage/plugin-catalog-react@1.0.1
|
|
1152
|
+
- @backstage/catalog-model@1.0.1
|
|
1153
|
+
- @backstage/core-components@0.9.3
|
|
1154
|
+
- @backstage/core-plugin-api@1.0.1
|
|
1155
|
+
|
|
1156
|
+
## 0.3.28-next.1
|
|
1157
|
+
|
|
1158
|
+
### Patch Changes
|
|
1159
|
+
|
|
1160
|
+
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
|
|
1161
|
+
- 230ad0826f: Bump to using `@types/node` v16
|
|
1162
|
+
- Updated dependencies
|
|
1163
|
+
- @backstage/core-components@0.9.3-next.2
|
|
1164
|
+
- @backstage/core-plugin-api@1.0.1-next.0
|
|
1165
|
+
- @backstage/plugin-catalog-react@1.0.1-next.3
|
|
1166
|
+
|
|
1167
|
+
## 0.3.28-next.0
|
|
1168
|
+
|
|
1169
|
+
### Patch Changes
|
|
1170
|
+
|
|
1171
|
+
- Updated dependencies
|
|
1172
|
+
- @backstage/catalog-model@1.0.1-next.0
|
|
1173
|
+
- @backstage/plugin-catalog-react@1.0.1-next.0
|
|
1174
|
+
- @backstage/core-components@0.9.3-next.0
|
|
1175
|
+
|
|
1176
|
+
## 0.3.27
|
|
1177
|
+
|
|
1178
|
+
### Patch Changes
|
|
1179
|
+
|
|
1180
|
+
- a422d7ce5e: chore(deps): bump `@testing-library/react` from 11.2.6 to 12.1.3
|
|
1181
|
+
- Updated dependencies
|
|
1182
|
+
- @backstage/core-components@0.9.2
|
|
1183
|
+
- @backstage/core-plugin-api@1.0.0
|
|
1184
|
+
- @backstage/plugin-catalog-react@1.0.0
|
|
1185
|
+
- @backstage/catalog-model@1.0.0
|
|
1186
|
+
|
|
1187
|
+
## 0.3.26
|
|
1188
|
+
|
|
1189
|
+
### Patch Changes
|
|
1190
|
+
|
|
1191
|
+
- Updated dependencies
|
|
1192
|
+
- @backstage/plugin-catalog-react@0.9.0
|
|
1193
|
+
- @backstage/core-components@0.9.1
|
|
1194
|
+
- @backstage/catalog-model@0.13.0
|
|
1195
|
+
|
|
1196
|
+
## 0.3.26-next.0
|
|
1197
|
+
|
|
1198
|
+
### Patch Changes
|
|
1199
|
+
|
|
1200
|
+
- Updated dependencies
|
|
1201
|
+
- @backstage/plugin-catalog-react@0.9.0-next.0
|
|
1202
|
+
- @backstage/core-components@0.9.1-next.0
|
|
1203
|
+
- @backstage/catalog-model@0.13.0-next.0
|
|
1204
|
+
|
|
1205
|
+
## 0.3.25
|
|
1206
|
+
|
|
1207
|
+
### Patch Changes
|
|
1208
|
+
|
|
1209
|
+
- Updated dependencies
|
|
1210
|
+
- @backstage/catalog-model@0.12.0
|
|
1211
|
+
- @backstage/core-components@0.9.0
|
|
1212
|
+
- @backstage/plugin-catalog-react@0.8.0
|
|
1213
|
+
- @backstage/core-plugin-api@0.8.0
|
|
1214
|
+
|
|
1215
|
+
## 0.3.24
|
|
1216
|
+
|
|
1217
|
+
### Patch Changes
|
|
1218
|
+
|
|
1219
|
+
- 02faa6781b: The Splunk On-Call plugin now supports an optional `readOnly` property (`<SplunkOnCallEntityCard readOnly />`) for suppressing the rendering of incident trigger-acknowledge-resolve controls from the Backstage UI.
|
|
1220
|
+
- Updated dependencies
|
|
1221
|
+
- @backstage/core-components@0.8.10
|
|
1222
|
+
- @backstage/plugin-catalog-react@0.7.0
|
|
1223
|
+
- @backstage/catalog-model@0.11.0
|
|
1224
|
+
- @backstage/core-plugin-api@0.7.0
|
|
1225
|
+
|
|
1226
|
+
## 0.3.23
|
|
1227
|
+
|
|
1228
|
+
### Patch Changes
|
|
1229
|
+
|
|
1230
|
+
- 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
|
|
1231
|
+
- c77c5c7eb6: Added `backstage.role` to `package.json`
|
|
1232
|
+
- Updated dependencies
|
|
1233
|
+
- @backstage/core-components@0.8.9
|
|
1234
|
+
- @backstage/core-plugin-api@0.6.1
|
|
1235
|
+
- @backstage/plugin-catalog-react@0.6.15
|
|
1236
|
+
- @backstage/catalog-model@0.10.0
|
|
1237
|
+
- @backstage/theme@0.2.15
|
|
1238
|
+
|
|
1239
|
+
## 0.3.22
|
|
1240
|
+
|
|
1241
|
+
### Patch Changes
|
|
1242
|
+
|
|
1243
|
+
- c17be55ffb: Add Splunk On-Call plugin support for a `splunk.com/on-call-routing-key` annotation. If the `splunk.com/on-call-routing-key` is provided, the plugin displays a Splunk On-Call card for each of the teams associated with the routing key.
|
|
1244
|
+
- 6c6d1c6439: Correct spelling of 'Acknowledge' in tooltip.
|
|
1245
|
+
- Updated dependencies
|
|
1246
|
+
- @backstage/core-components@0.8.8
|
|
1247
|
+
- @backstage/plugin-catalog-react@0.6.14
|
|
1248
|
+
|
|
1249
|
+
## 0.3.22-next.0
|
|
1250
|
+
|
|
1251
|
+
### Patch Changes
|
|
1252
|
+
|
|
1253
|
+
- 6c6d1c6439: Correct spelling of 'Acknowledge' in tooltip.
|
|
1254
|
+
- Updated dependencies
|
|
1255
|
+
- @backstage/core-components@0.8.8-next.0
|
|
1256
|
+
- @backstage/plugin-catalog-react@0.6.14-next.0
|
|
1257
|
+
|
|
1258
|
+
## 0.3.21
|
|
1259
|
+
|
|
1260
|
+
### Patch Changes
|
|
1261
|
+
|
|
1262
|
+
- Updated dependencies
|
|
1263
|
+
- @backstage/core-components@0.8.7
|
|
1264
|
+
- @backstage/plugin-catalog-react@0.6.13
|
|
1265
|
+
|
|
1266
|
+
## 0.3.21-next.0
|
|
1267
|
+
|
|
1268
|
+
### Patch Changes
|
|
1269
|
+
|
|
1270
|
+
- Updated dependencies
|
|
1271
|
+
- @backstage/core-components@0.8.7-next.0
|
|
1272
|
+
- @backstage/plugin-catalog-react@0.6.13-next.0
|
|
1273
|
+
|
|
1274
|
+
## 0.3.20
|
|
1275
|
+
|
|
1276
|
+
### Patch Changes
|
|
1277
|
+
|
|
1278
|
+
- 013301e07b: Remove redundant `node-fetch` dependency
|
|
1279
|
+
- Updated dependencies
|
|
1280
|
+
- @backstage/core-components@0.8.5
|
|
1281
|
+
- @backstage/core-plugin-api@0.6.0
|
|
1282
|
+
- @backstage/plugin-catalog-react@0.6.12
|
|
1283
|
+
- @backstage/catalog-model@0.9.10
|
|
1284
|
+
|
|
1285
|
+
## 0.3.20-next.0
|
|
1286
|
+
|
|
1287
|
+
### Patch Changes
|
|
1288
|
+
|
|
1289
|
+
- 013301e07b: Remove redundant `node-fetch` dependency
|
|
1290
|
+
- Updated dependencies
|
|
1291
|
+
- @backstage/core-components@0.8.5-next.0
|
|
1292
|
+
- @backstage/core-plugin-api@0.6.0-next.0
|
|
1293
|
+
- @backstage/plugin-catalog-react@0.6.12-next.0
|
|
1294
|
+
- @backstage/catalog-model@0.9.10-next.0
|
|
1295
|
+
|
|
1296
|
+
## 0.3.19
|
|
1297
|
+
|
|
1298
|
+
### Patch Changes
|
|
1299
|
+
|
|
1300
|
+
- 7612e2856b: Clean up emptystate.svg image, removing wrong white artifact from the background
|
|
1301
|
+
- Updated dependencies
|
|
1302
|
+
- @backstage/core-components@0.8.4
|
|
1303
|
+
- @backstage/core-plugin-api@0.5.0
|
|
1304
|
+
- @backstage/plugin-catalog-react@0.6.11
|
|
1305
|
+
- @backstage/catalog-model@0.9.9
|
|
1306
|
+
|
|
1307
|
+
## 0.3.18
|
|
1308
|
+
|
|
1309
|
+
### Patch Changes
|
|
1310
|
+
|
|
1311
|
+
- 4ce51ab0f1: Internal refactor of the `react-use` imports to use `react-use/lib/*` instead.
|
|
1312
|
+
- Updated dependencies
|
|
1313
|
+
- @backstage/core-plugin-api@0.4.1
|
|
1314
|
+
- @backstage/plugin-catalog-react@0.6.10
|
|
1315
|
+
- @backstage/core-components@0.8.3
|
|
1316
|
+
|
|
1317
|
+
## 0.3.17
|
|
1318
|
+
|
|
1319
|
+
### Patch Changes
|
|
1320
|
+
|
|
1321
|
+
- Updated dependencies
|
|
1322
|
+
- @backstage/core-plugin-api@0.4.0
|
|
1323
|
+
- @backstage/plugin-catalog-react@0.6.8
|
|
1324
|
+
- @backstage/core-components@0.8.2
|
|
1325
|
+
|
|
1326
|
+
## 0.3.16
|
|
1327
|
+
|
|
1328
|
+
### Patch Changes
|
|
1329
|
+
|
|
1330
|
+
- cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
|
|
1331
|
+
- Updated dependencies
|
|
1332
|
+
- @backstage/core-components@0.8.0
|
|
1333
|
+
- @backstage/core-plugin-api@0.3.0
|
|
1334
|
+
- @backstage/plugin-catalog-react@0.6.5
|
|
1335
|
+
|
|
1336
|
+
## 0.3.15
|
|
1337
|
+
|
|
1338
|
+
### Patch Changes
|
|
1339
|
+
|
|
1340
|
+
- a125278b81: Refactor out the deprecated path and icon from RouteRefs
|
|
1341
|
+
- Updated dependencies
|
|
1342
|
+
- @backstage/catalog-model@0.9.7
|
|
1343
|
+
- @backstage/plugin-catalog-react@0.6.4
|
|
1344
|
+
- @backstage/core-components@0.7.4
|
|
1345
|
+
- @backstage/core-plugin-api@0.2.0
|
|
1346
|
+
|
|
1347
|
+
## 0.3.14
|
|
1348
|
+
|
|
1349
|
+
### Patch Changes
|
|
1350
|
+
|
|
1351
|
+
- Updated dependencies
|
|
1352
|
+
- @backstage/plugin-catalog-react@0.6.0
|
|
1353
|
+
- @backstage/core-components@0.7.0
|
|
1354
|
+
- @backstage/theme@0.2.11
|
|
1355
|
+
|
|
1356
|
+
## 0.3.13
|
|
1357
|
+
|
|
1358
|
+
### Patch Changes
|
|
1359
|
+
|
|
1360
|
+
- 81a41ec249: Added a `name` key to all extensions in order to improve Analytics API metadata.
|
|
1361
|
+
- Updated dependencies
|
|
1362
|
+
- @backstage/core-components@0.6.1
|
|
1363
|
+
- @backstage/core-plugin-api@0.1.10
|
|
1364
|
+
- @backstage/plugin-catalog-react@0.5.2
|
|
1365
|
+
- @backstage/catalog-model@0.9.4
|
|
1366
|
+
|
|
1367
|
+
## 0.3.12
|
|
1368
|
+
|
|
1369
|
+
### Patch Changes
|
|
1370
|
+
|
|
1371
|
+
- Updated dependencies
|
|
1372
|
+
- @backstage/core-plugin-api@0.1.9
|
|
1373
|
+
- @backstage/core-components@0.6.0
|
|
1374
|
+
- @backstage/plugin-catalog-react@0.5.1
|
|
1375
|
+
|
|
1376
|
+
## 0.3.11
|
|
1377
|
+
|
|
1378
|
+
### Patch Changes
|
|
1379
|
+
|
|
1380
|
+
- Updated dependencies
|
|
1381
|
+
- @backstage/core-components@0.5.0
|
|
1382
|
+
- @backstage/plugin-catalog-react@0.5.0
|
|
1383
|
+
- @backstage/catalog-model@0.9.3
|
|
1384
|
+
|
|
1385
|
+
## 0.3.10
|
|
1386
|
+
|
|
1387
|
+
### Patch Changes
|
|
1388
|
+
|
|
1389
|
+
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
|
|
1390
|
+
- Updated dependencies
|
|
1391
|
+
- @backstage/core-components@0.4.2
|
|
1392
|
+
- @backstage/plugin-catalog-react@0.4.6
|
|
1393
|
+
- @backstage/core-plugin-api@0.1.8
|
|
1394
|
+
|
|
1395
|
+
## 0.3.9
|
|
1396
|
+
|
|
1397
|
+
### Patch Changes
|
|
1398
|
+
|
|
1399
|
+
- Updated dependencies
|
|
1400
|
+
- @backstage/plugin-catalog-react@0.4.5
|
|
1401
|
+
- @backstage/core-components@0.4.0
|
|
1402
|
+
- @backstage/catalog-model@0.9.1
|
|
1403
|
+
|
|
1404
|
+
## 0.3.8
|
|
1405
|
+
|
|
1406
|
+
### Patch Changes
|
|
1407
|
+
|
|
1408
|
+
- 8bedb75ae: Update Luxon dependency to 2.x
|
|
1409
|
+
- Updated dependencies
|
|
1410
|
+
- @backstage/core-components@0.3.1
|
|
1411
|
+
- @backstage/core-plugin-api@0.1.6
|
|
1412
|
+
- @backstage/plugin-catalog-react@0.4.2
|
|
1413
|
+
|
|
1414
|
+
## 0.3.7
|
|
1415
|
+
|
|
1416
|
+
### Patch Changes
|
|
1417
|
+
|
|
1418
|
+
- 260c053b9: Fix All Material UI Warnings
|
|
1419
|
+
- Updated dependencies
|
|
1420
|
+
- @backstage/core-components@0.3.0
|
|
1421
|
+
- @backstage/core-plugin-api@0.1.5
|
|
1422
|
+
- @backstage/plugin-catalog-react@0.4.1
|
|
1423
|
+
|
|
1424
|
+
## 0.3.6
|
|
1425
|
+
|
|
1426
|
+
### Patch Changes
|
|
1427
|
+
|
|
1428
|
+
- 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`.
|
|
1429
|
+
- Switching out `material-table` to `@material-table/core` for support for the later versions of `material-ui/core`
|
|
1430
|
+
- This causes a minor API change to `@backstage/core-components` as the interface for `Table` re-exports the `prop` from the underlying `Table` components.
|
|
1431
|
+
- `onChangeRowsPerPage` has been renamed to `onRowsPerPageChange`
|
|
1432
|
+
- `onChangePage` has been renamed to `onPageChange`
|
|
1433
|
+
- Migration guide is here: https://material-table-core.com/docs/breaking-changes
|
|
1434
|
+
- Updated dependencies
|
|
1435
|
+
- @backstage/core-components@0.2.0
|
|
1436
|
+
- @backstage/plugin-catalog-react@0.4.0
|
|
1437
|
+
- @backstage/core-plugin-api@0.1.4
|
|
1438
|
+
- @backstage/theme@0.2.9
|
|
1439
|
+
|
|
1440
|
+
## 0.3.5
|
|
1441
|
+
|
|
1442
|
+
### Patch Changes
|
|
1443
|
+
|
|
1444
|
+
- Updated dependencies
|
|
1445
|
+
- @backstage/plugin-catalog-react@0.3.0
|
|
1446
|
+
|
|
1447
|
+
## 0.3.4
|
|
1448
|
+
|
|
1449
|
+
### Patch Changes
|
|
1450
|
+
|
|
1451
|
+
- Updated dependencies
|
|
1452
|
+
- @backstage/core-components@0.1.5
|
|
1453
|
+
- @backstage/catalog-model@0.9.0
|
|
1454
|
+
- @backstage/plugin-catalog-react@0.2.6
|
|
1455
|
+
|
|
1456
|
+
## 0.3.3
|
|
1457
|
+
|
|
1458
|
+
### Patch Changes
|
|
1459
|
+
|
|
1460
|
+
- 48c9fcd33: Migrated to use the new `@backstage/core-*` packages rather than `@backstage/core`.
|
|
1461
|
+
- Updated dependencies
|
|
1462
|
+
- @backstage/core-plugin-api@0.1.3
|
|
1463
|
+
- @backstage/catalog-model@0.8.4
|
|
1464
|
+
- @backstage/plugin-catalog-react@0.2.4
|
|
1465
|
+
|
|
1466
|
+
## 0.3.2
|
|
1467
|
+
|
|
1468
|
+
### Patch Changes
|
|
1469
|
+
|
|
1470
|
+
- ae903f8e7: Added config schema to expose `splunkOnCall.eventsRestEndpoint` config option to the frontend
|
|
1471
|
+
- Updated dependencies
|
|
1472
|
+
- @backstage/plugin-catalog-react@0.2.3
|
|
1473
|
+
- @backstage/catalog-model@0.8.3
|
|
1474
|
+
- @backstage/core@0.7.13
|
|
1475
|
+
|
|
1476
|
+
## 0.3.1
|
|
1477
|
+
|
|
1478
|
+
### Patch Changes
|
|
1479
|
+
|
|
1480
|
+
- dc3558e84: Update Splunk On Call plugin to render warning message about incorrectly configured team annotation
|
|
1481
|
+
- Updated dependencies [add62a455]
|
|
1482
|
+
- Updated dependencies [cc592248b]
|
|
1483
|
+
- Updated dependencies [17c497b81]
|
|
1484
|
+
- Updated dependencies [704875e26]
|
|
1485
|
+
- @backstage/catalog-model@0.8.0
|
|
1486
|
+
- @backstage/core@0.7.11
|
|
1487
|
+
- @backstage/plugin-catalog-react@0.2.0
|
|
1488
|
+
|
|
1489
|
+
## 0.3.0
|
|
1490
|
+
|
|
1491
|
+
### Minor Changes
|
|
1492
|
+
|
|
1493
|
+
- 8aa0b6025: Updates the Splunk On-Call plugin for the [composability system
|
|
1494
|
+
migration](https://backstage.io/docs/plugins/composability#porting-existing-plugins).
|
|
1495
|
+
|
|
1496
|
+
To upgrade, modify your `EntityPage` to use the updated export names. The
|
|
1497
|
+
`EntitySplunkOnCallCard` should be wrapped in an `<EntitySwitch>` condition as
|
|
1498
|
+
shown in the plugin README, which you may already have in place.
|
|
1499
|
+
|
|
1500
|
+
```diff
|
|
1501
|
+
import {
|
|
1502
|
+
- isPluginApplicableToEntity as isSplunkOnCallAvailable,
|
|
1503
|
+
+ isSplunkOnCallAvailable,
|
|
1504
|
+
- SplunkOnCallCard
|
|
1505
|
+
+ EntitySplunkOnCallCard,
|
|
1506
|
+
} from '@backstage-community/plugin-splunk-on-call';
|
|
1507
|
+
|
|
1508
|
+
...
|
|
1509
|
+
- <SplunkOnCallCard entity={entity}>
|
|
1510
|
+
+ <EntitySplunkOnCallCard />
|
|
1511
|
+
```
|
|
1512
|
+
|
|
1513
|
+
### Patch Changes
|
|
1514
|
+
|
|
1515
|
+
- Updated dependencies [f7f7783a3]
|
|
1516
|
+
- Updated dependencies [65e6c4541]
|
|
1517
|
+
- Updated dependencies [68fdbf014]
|
|
1518
|
+
- Updated dependencies [5da6a561d]
|
|
1519
|
+
- @backstage/catalog-model@0.7.10
|
|
1520
|
+
- @backstage/core@0.7.10
|
|
1521
|
+
|
|
1522
|
+
## 0.2.1
|
|
1523
|
+
|
|
1524
|
+
### Patch Changes
|
|
1525
|
+
|
|
1526
|
+
- 062bbf90f: chore: bump `@testing-library/user-event` from 12.8.3 to 13.1.8
|
|
1527
|
+
- 675a569a9: chore: bump `react-use` dependency in all packages
|
|
1528
|
+
- Updated dependencies [062bbf90f]
|
|
1529
|
+
- Updated dependencies [10c008a3a]
|
|
1530
|
+
- Updated dependencies [889d89b6e]
|
|
1531
|
+
- Updated dependencies [16be1d093]
|
|
1532
|
+
- Updated dependencies [3f988cb63]
|
|
1533
|
+
- Updated dependencies [675a569a9]
|
|
1534
|
+
- @backstage/core@0.7.9
|
|
1535
|
+
- @backstage/plugin-catalog-react@0.1.6
|
|
1536
|
+
- @backstage/catalog-model@0.7.9
|
|
1537
|
+
|
|
1538
|
+
## 0.2.0
|
|
1539
|
+
|
|
1540
|
+
### Minor Changes
|
|
1541
|
+
|
|
1542
|
+
- a310f33d8: Updated splunk-on-call plugin to use the REST endpoint (incident creation-acknowledgement-resolution).
|
|
1543
|
+
It implies switching from `splunkOnCall.username` configuration to `splunkOnCall.eventsRestEndpoint` configuration, this is a breaking change.
|
|
1544
|
+
|
|
1545
|
+
### Patch Changes
|
|
1546
|
+
|
|
1547
|
+
- Updated dependencies [0b42fff22]
|
|
1548
|
+
- Updated dependencies [ff4d666ab]
|
|
1549
|
+
- Updated dependencies [2089de76b]
|
|
1550
|
+
- Updated dependencies [dc1fc92c8]
|
|
1551
|
+
- @backstage/catalog-model@0.7.4
|
|
1552
|
+
- @backstage/core@0.7.1
|
|
1553
|
+
- @backstage/theme@0.2.4
|
|
1554
|
+
|
|
1555
|
+
## 0.1.4
|
|
1556
|
+
|
|
1557
|
+
### Patch Changes
|
|
1558
|
+
|
|
1559
|
+
- Updated dependencies [12d8f27a6]
|
|
1560
|
+
- Updated dependencies [40c0fdbaa]
|
|
1561
|
+
- Updated dependencies [2a271d89e]
|
|
1562
|
+
- Updated dependencies [bece09057]
|
|
1563
|
+
- Updated dependencies [169f48deb]
|
|
1564
|
+
- Updated dependencies [8a1566719]
|
|
1565
|
+
- Updated dependencies [9d455f69a]
|
|
1566
|
+
- Updated dependencies [4c049a1a1]
|
|
1567
|
+
- Updated dependencies [02816ecd7]
|
|
1568
|
+
- @backstage/catalog-model@0.7.3
|
|
1569
|
+
- @backstage/core@0.7.0
|
|
1570
|
+
- @backstage/plugin-catalog-react@0.1.1
|
|
1571
|
+
|
|
1572
|
+
## 0.1.3
|
|
1573
|
+
|
|
1574
|
+
### Patch Changes
|
|
1575
|
+
|
|
1576
|
+
- Updated dependencies [3a58084b6]
|
|
1577
|
+
- Updated dependencies [e799e74d4]
|
|
1578
|
+
- Updated dependencies [d0760ecdf]
|
|
1579
|
+
- Updated dependencies [1407b34c6]
|
|
1580
|
+
- Updated dependencies [88f1f1b60]
|
|
1581
|
+
- Updated dependencies [bad21a085]
|
|
1582
|
+
- Updated dependencies [9615e68fb]
|
|
1583
|
+
- Updated dependencies [49f9b7346]
|
|
1584
|
+
- Updated dependencies [5c2e2863f]
|
|
1585
|
+
- Updated dependencies [3a58084b6]
|
|
1586
|
+
- Updated dependencies [2c1f2a7c2]
|
|
1587
|
+
- @backstage/core@0.6.3
|
|
1588
|
+
- @backstage/plugin-catalog-react@0.1.0
|
|
1589
|
+
- @backstage/catalog-model@0.7.2
|
|
1590
|
+
|
|
1591
|
+
## 0.1.2
|
|
1592
|
+
|
|
1593
|
+
### Patch Changes
|
|
1594
|
+
|
|
1595
|
+
- 70e2ba9cf: Added splunk-on-call plugin.
|
|
1596
|
+
- Updated dependencies [fd3f2a8c0]
|
|
1597
|
+
- Updated dependencies [d34d26125]
|
|
1598
|
+
- Updated dependencies [0af242b6d]
|
|
1599
|
+
- Updated dependencies [f4c2bcf54]
|
|
1600
|
+
- Updated dependencies [10a0124e0]
|
|
1601
|
+
- Updated dependencies [07e226872]
|
|
1602
|
+
- Updated dependencies [f62e7abe5]
|
|
1603
|
+
- Updated dependencies [96f378d10]
|
|
1604
|
+
- Updated dependencies [688b73110]
|
|
1605
|
+
- @backstage/core@0.6.2
|
|
1606
|
+
- @backstage/plugin-catalog-react@0.0.4
|