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,11 @@
# @backstage/plugin-azure-devops-backend
## 0.3.10-next.1
### Patch Changes
- 236245d9f8: Stop loading all teams when plugin is initialized
## 0.3.10-next.0
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
"version": "0.3.10-next.0",
"version": "0.3.10-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,7 +35,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",
"msw": "^0.35.0"