Version Packages

This commit is contained in:
github-actions[bot]
2021-01-21 20:26:16 +00:00
parent a034569199
commit 9af0d066fc
14 changed files with 43 additions and 37 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Hide the kind of owners in the about card if it's the default kind (group)
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Show the parent component in the about card (via partOf relationship)
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Fix accidental dependency on non-existent dependencies.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fixing issues with templating and full URL's as `storePath`'s
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Remove the `WelcomeBanner` that links to a plugin that is not longer wired into Backstage instances
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-jenkins': patch
---
Update Jenkins card with build date, duration, and rename card to "latest" build.
+12
View File
@@ -1,5 +1,17 @@
# @backstage/create-app
## 0.3.6
### Patch Changes
- d3947caf3: Fix accidental dependency on non-existent dependencies.
- Updated dependencies [a4e636c8f]
- Updated dependencies [099c5cf4f]
- Updated dependencies [0ea002378]
- Updated dependencies [a08db734c]
- @backstage/plugin-catalog@0.2.13
- @backstage/plugin-scaffolder-backend@0.5.1
## 1.0.0
### Minor Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "Create app package for Backstage",
"version": "0.3.5",
"version": "0.3.6",
"private": false,
"publishConfig": {
"access": "public"
@@ -52,7 +52,7 @@
"@backstage/plugin-api-docs": "^0.4.3",
"@backstage/plugin-app-backend": "^0.3.4",
"@backstage/plugin-auth-backend": "^0.2.11",
"@backstage/plugin-catalog": "^0.2.12",
"@backstage/plugin-catalog": "^0.2.13",
"@backstage/plugin-catalog-backend": "^0.5.4",
"@backstage/plugin-catalog-import": "^0.3.5",
"@backstage/plugin-circleci": "^0.2.6",
@@ -63,7 +63,7 @@
"@backstage/plugin-rollbar-backend": "^0.1.7",
"@backstage/plugin-scaffolder": "^0.4.0",
"@backstage/plugin-search": "^0.2.6",
"@backstage/plugin-scaffolder-backend": "^0.5.0",
"@backstage/plugin-scaffolder-backend": "^0.5.1",
"@backstage/plugin-tech-radar": "^0.3.3",
"@backstage/plugin-techdocs": "^0.5.4",
"@backstage/plugin-techdocs-backend": "^0.5.4",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog
## 0.2.13
### Patch Changes
- a4e636c8f: Hide the kind of owners in the about card if it's the default kind (group)
- 099c5cf4f: Show the parent component in the about card (via partOf relationship)
- a08db734c: Remove the `WelcomeBanner` that links to a plugin that is not longer wired into Backstage instances
## 0.2.12
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog",
"version": "0.2.12",
"version": "0.2.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-jenkins
## 0.3.7
### Patch Changes
- 9f8faed25: Update Jenkins card with build date, duration, and rename card to "latest" build.
- Updated dependencies [a4e636c8f]
- Updated dependencies [099c5cf4f]
- Updated dependencies [a08db734c]
- @backstage/plugin-catalog@0.2.13
## 0.3.6
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-jenkins",
"version": "0.3.6",
"version": "0.3.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,7 +33,7 @@
"dependencies": {
"@backstage/catalog-model": "^0.7.0",
"@backstage/core": "^0.5.0",
"@backstage/plugin-catalog": "^0.2.12",
"@backstage/plugin-catalog": "^0.2.13",
"@backstage/theme": "^0.2.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-scaffolder-backend
## 0.5.1
### Patch Changes
- 0ea002378: Fixing issues with templating and full URL's as `storePath`'s
## 0.5.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"version": "0.5.0",
"version": "0.5.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",