Merge branch 'backstage:master' into topic/improve-azure-devops-date-handling

This commit is contained in:
Andre Wanlin
2021-11-11 09:01:07 -06:00
committed by GitHub
199 changed files with 2003 additions and 1152 deletions
+9
View File
@@ -0,0 +1,9 @@
# @backstage/plugin-azure-devops-common
## 0.0.2
### Patch Changes
- b85acc8c35: refactor(`@backstage/plugin-azure-devops`): Consume types from `@backstage/plugin-azure-devops-common`.
Stop re-exporting types from `@backstage/plugin-azure-devops-backend`.
Added new types to `@backstage/plugin-azure-devops-common`.
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-common",
"version": "0.0.1",
"version": "0.0.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"devDependencies": {
"@backstage/cli": "^0.8.1"
"@backstage/cli": "^0.8.2"
},
"files": [
"dist"