@backstage/plugin-techdocs 0.0.0-nightly-202111152243 → 0.0.0-nightly-2021111622350
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 +5 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-2021111622350
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- e7cce2b603: Fix issue where assets weren't being fetched from the correct URL path for doc URLs without trailing slashes
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/core-
|
|
10
|
-
- @backstage/core-
|
|
11
|
-
- @backstage/
|
|
9
|
+
- @backstage/core-components@0.0.0-nightly-2021111622350
|
|
10
|
+
- @backstage/core-plugin-api@0.0.0-nightly-2021111622350
|
|
11
|
+
- @backstage/catalog-model@0.0.0-nightly-2021111622350
|
|
12
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-2021111622350
|
|
12
13
|
|
|
13
14
|
## 0.12.9
|
|
14
15
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
3
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-2021111622350",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"clean": "backstage-cli clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/catalog-model": "^0.
|
|
35
|
+
"@backstage/catalog-model": "^0.0.0-nightly-2021111622350",
|
|
36
36
|
"@backstage/config": "^0.1.11",
|
|
37
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/core-components": "^0.0.0-nightly-2021111622350",
|
|
38
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-2021111622350",
|
|
39
39
|
"@backstage/errors": "^0.1.5",
|
|
40
40
|
"@backstage/integration": "^0.6.10",
|
|
41
41
|
"@backstage/integration-react": "^0.1.15",
|
|
42
42
|
"@backstage/plugin-catalog": "^0.7.4",
|
|
43
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
43
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-2021111622350",
|
|
44
44
|
"@backstage/plugin-search": "^0.5.1",
|
|
45
45
|
"@backstage/theme": "^0.2.14",
|
|
46
46
|
"@material-ui/core": "^4.12.2",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"react-dom": "^16.13.1 || ^17.0.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
66
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
65
|
+
"@backstage/cli": "^0.0.0-nightly-2021111622350",
|
|
66
|
+
"@backstage/core-app-api": "^0.0.0-nightly-2021111622350",
|
|
67
67
|
"@backstage/dev-utils": "^0.2.14",
|
|
68
68
|
"@backstage/test-utils": "^0.1.24",
|
|
69
69
|
"@testing-library/jest-dom": "^5.10.1",
|