Version Packages

This commit is contained in:
github-actions[bot]
2021-05-20 11:48:46 +00:00
parent 28b4a30928
commit 18285453eb
109 changed files with 659 additions and 460 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-github-deployments
## 0.1.6
### Patch Changes
- fa69982fb: Support GHE by properly parsing enterprise instance hosts
- Updated dependencies [f7f7783a3]
- Updated dependencies [65e6c4541]
- Updated dependencies [68fdbf014]
- Updated dependencies [5da6a561d]
- @backstage/catalog-model@0.7.10
- @backstage/core@0.7.10
- @backstage/integration@0.5.3
## 0.1.5
### Patch Changes
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-github-deployments",
"version": "0.1.5",
"version": "0.1.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,10 +20,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.7.9",
"@backstage/core": "^0.7.9",
"@backstage/catalog-model": "^0.7.10",
"@backstage/core": "^0.7.10",
"@backstage/errors": "^0.1.1",
"@backstage/integration": "^0.5.1",
"@backstage/integration": "^0.5.3",
"@backstage/integration-react": "^0.1.2",
"@backstage/plugin-catalog-react": "^0.1.6",
"@backstage/theme": "^0.2.7",
@@ -37,9 +37,9 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.6.11",
"@backstage/dev-utils": "^0.1.14",
"@backstage/test-utils": "^0.1.11",
"@backstage/cli": "^0.6.12",
"@backstage/dev-utils": "^0.1.15",
"@backstage/test-utils": "^0.1.12",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",