Version Packages

This commit is contained in:
github-actions[bot]
2020-11-19 15:13:57 +00:00
parent 3e16e86ab6
commit bc0f47b7b7
94 changed files with 716 additions and 441 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/dev-utils
## 0.1.4
### Patch Changes
- Updated dependencies [1722cb53c]
- Updated dependencies [1722cb53c]
- Updated dependencies [902340451]
- @backstage/cli@0.3.0
- @backstage/core@0.3.1
- @backstage/test-utils@0.1.3
## 0.1.3
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "0.1.3",
"version": "0.1.4",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,9 +29,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/cli": "^0.2.0",
"@backstage/core": "^0.3.0",
"@backstage/test-utils": "^0.1.2",
"@backstage/cli": "^0.3.0",
"@backstage/core": "^0.3.1",
"@backstage/test-utils": "^0.1.3",
"@backstage/theme": "^0.2.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",