Version Packages

This commit is contained in:
github-actions[bot]
2022-01-13 14:23:13 +00:00
parent 182e573def
commit b04011602b
282 changed files with 2256 additions and 1341 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-bazaar
## 0.1.9
### Patch Changes
- 6eb6e2dc31: Add Bazaar plugin to marketplace and some minor refactoring
- b47965beec: build(deps): bump `@date-io/luxon` from 1.3.13 to 2.11.1
- Updated dependencies
- @backstage/core-components@0.8.4
- @backstage/cli@0.11.0
- @backstage/core-plugin-api@0.5.0
- @backstage/plugin-catalog-react@0.6.11
- @backstage/catalog-client@0.5.4
- @backstage/catalog-model@0.9.9
- @backstage/plugin-catalog@0.7.8
## 0.1.8
### Patch Changes
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar",
"version": "0.1.8",
"version": "0.1.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,13 +21,13 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
"@backstage/cli": "^0.10.5",
"@backstage/core-components": "^0.8.3",
"@backstage/core-plugin-api": "^0.4.1",
"@backstage/plugin-catalog": "^0.7.7",
"@backstage/plugin-catalog-react": "^0.6.10",
"@backstage/catalog-client": "^0.5.4",
"@backstage/catalog-model": "^0.9.9",
"@backstage/cli": "^0.11.0",
"@backstage/core-components": "^0.8.4",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/plugin-catalog": "^0.7.8",
"@backstage/plugin-catalog-react": "^0.6.11",
"@date-io/luxon": "2.x",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -44,8 +44,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.10.5",
"@backstage/dev-utils": "^0.2.16",
"@backstage/cli": "^0.11.0",
"@backstage/dev-utils": "^0.2.17",
"@testing-library/jest-dom": "^5.10.1",
"cross-fetch": "^3.0.6"
},