Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-04-05 07:35:01 +00:00
parent de95be6322
commit 39e446d0ff
87 changed files with 470 additions and 180 deletions
@@ -1,5 +1,14 @@
# @backstage/plugin-tech-insights-backend
## 0.3.0-next.2
### Patch Changes
- 21de525ce9: Updated README.md with better install instructions
- Updated dependencies
- @backstage/backend-tasks@0.3.0-next.2
- @backstage/catalog-model@1.0.1-next.1
## 0.3.0-next.1
### Minor Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-backend",
"version": "0.3.0-next.1",
"version": "0.3.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,9 +35,9 @@
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/backend-tasks": "^0.3.0-next.1",
"@backstage/backend-tasks": "^0.3.0-next.2",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-tech-insights-common": "^0.2.4",
@@ -55,7 +55,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@types/supertest": "^2.0.8",
"@types/semver": "^7.3.8",
"supertest": "^6.1.3",