diff --git a/.changeset/young-candles-bow.md b/.changeset/young-candles-bow.md deleted file mode 100644 index ac86bbeda254..000000000000 --- 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 e13a5dd9179c..e01bb3306d40 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 96361d00be71..5874d0122247 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 fe390a953f2f..9644c0983e4a 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", diff --git a/packages/hive-gateway/rollup.config.js b/packages/hive-gateway/rollup.config.js index ff1c8344a66e..a31e2cb42fae 100644 --- a/packages/hive-gateway/rollup.config.js +++ b/packages/hive-gateway/rollup.config.js @@ -38,7 +38,7 @@ console.log('Bundling...'); */ const deps = { 'node_modules/@graphql-hive/gateway/index': 'src/index.ts', - 'node_modules/@graphql-mesh/serve-cli/index': '../serve-cli/index.ts', + 'node_modules/@graphql-mesh/serve-cli/index': '../serve-cli/src/index.ts', 'node_modules/@graphql-mesh/serve-runtime/index': '../serve-runtime/src/index.ts', 'node_modules/@graphql-mesh/include/hooks': '../include/src/hooks.ts', // default transports should be in the container