@backstage/plugin-techdocs-module-addons-contrib 0.0.0-nightly-20240131021027 → 0.0.0-nightly-20240201021259
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 +6 -6
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-module-addons-contrib
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240201021259
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 131ffdc: Fix position of the ReportIssue component when is displaying at the top of the container.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
10
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
11
|
-
- @backstage/integration@0.0.0-nightly-
|
|
12
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
13
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
9
|
+
- @backstage/core-components@0.0.0-nightly-20240201021259
|
|
10
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20240201021259
|
|
11
|
+
- @backstage/integration@0.0.0-nightly-20240201021259
|
|
12
|
+
- @backstage/integration-react@0.0.0-nightly-20240201021259
|
|
13
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20240201021259
|
|
14
14
|
|
|
15
15
|
## 1.1.5-next.1
|
|
16
16
|
|
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": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20240201021259",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"postpack": "backstage-cli package postpack"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
39
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/integration-react": "^0.0.0-nightly-
|
|
41
|
-
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/core-components": "^0.0.0-nightly-20240201021259",
|
|
38
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20240201021259",
|
|
39
|
+
"@backstage/integration": "^0.0.0-nightly-20240201021259",
|
|
40
|
+
"@backstage/integration-react": "^0.0.0-nightly-20240201021259",
|
|
41
|
+
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240201021259",
|
|
42
42
|
"@material-ui/core": "^4.12.2",
|
|
43
43
|
"@material-ui/icons": "^4.9.1",
|
|
44
44
|
"@react-hookz/web": "^23.0.0",
|
|
@@ -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.0.0-nightly-
|
|
55
|
-
"@backstage/plugin-techdocs-addons-test-utils": "^0.0.0-nightly-
|
|
56
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
54
|
+
"@backstage/cli": "^0.0.0-nightly-20240201021259",
|
|
55
|
+
"@backstage/plugin-techdocs-addons-test-utils": "^0.0.0-nightly-20240201021259",
|
|
56
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240201021259",
|
|
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",
|