Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-02-01 08:53:29 +00:00
parent d3c107da13
commit e1580cf73a
197 changed files with 1380 additions and 477 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-rollbar-backend
## 0.1.20-next.0
### Patch Changes
- 91faf87aaf: chore(deps): bump `camelcase-keys` from 6.2.2 to 7.0.1
## 0.1.19
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-rollbar-backend",
"description": "A Backstage backend plugin that integrates towards Rollbar",
"version": "0.1.19",
"version": "0.1.20-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -48,7 +48,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.13.0",
"@backstage/cli": "^0.13.1-next.0",
"@backstage/test-utils": "^0.2.3",
"@types/supertest": "^2.0.8",
"msw": "^0.36.3",