Merge branch 'master' into anderoo/cuatom-columns-on-deployments-plugin

This commit is contained in:
Andrew Johnson
2021-04-16 01:12:07 +01:00
committed by GitHub
316 changed files with 10157 additions and 2916 deletions
+14
View File
@@ -0,0 +1,14 @@
# @backstage/plugin-github-deployments
## 0.1.2
### Patch Changes
- 64d2ce700: Add a button to reload the GitHub Deployments card
- Updated dependencies [1279a3325]
- Updated dependencies [4a4681b1b]
- Updated dependencies [97b60de98]
- Updated dependencies [b051e770c]
- Updated dependencies [98dd5da71]
- @backstage/core@0.7.4
- @backstage/catalog-model@0.7.6
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-github-deployments",
"version": "0.1.1",
"version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,8 +20,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.7.4",
"@backstage/core": "^0.7.3",
"@backstage/catalog-model": "^0.7.6",
"@backstage/core": "^0.7.5",
"@backstage/plugin-catalog-react": "^0.1.3",
"@backstage/theme": "^0.2.5",
"@material-ui/core": "^4.11.0",
@@ -34,9 +34,9 @@
"react-use": "^15.3.3"
},
"devDependencies": {
"@backstage/cli": "^0.6.6",
"@backstage/cli": "^0.6.8",
"@backstage/dev-utils": "^0.1.13",
"@backstage/test-utils": "^0.1.9",
"@backstage/test-utils": "^0.1.10",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.0.7",