diff --git a/.changeset/young-candles-bow.md b/.changeset/young-candles-bow.md deleted file mode 100644 index ac86bbeda2548..0000000000000 --- a/.changeset/young-candles-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/gateway': patch ---- - -Add missing `@graphql-hive/gateway` package to the Docker bundle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e13a5dd9179ca..e01bb3306d40e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,9 @@ jobs: os: [ubuntu-latest, macos-latest, macos-latest-large, windows-latest] productname: [mesh-serve, hive-gateway] needs: [stable] - if: contains(needs.stable.outputs.publishedPackages, '@graphql-mesh/serve-cli') + if: + contains(needs.stable.outputs.publishedPackages, '@graphql-mesh/serve-cli') || + contains(needs.stable.outputs.publishedPackages, '@graphql-hive/gateway') steps: - name: Choose names id: names diff --git a/packages/hive-gateway/CHANGELOG.md b/packages/hive-gateway/CHANGELOG.md index 96361d00be71d..5874d01222477 100644 --- a/packages/hive-gateway/CHANGELOG.md +++ b/packages/hive-gateway/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/gateway +## 1.0.1 + +### Patch Changes + +- [`dae87f5`](https://github.com/ardatan/graphql-mesh/commit/dae87f5479c2f2b815379c11f167769f567bf531) + Thanks [@ardatan](https://github.com/ardatan)! - Add missing `@graphql-hive/gateway` package to + the Docker bundle + ## 1.0.0 ### Major Changes diff --git a/packages/hive-gateway/package.json b/packages/hive-gateway/package.json index fe390a953f2fc..9644c0983e4ad 100644 --- a/packages/hive-gateway/package.json +++ b/packages/hive-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/gateway", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "repository": { "type": "git",