Version Packages

This commit is contained in:
github-actions[bot]
2021-08-20 09:21:26 +00:00
parent 76c1c37457
commit 6e43220f08
11 changed files with 24 additions and 19 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Properly handle Date objects being returned for timestamps in the database driver
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Fix an issue where the default app origin was not allowed to authenticate users.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
GitHub branch protection option 'Require review from Code Owners' can be enabled by adding `requireCodeOwnersReview: true` in context input.
+2
View File
@@ -1,5 +1,7 @@
# @backstage/create-app
## 0.3.37
## 0.3.36
## 0.3.35
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "Create app package for Backstage",
"version": "0.3.36",
"version": "0.3.37",
"private": false,
"publishConfig": {
"access": "public"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-auth-backend
## 0.3.22
### Patch Changes
- 79d24a966: Fix an issue where the default app origin was not allowed to authenticate users.
## 0.3.21
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.3.21",
"version": "0.3.22",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-catalog-backend
## 0.13.4
### Patch Changes
- 7ab55167d: Properly handle Date objects being returned for timestamps in the database driver
## 0.13.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend",
"version": "0.13.3",
"version": "0.13.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-scaffolder-backend
## 0.15.1
### Patch Changes
- d622cfad1: GitHub branch protection option 'Require review from Code Owners' can be enabled by adding `requireCodeOwnersReview: true` in context input.
## 0.15.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"version": "0.15.0",
"version": "0.15.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",