Version Packages

This commit is contained in:
github-actions[bot]
2021-09-09 14:47:05 +00:00
parent 7e88bea17d
commit 866ec85375
104 changed files with 616 additions and 482 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/dev-utils
## 0.2.9
### Patch Changes
- d1da88a19: Properly export all used types.
- Updated dependencies
- @backstage/core-components@0.4.1
- @backstage/catalog-model@0.9.2
- @backstage/core-app-api@0.1.12
- @backstage/core-plugin-api@0.1.7
## 0.2.8
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "0.2.8",
"version": "0.2.9",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,10 +29,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-app-api": "^0.1.11",
"@backstage/core-components": "^0.4.0",
"@backstage/core-plugin-api": "^0.1.6",
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-app-api": "^0.1.12",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/catalog-model": "^0.9.2",
"@backstage/integration-react": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/test-utils": "^0.1.17",
@@ -50,7 +50,7 @@
"react-router-dom": "6.0.0-beta.0"
},
"devDependencies": {
"@backstage/cli": "^0.7.10",
"@backstage/cli": "^0.7.11",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},