Version Packages

This commit is contained in:
github-actions[bot]
2021-11-18 11:52:08 +00:00
parent 70e4b222be
commit 99bf179ccf
246 changed files with 1632 additions and 1086 deletions
@@ -1,5 +1,14 @@
# @backstage/plugin-azure-devops-backend
## 0.2.1
### Patch Changes
- 2b5ccd2964: Improved Date handling for the Azure DevOps set of plugins by using strings and letting the frontend handle the conversion to DateTime
- Updated dependencies
- @backstage/backend-common@0.9.10
- @backstage/plugin-azure-devops-common@0.1.0
## 0.2.0
### Minor Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,9 +20,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.9.9",
"@backstage/backend-common": "^0.9.10",
"@backstage/config": "^0.1.11",
"@backstage/plugin-azure-devops-common": "^0.0.2",
"@backstage/plugin-azure-devops-common": "^0.1.0",
"@types/express": "^4.17.6",
"azure-devops-node-api": "^11.0.1",
"express": "^4.17.1",
@@ -31,7 +31,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.8.2",
"@backstage/cli": "^0.9.0",
"@types/supertest": "^2.0.8",
"supertest": "^4.0.2",
"msw": "^0.35.0"