Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-08-23 10:29:17 +00:00
parent 6ae6a77dd5
commit 18ab337f96
324 changed files with 5358 additions and 1170 deletions
@@ -1,5 +1,12 @@
# @backstage/plugin-stack-overflow-backend
## 0.1.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-search-common@1.0.1-next.0
## 0.1.4
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-stack-overflow-backend",
"version": "0.1.4",
"version": "0.1.5-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,7 +33,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/plugin-search-common": "^1.0.0",
"@backstage/plugin-search-common": "^1.0.1-next.0",
"@backstage/config": "^1.0.1",
"qs": "^6.9.4",
"cross-fetch": "^3.1.5",