Skip to content

Commit

Permalink
Changed GraphQL plugins to bump to minor
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Sep 18, 2023
1 parent f822b82 commit c5e9203
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .changeset/honest-suns-mate.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
'@frontside/backstage-plugin-graphql-backend-module-catalog': patch
'@frontside/backstage-plugin-graphql-backend-module-catalog': minor
'@frontside/backstage-plugin-incremental-ingestion-backend': patch
'@frontside/backstage-plugin-incremental-ingestion-github': patch
'@frontside/backstage-plugin-graphql-backend-node': patch
'@frontside/backstage-plugin-graphql-backend-node': minor
'@frontside/backstage-plugin-humanitec-backend': patch
'@frontside/backstage-plugin-graphql-backend': patch
'@frontside/backstage-plugin-graphql-backend': minor
'@frontside/graphgen-backstage': patch
'backend': patch
---

Backport graphql plugins from Backstage PRFC #15519
Backport graphql plugins from Backstage PRFC [#15519](https://github.com/backstage/backstage/pull/15519)
2 changes: 1 addition & 1 deletion plugins/graphql-backend-module-catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-graphql-backend-module-catalog",
"description": "An experimental module for the GraphQL backend that adds catalog schema",
"description": "Backstage GraphQL backend module that adds catalog schema",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphql-backend-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-graphql-backend-node",
"description": "An experimental Backstage backend extensions plugin for GraphQL",
"description": "Backstage backend extensions plugin for GraphQL",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphql-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-graphql-backend",
"description": "An experimental Backstage backend plugin for GraphQL",
"description": "Backstage backend plugin for GraphQL",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit c5e9203

Please sign in to comment.