Applied patches from 0.70.1 release

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-04 12:55:49 +01:00
parent f833dd823c
commit b1aacbf96a
9 changed files with 65 additions and 1 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
{
"currentReleaseVersion": {}
"currentReleaseVersion": {
"@backstage/backend-common": "0.12.1",
"@backstage/catalog-model": "0.12.1",
"@backstage/cli": "0.15.1",
"@backstage/plugin-catalog-backend": "0.23.1",
"@backstage/plugin-catalog-common": "0.2.1",
"@backstage/plugin-catalog-react": "0.8.1"
}
}
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Applied the fix from version `0.15.1` of this package, which was part of the `v0.70.1` release of Backstage.
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/backend-common': patch
'@backstage/catalog-model': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-catalog-common': patch
'@backstage/plugin-catalog-react': patch
---
Applied the fix for the `/alpha` entry point resolution that was part of the `v0.70.1` release of Backstage.
+6
View File
@@ -1,5 +1,11 @@
# @backstage/backend-common
## 0.12.1
### Patch Changes
- Fixed runtime resolution of the `/alpha` entry point.
## 0.12.0
### Minor Changes
+6
View File
@@ -1,5 +1,11 @@
# @backstage/catalog-model
## 0.12.1
### Patch Changes
- Fixed runtime resolution of the `/alpha` entry point.
## 0.12.0
### Minor Changes
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli
## 0.15.1
### Patch Changes
- Fixed an issue where the release stage entry point of packages were not resolved correctly.
## 0.15.0
### Minor Changes
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend
## 0.23.1
### Patch Changes
- Marked `GithubMultiOrgReaderProcessor` as stable, as it was moved to `/alpha` by mistake.
- Fixed runtime resolution of the `/alpha` entry point.
- Updated dependencies
- @backstage/backend-common@0.12.1
- @backstage/catalog-model@0.12.1
- @backstage/plugin-catalog-common@0.2.1
## 0.23.0
### Minor Changes
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-catalog-common
## 0.2.1
### Patch Changes
- Fixed runtime resolution of the `/alpha` entry point.
## 0.2.0
### Minor Changes
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-react
## 0.8.1
### Patch Changes
- Fixed runtime resolution of the `/alpha` entry point.
- Updated dependencies
- @backstage/catalog-model@0.12.1
## 0.8.0
### Minor Changes