Version Packages

This commit is contained in:
github-actions[bot]
2022-09-20 11:52:02 +00:00
parent 2a7a21e9c5
commit 30882884a4
520 changed files with 9779 additions and 5672 deletions
@@ -1,5 +1,16 @@
# @backstage/plugin-stack-overflow-backend
## 0.1.5
### 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
- Updated dependencies
- @backstage/cli@0.19.0
- @backstage/config@1.0.2
- @backstage/plugin-search-common@1.0.1
## 0.1.5-next.2
### Patch Changes