Skip to content

Commit d4619fc

Browse files
chore(release): update monorepo packages versions
1 parent f66f433 commit d4619fc

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.changeset/stale-kids-share.md

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

packages/libraries/apollo/CHANGELOG.md

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

3+
## 0.40.0
4+
5+
### Minor Changes
6+
7+
- [#6916](https://github.com/graphql-hive/console/pull/6916)
8+
[`f66f433`](https://github.com/graphql-hive/console/commit/f66f433a8156f7b4691415312eb05d1f8c8c6647)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - Update package manifest to support
10+
@apollo/server v5
11+
312
## 0.39.2
413

514
### Patch Changes

packages/libraries/apollo/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/apollo",
3-
"version": "0.39.2",
3+
"version": "0.40.0",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.39.2';
1+
export const version = '0.40.0';

0 commit comments

Comments
 (0)