Skip to content

Commit f6b9ba0

Browse files
theguild-botgithub-actions[bot]
authored andcommitted
chore(release): update monorepo packages versions (#7660)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0ed9c79 commit f6b9ba0

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.changeset/young-candles-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ jobs:
9797
os: [ubuntu-latest, macos-latest, macos-latest-large, windows-latest]
9898
productname: [mesh-serve, hive-gateway]
9999
needs: [stable]
100-
if: contains(needs.stable.outputs.publishedPackages, '@graphql-mesh/serve-cli')
100+
if:
101+
contains(needs.stable.outputs.publishedPackages, '@graphql-mesh/serve-cli') ||
102+
contains(needs.stable.outputs.publishedPackages, '@graphql-hive/gateway')
101103
steps:
102104
- name: Choose names
103105
id: names

packages/hive-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-hive/gateway
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [`dae87f5`](https://github.com/ardatan/graphql-mesh/commit/dae87f5479c2f2b815379c11f167769f567bf531)
8+
Thanks [@ardatan](https://github.com/ardatan)! - Add missing `@graphql-hive/gateway` package to
9+
the Docker bundle
10+
311
## 1.0.0
412

513
### Major Changes

packages/hive-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/gateway",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)