Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#7660)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and ardatan committed Sep 11, 2024
1 parent 0ed9c79 commit 4d52840
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/young-candles-bow.md

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions packages/hive-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/hive-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/gateway",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/hive-gateway/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d52840

Please sign in to comment.