@backstage/plugin-techdocs-module-addons-contrib 1.1.5-next.2 → 1.1.5
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 +28 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-module-addons-contrib
|
|
2
2
|
|
|
3
|
+
## 1.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ab9c9eb: Fixed the value label text color in dark mode for the TextSize addon.
|
|
8
|
+
- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
|
|
9
|
+
- 1cae748: Updated dependency `git-url-parse` to `^14.0.0`.
|
|
10
|
+
- 131ffdc: Fix position of the ReportIssue component when is displaying at the top of the container.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/core-components@0.14.0
|
|
13
|
+
- @backstage/plugin-techdocs-react@1.1.16
|
|
14
|
+
- @backstage/integration@1.9.0
|
|
15
|
+
- @backstage/core-plugin-api@1.9.0
|
|
16
|
+
- @backstage/integration-react@1.1.24
|
|
17
|
+
|
|
18
|
+
## 1.1.5-next.3
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
|
|
23
|
+
- 1cae748: Updated dependency `git-url-parse` to `^14.0.0`.
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/integration@1.9.0-next.1
|
|
26
|
+
- @backstage/core-components@0.14.0-next.2
|
|
27
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
28
|
+
- @backstage/integration-react@1.1.24-next.2
|
|
29
|
+
- @backstage/plugin-techdocs-react@1.1.16-next.2
|
|
30
|
+
|
|
3
31
|
## 1.1.5-next.2
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-module-addons-contrib",
|
|
3
3
|
"description": "Plugin module for contributed TechDocs Addons",
|
|
4
|
-
"version": "1.1.5
|
|
4
|
+
"version": "1.1.5",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"postpack": "backstage-cli package postpack"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/core-components": "^0.14.0
|
|
38
|
-
"@backstage/core-plugin-api": "^1.9.0
|
|
39
|
-
"@backstage/integration": "^1.9.0
|
|
40
|
-
"@backstage/integration-react": "^1.1.24
|
|
41
|
-
"@backstage/plugin-techdocs-react": "^1.1.16
|
|
37
|
+
"@backstage/core-components": "^0.14.0",
|
|
38
|
+
"@backstage/core-plugin-api": "^1.9.0",
|
|
39
|
+
"@backstage/integration": "^1.9.0",
|
|
40
|
+
"@backstage/integration-react": "^1.1.24",
|
|
41
|
+
"@backstage/plugin-techdocs-react": "^1.1.16",
|
|
42
42
|
"@material-ui/core": "^4.12.2",
|
|
43
43
|
"@material-ui/icons": "^4.9.1",
|
|
44
|
-
"@react-hookz/web": "^
|
|
45
|
-
"git-url-parse": "^
|
|
44
|
+
"@react-hookz/web": "^24.0.0",
|
|
45
|
+
"git-url-parse": "^14.0.0",
|
|
46
46
|
"photoswipe": "^5.3.7"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@backstage/cli": "^0.25.2
|
|
55
|
-
"@backstage/plugin-techdocs-addons-test-utils": "^1.0.27
|
|
56
|
-
"@backstage/test-utils": "^1.5.0
|
|
54
|
+
"@backstage/cli": "^0.25.2",
|
|
55
|
+
"@backstage/plugin-techdocs-addons-test-utils": "^1.0.27",
|
|
56
|
+
"@backstage/test-utils": "^1.5.0",
|
|
57
57
|
"@testing-library/dom": "^9.0.0",
|
|
58
58
|
"@testing-library/jest-dom": "^6.0.0",
|
|
59
59
|
"@testing-library/react": "^14.0.0",
|