Version Packages
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-stack-overflow-backend",
|
||||
"version": "0.1.5-next.2",
|
||||
"version": "0.1.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -32,9 +32,9 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/cli": "^0.19.0-next.3",
|
||||
"@backstage/config": "^1.0.2-next.0",
|
||||
"@backstage/plugin-search-common": "^1.0.1-next.0",
|
||||
"@backstage/cli": "^0.19.0",
|
||||
"@backstage/config": "^1.0.2",
|
||||
"@backstage/plugin-search-common": "^1.0.1",
|
||||
"node-fetch": "^2.6.7",
|
||||
"qs": "^6.9.4",
|
||||
"winston": "^3.2.1"
|
||||
|
||||
Reference in New Issue
Block a user