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
+14
View File
@@ -1,5 +1,19 @@
# @backstage/dev-utils
## 0.1.15
### Patch Changes
- 5e7b36e74: Fix a bug where an instance of the SCM integrations API wasn't being provided properly to the dev app.
- Updated dependencies [f7f7783a3]
- Updated dependencies [65e6c4541]
- Updated dependencies [68fdbf014]
- Updated dependencies [5da6a561d]
- Updated dependencies [61c3f927c]
- @backstage/catalog-model@0.7.10
- @backstage/core@0.7.10
- @backstage/test-utils@0.1.12
## 0.1.14
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "0.1.14",
"version": "0.1.15",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,11 +29,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core": "^0.7.9",
"@backstage/catalog-model": "^0.7.9",
"@backstage/core": "^0.7.10",
"@backstage/catalog-model": "^0.7.10",
"@backstage/integration-react": "^0.1.2",
"@backstage/plugin-catalog-react": "^0.1.6",
"@backstage/test-utils": "^0.1.11",
"@backstage/test-utils": "^0.1.12",
"@backstage/theme": "^0.2.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
@@ -48,7 +48,7 @@
"react-router-dom": "6.0.0-beta.0"
},
"devDependencies": {
"@backstage/cli": "^0.6.11",
"@backstage/cli": "^0.6.12",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},