Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-10 13:44:38 +00:00
parent df531fbdc9
commit 23e587eadc
68 changed files with 218 additions and 66 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-techdocs
## 1.1.1-next.3
### Patch Changes
- cc8ddd0979: revert dependency `event-source-polyfill` to `1.0.25`
- Updated dependencies
- @backstage/core-components@0.9.4-next.2
## 1.1.1-next.2
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs",
"description": "The Backstage plugin that renders technical documentation for your components",
"version": "1.1.1-next.2",
"version": "1.1.1-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -37,7 +37,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.1",