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
+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",