@backstage/core-components 0.13.10-next.0 → 0.13.10
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 +25 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +6 -7
- package/testUtils/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @backstage/core-components
|
|
2
2
|
|
|
3
|
+
## 0.13.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d625f66: Fixed bug in Link where it was possible to select and copy a hidden element into clipboard
|
|
8
|
+
- 6878b1d: Removed unnecessary `history` and `immer` dependencies.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-plugin-api@1.8.2
|
|
11
|
+
- @backstage/config@1.1.1
|
|
12
|
+
- @backstage/errors@1.2.3
|
|
13
|
+
- @backstage/theme@0.5.0
|
|
14
|
+
- @backstage/version-bridge@1.0.7
|
|
15
|
+
|
|
16
|
+
## 0.13.10-next.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 6878b1d: Removed unnecessary `history` and `immer` dependencies.
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/core-plugin-api@1.8.2-next.0
|
|
23
|
+
- @backstage/config@1.1.1
|
|
24
|
+
- @backstage/errors@1.2.3
|
|
25
|
+
- @backstage/theme@0.5.0
|
|
26
|
+
- @backstage/version-bridge@1.0.7
|
|
27
|
+
|
|
3
28
|
## 0.13.10-next.0
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|