Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-11-08 14:04:37 +00:00
parent a651c6ecd7
commit b01fea7b8c
293 changed files with 3979 additions and 148 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/release-manifests
## 0.0.7-next.0
### Patch Changes
- a4496131fa: Added a fallback that fetches manifests from `https://raw.githubusercontent.com` if `https://versions.backstage.io` is unavailable.
## 0.0.6
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/release-manifests",
"description": "Helper library for receiving release manifests",
"version": "0.0.6",
"version": "0.0.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {