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
+6
View File
@@ -1,5 +1,11 @@
# @backstage/errors
## 1.1.1
### Patch Changes
- 7d47def9c4: Removed dependency on `@types/jest`.
## 1.1.1-next.0
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/errors",
"description": "Common utilities for error handling within Backstage",
"version": "1.1.1-next.0",
"version": "1.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -37,7 +37,7 @@
"serialize-error": "^8.0.1"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.3"
"@backstage/cli": "^0.19.0"
},
"files": [
"dist"