Version Packages

This commit is contained in:
github-actions[bot]
2022-02-24 13:54:37 +00:00
parent b6ba21487a
commit c9da151d84
338 changed files with 2783 additions and 2020 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-airbrake-backend
## 0.2.0
### Minor Changes
- da78e79a94: This marks the first release where the Airbrake plugin is useable. Airbrake frontend and Airbrake backend work with each other. Currently just a summary of the latest Airbrakes is shown on Backstage.
### Patch Changes
- 0045270527: Make config optional
- Updated dependencies
- @backstage/backend-common@0.11.0
## 0.1.0
### Minor Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-airbrake-backend",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -19,8 +19,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.10.8",
"@backstage/config": "^0.1.14",
"@backstage/backend-common": "^0.11.0",
"@backstage/config": "^0.1.15",
"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
@@ -30,7 +30,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/cli": "^0.14.1",
"@types/http-proxy-middleware": "^0.19.3",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",