From c5e9203ea2fcd457707979d724ff2a84b43fac4d Mon Sep 17 00:00:00 2001 From: Taras Date: Mon, 18 Sep 2023 15:41:46 -0400 Subject: [PATCH] Changed GraphQL plugins to bump to minor --- .changeset/honest-suns-mate.md | 8 ++++---- plugins/graphql-backend-module-catalog/package.json | 2 +- plugins/graphql-backend-node/package.json | 2 +- plugins/graphql-backend/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.changeset/honest-suns-mate.md b/.changeset/honest-suns-mate.md index b958ec2e1d..b5fc910ef4 100644 --- a/.changeset/honest-suns-mate.md +++ b/.changeset/honest-suns-mate.md @@ -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) diff --git a/plugins/graphql-backend-module-catalog/package.json b/plugins/graphql-backend-module-catalog/package.json index 13494f9253..6aa31a6a72 100644 --- a/plugins/graphql-backend-module-catalog/package.json +++ b/plugins/graphql-backend-module-catalog/package.json @@ -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", diff --git a/plugins/graphql-backend-node/package.json b/plugins/graphql-backend-node/package.json index 17098326c3..06393dfb9b 100644 --- a/plugins/graphql-backend-node/package.json +++ b/plugins/graphql-backend-node/package.json @@ -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", diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json index 32b462a3b3..4b8ee9145f 100644 --- a/plugins/graphql-backend/package.json +++ b/plugins/graphql-backend/package.json @@ -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",