From 7412c55ad59dd32b2e8861696d3bf9c85850d831 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Oct 2023 06:57:52 +0000 Subject: [PATCH] Version Packages --- .changeset/friendly-yaks-rhyme.md | 7 ------- plugins/graphql-backend-module-catalog/CHANGELOG.md | 8 ++++++++ plugins/graphql-backend-module-catalog/package.json | 4 ++-- plugins/graphql-backend-node/CHANGELOG.md | 6 ++++++ plugins/graphql-backend-node/package.json | 2 +- plugins/graphql-backend/CHANGELOG.md | 8 ++++++++ plugins/graphql-backend/package.json | 4 ++-- 7 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 .changeset/friendly-yaks-rhyme.md diff --git a/.changeset/friendly-yaks-rhyme.md b/.changeset/friendly-yaks-rhyme.md deleted file mode 100644 index 5f6cdff7ea..0000000000 --- a/.changeset/friendly-yaks-rhyme.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@frontside/backstage-plugin-graphql-backend-module-catalog': patch -'@frontside/backstage-plugin-graphql-backend-node': patch -'@frontside/backstage-plugin-graphql-backend': patch ---- - -Update @frontside/hydraphql to 0.1.1 diff --git a/plugins/graphql-backend-module-catalog/CHANGELOG.md b/plugins/graphql-backend-module-catalog/CHANGELOG.md index e1fb548839..beb6d9f1bc 100644 --- a/plugins/graphql-backend-module-catalog/CHANGELOG.md +++ b/plugins/graphql-backend-module-catalog/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontside/backstage-plugin-graphql-backend-module-catalog +## 0.1.1 + +### Patch Changes + +- 33222ff: Update @frontside/hydraphql to 0.1.1 +- Updated dependencies [33222ff] + - @frontside/backstage-plugin-graphql-backend@0.1.1 + ## 0.1.0 ### Minor Changes diff --git a/plugins/graphql-backend-module-catalog/package.json b/plugins/graphql-backend-module-catalog/package.json index 6b59a6ca11..246d423c86 100644 --- a/plugins/graphql-backend-module-catalog/package.json +++ b/plugins/graphql-backend-module-catalog/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-graphql-backend-module-catalog", "description": "Backstage GraphQL backend module that adds catalog schema", - "version": "0.1.0", + "version": "0.1.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -45,7 +45,7 @@ "@backstage/catalog-client": "^1.4.3", "@backstage/catalog-model": "^1.4.1", "@backstage/plugin-catalog-node": "^1.4.3", - "@frontside/backstage-plugin-graphql-backend": "^0.1.0", + "@frontside/backstage-plugin-graphql-backend": "^0.1.1", "@frontside/hydraphql": "^0.1.1", "@graphql-tools/load-files": "^7.0.0", "@graphql-tools/utils": "^10.0.0", diff --git a/plugins/graphql-backend-node/CHANGELOG.md b/plugins/graphql-backend-node/CHANGELOG.md index 7d9e990c4b..f583d90311 100644 --- a/plugins/graphql-backend-node/CHANGELOG.md +++ b/plugins/graphql-backend-node/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-graphql-backend-node +## 0.1.1 + +### Patch Changes + +- 33222ff: Update @frontside/hydraphql to 0.1.1 + ## 0.1.0 ### Minor Changes diff --git a/plugins/graphql-backend-node/package.json b/plugins/graphql-backend-node/package.json index b8ed526744..b974ff1a9b 100644 --- a/plugins/graphql-backend-node/package.json +++ b/plugins/graphql-backend-node/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-graphql-backend-node", "description": "Backstage backend extensions plugin for GraphQL", - "version": "0.1.0", + "version": "0.1.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/graphql-backend/CHANGELOG.md b/plugins/graphql-backend/CHANGELOG.md index 00c2272d92..abb76d7b07 100644 --- a/plugins/graphql-backend/CHANGELOG.md +++ b/plugins/graphql-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontside/backstage-plugin-graphql-backend +## 0.1.1 + +### Patch Changes + +- 33222ff: Update @frontside/hydraphql to 0.1.1 +- Updated dependencies [33222ff] + - @frontside/backstage-plugin-graphql-backend-node@0.1.1 + ## 0.1.0 ### Minor Changes diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json index ff7c6eb742..c107d2c999 100644 --- a/plugins/graphql-backend/package.json +++ b/plugins/graphql-backend/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-graphql-backend", "description": "Backstage backend plugin for GraphQL", - "version": "0.1.0", + "version": "0.1.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -38,7 +38,7 @@ "@envelop/core": "^4.0.0", "@envelop/dataloader": "^5.0.0", "@envelop/graphql-modules": "^5.0.0", - "@frontside/backstage-plugin-graphql-backend-node": "^0.1.0", + "@frontside/backstage-plugin-graphql-backend-node": "^0.1.1", "@frontside/hydraphql": "^0.1.1", "dataloader": "^2.1.0", "express": "^4.17.1",