Version Packages

This commit is contained in:
github-actions[bot]
2021-12-23 12:23:34 +00:00
parent 3313e03905
commit 3d68c45ef7
263 changed files with 1873 additions and 1135 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-bazaar
## 0.1.7
### Patch Changes
- 26926bb7a7: made the linkage between a Bazaar project to a catalog Entity optional
- Updated dependencies
- @backstage/core-plugin-api@0.4.0
- @backstage/plugin-catalog-react@0.6.8
- @backstage/core-components@0.8.2
- @backstage/cli@0.10.3
- @backstage/plugin-catalog@0.7.5
## 0.1.6
### Patch Changes
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar",
"version": "0.1.6",
"version": "0.1.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,11 +22,11 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
"@backstage/cli": "^0.10.1",
"@backstage/core-components": "^0.8.1",
"@backstage/core-plugin-api": "^0.3.1",
"@backstage/plugin-catalog": "^0.7.4",
"@backstage/plugin-catalog-react": "^0.6.5",
"@backstage/cli": "^0.10.3",
"@backstage/core-components": "^0.8.2",
"@backstage/core-plugin-api": "^0.4.0",
"@backstage/plugin-catalog": "^0.7.5",
"@backstage/plugin-catalog-react": "^0.6.8",
"@date-io/luxon": "1.x",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -43,8 +43,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.10.2",
"@backstage/dev-utils": "^0.2.14",
"@backstage/cli": "^0.10.3",
"@backstage/dev-utils": "^0.2.15",
"@testing-library/jest-dom": "^5.10.1",
"cross-fetch": "^3.0.6"
},