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
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-todo
## 0.1.9
### Patch Changes
- a3734ba27: Fix TodoList table column widths
- b07378742: All types are now properly documented and exported.
- Updated dependencies
- @backstage/core-components@0.4.1
- @backstage/catalog-model@0.9.2
- @backstage/errors@0.1.2
- @backstage/core-plugin-api@0.1.7
## 0.1.8
### Patch Changes
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-todo",
"version": "0.1.8",
"version": "0.1.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -26,10 +26,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.0",
"@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
"@backstage/catalog-model": "^0.9.2",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/errors": "^0.1.2",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
@@ -40,9 +40,9 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.10",
"@backstage/core-app-api": "^0.1.11",
"@backstage/dev-utils": "^0.2.8",
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",