Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-06-28 09:27:36 +00:00
parent bc16470768
commit c92deffe39
282 changed files with 4153 additions and 1115 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/errors
## 1.1.0-next.0
### Minor Changes
- 6d61b44466: The `ResponseError.fromResponse` now accepts a more narrow response type, in order to avoid incompatibilities between different fetch implementations.
The `response` property of `ResponseError` has also been narrowed to a new `ConsumedResponse` type that omits all the properties for consuming the body of the response. This is not considered a breaking change as it was always an error to try to consume the body of the response.
## 1.0.0
### Major Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/errors",
"description": "Common utilities for error handling within Backstage",
"version": "1.0.0",
"version": "1.1.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
"serialize-error": "^8.0.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.3-next.0",
"@backstage/cli": "^0.18.0-next.1",
"@types/jest": "^26.0.7"
},
"files": [