Version Packages

This commit is contained in:
github-actions[bot]
2020-12-03 15:28:22 +00:00
parent b570f78e22
commit 01aa774d9a
111 changed files with 826 additions and 431 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-welcome
## 0.2.2
### Patch Changes
- 303c5ea17: Refactor route registration to remove deprecating code
## 0.2.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-welcome",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -32,9 +32,9 @@
"react-use": "^15.3.3"
},
"devDependencies": {
"@backstage/cli": "^0.3.2",
"@backstage/dev-utils": "^0.1.4",
"@backstage/test-utils": "^0.1.3",
"@backstage/cli": "^0.4.0",
"@backstage/dev-utils": "^0.1.5",
"@backstage/test-utils": "^0.1.4",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
"@testing-library/user-event": "^12.0.7",