Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-08-02 08:43:23 +00:00
parent 536c58a5e2
commit f762386d48
104 changed files with 739 additions and 158 deletions
+12
View File
@@ -0,0 +1,12 @@
# @backstage/plugin-sonarqube-backend
## 0.1.0-next.0
### Minor Changes
- e2be9ab3a4: Initial creation of the plugin
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.1
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-sonarqube-backend",
"version": "0.0.0",
"version": "0.1.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.15.0-next.0",
"@backstage/backend-common": "^0.15.0-next.1",
"@backstage/config": "^1.0.1",
"@types/express": "*",
"express": "^4.18.1",