Skip to content

Commit a7dd46a

Browse files
Upcoming Release Changes (#30)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d54e7d6 commit a7dd46a

File tree

6 files changed

+19
-12
lines changed

6 files changed

+19
-12
lines changed

.changeset/friendly-grapes-refuse.md

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

.changeset/healthy-wasps-attend.md

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

packages/gateway/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @graphql-hive/gateway
2+
3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- [`a0434c6`](https://github.com/graphql-hive/gateway/commit/a0434c6c0dd37d0fe42f5187eeae79e1076280c5) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Hive Gateway has been moved to a new GitHub repository! You can now find it at [github.com/graphql-hive/gateway](https://github.com/graphql-hive/gateway).
8+
9+
- Updated dependencies [[`53a8d59`](https://github.com/graphql-hive/gateway/commit/53a8d590941d84345c4a49a854404eef3a0c04d9)]:
10+
- @graphql-hive/gateway-runtime@1.0.0

packages/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.4.0",
3+
"version": "1.4.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/runtime/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @graphql-hive/gateway-runtime
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#17](https://github.com/graphql-hive/gateway/pull/17) [`53a8d59`](https://github.com/graphql-hive/gateway/commit/53a8d590941d84345c4a49a854404eef3a0c04d9) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Hive Gateway has been moved to a new GitHub repository! You can now find it at [github.com/graphql-hive/gateway](https://github.com/graphql-hive/gateway).

packages/runtime/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-runtime",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)