Version Packages

This commit is contained in:
github-actions[bot]
2022-07-19 08:34:21 +00:00
parent 9bc1f6b757
commit 7d7da6caec
493 changed files with 7018 additions and 3467 deletions
@@ -1,5 +1,13 @@
# @backstage/plugin-stack-overflow-backend
## 0.1.3
### Patch Changes
- 52b4f796e3: app-config is now picked up properly.
- Updated dependencies
- @backstage/plugin-search-common@1.0.0
## 0.1.3-next.0
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-stack-overflow-backend",
"version": "0.1.3-next.0",
"version": "0.1.3",
"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": "^0.3.6-next.0",
"@backstage/plugin-search-common": "^1.0.0",
"@backstage/config": "^1.0.1",
"qs": "^6.9.4",
"cross-fetch": "^3.1.5",