Version Packages

This commit is contained in:
github-actions[bot]
2021-05-27 10:23:15 +00:00
parent 5a3ff88ab9
commit b5a0d1c5d7
141 changed files with 1244 additions and 578 deletions
+20
View File
@@ -1,5 +1,25 @@
# @backstage/plugin-techdocs
## 0.9.4
### Patch Changes
- 4ea9df9d3: Set admonition font size to 1rem in TechDocs to align with the rest of the document's font sizes.
Fixes #5448 and #5541.
- bf805b467: Fixes #5529, a bug that prevented TechDocs from rendering pages containing malformed links.
- 203ce6f6f: TechDocs now respects the `download` attribute on anchor tags in generated
markup, allowing documentation authors to bundle downloadable files with their
documentation.
- Updated dependencies [0fd4ea443]
- Updated dependencies [add62a455]
- Updated dependencies [cc592248b]
- Updated dependencies [17c497b81]
- Updated dependencies [704875e26]
- @backstage/integration@0.5.4
- @backstage/catalog-model@0.8.0
- @backstage/core@0.7.11
- @backstage/plugin-catalog-react@0.2.0
## 0.9.3
### Patch Changes
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs",
"version": "0.9.3",
"version": "0.9.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,11 +32,11 @@
},
"dependencies": {
"@backstage/config": "^0.1.5",
"@backstage/catalog-model": "^0.7.10",
"@backstage/core": "^0.7.10",
"@backstage/integration": "^0.5.3",
"@backstage/catalog-model": "^0.8.0",
"@backstage/core": "^0.7.11",
"@backstage/integration": "^0.5.4",
"@backstage/integration-react": "^0.1.2",
"@backstage/plugin-catalog-react": "^0.1.6",
"@backstage/plugin-catalog-react": "^0.2.0",
"@backstage/theme": "^0.2.7",
"@backstage/errors": "^0.1.1",
"@material-ui/core": "^4.11.0",
@@ -51,8 +51,8 @@
"sanitize-html": "^2.3.2"
},
"devDependencies": {
"@backstage/cli": "^0.6.12",
"@backstage/dev-utils": "^0.1.15",
"@backstage/cli": "^0.6.13",
"@backstage/dev-utils": "^0.1.16",
"@backstage/test-utils": "^0.1.12",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",