Version Packages

This commit is contained in:
github-actions[bot]
2021-01-08 20:05:36 +00:00
parent bbc5b811d5
commit 7410a39a4f
13 changed files with 36 additions and 26 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-graphiql': patch
---
Patch release to force a release for the `esm.js` extension change for dynamically loading chunks
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Fix gitlab scaffolder publisher
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
bug(scaffolder): Ignore the .git folder when adding dot-files to the index
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-cost-insights': patch
---
Minor wording change in UI
+8
View File
@@ -1,5 +1,13 @@
# example-backend
## 0.2.10
### Patch Changes
- Updated dependencies [5eb8c9b9e]
- Updated dependencies [7e3451700]
- @backstage/plugin-scaffolder-backend@0.4.0
## 0.2.8
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.8",
"version": "0.2.10",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -37,7 +37,7 @@
"@backstage/plugin-kubernetes-backend": "^0.2.3",
"@backstage/plugin-proxy-backend": "^0.2.3",
"@backstage/plugin-rollbar-backend": "^0.1.5",
"@backstage/plugin-scaffolder-backend": "^0.3.6",
"@backstage/plugin-scaffolder-backend": "^0.4.0",
"@backstage/plugin-techdocs-backend": "^0.5.0",
"@gitbeaker/node": "^25.2.0",
"@octokit/rest": "^18.0.0",
+1 -1
View File
@@ -56,7 +56,7 @@
"@backstage/plugin-rollbar-backend": "^0.1.6",
"@backstage/plugin-scaffolder": "^0.3.6",
"@backstage/plugin-search": "^0.2.5",
"@backstage/plugin-scaffolder-backend": "^0.3.7",
"@backstage/plugin-scaffolder-backend": "^0.4.0",
"@backstage/plugin-tech-radar": "^0.3.2",
"@backstage/plugin-techdocs": "^0.5.2",
"@backstage/plugin-techdocs-backend": "^0.5.2",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-cost-insights
## 0.5.6
### Patch Changes
- 9e9504ce4: Minor wording change in UI
## 0.5.5
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-cost-insights",
"version": "0.5.5",
"version": "0.5.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-graphiql
## 0.2.4
### Patch Changes
- 21f6be0f6: Patch release to force a release for the `esm.js` extension change for dynamically loading chunks
## 0.2.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-graphiql",
"description": "Backstage plugin for browsing GraphQL APIs",
"version": "0.2.3",
"version": "0.2.4",
"private": false,
"publishConfig": {
"access": "public",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-backend
## 0.4.0
### Minor Changes
- 5eb8c9b9e: Fix gitlab scaffolder publisher
### Patch Changes
- 7e3451700: bug(scaffolder): Ignore the .git folder when adding dot-files to the index
## 0.3.7
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"version": "0.3.7",
"version": "0.4.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",