Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-08-30 12:02:13 +00:00
parent 64a359745d
commit d1ec204774
270 changed files with 3260 additions and 880 deletions
@@ -1,5 +1,12 @@
# @backstage/plugin-stack-overflow-backend
## 0.1.5-next.1
### Patch Changes
- 79040f73f7: Now requests all questions available using pagination. Default max page is set to 100, with a configurable `maxPage` option on the collator.
- 148568b5c2: Switched to using node-fetch instead of cross-fetch as is standard for our backend packages
## 0.1.5-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-stack-overflow-backend",
"version": "0.1.5-next.0",
"version": "0.1.5-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",