Version Packages

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
github-actions[bot]
2021-03-11 12:29:53 +00:00
committed by Fredrik Adelöw
parent a5c3dd77fe
commit 0e120c5c66
124 changed files with 882 additions and 585 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-explore-react
## 0.0.4
### Patch Changes
- c9b5c1eca: Standardize the tool cards in explore some more
- Updated dependencies [ff4d666ab]
- Updated dependencies [2089de76b]
- Updated dependencies [dc1fc92c8]
- @backstage/core@0.7.1
## 0.0.3
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-explore-react",
"version": "0.0.3",
"version": "0.0.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -28,10 +28,10 @@
"postpack": "backstage-cli postpack"
},
"dependencies": {
"@backstage/core": "^0.7.0"
"@backstage/core": "^0.7.1"
},
"devDependencies": {
"@backstage/cli": "^0.6.3",
"@backstage/cli": "^0.6.4",
"@backstage/dev-utils": "^0.1.13",
"@backstage/test-utils": "^0.1.6",
"@testing-library/jest-dom": "^5.10.1",