Skip to content

Commit 0824f96

Browse files
authored
chore(release): update monorepo packages versions
1 parent 40e7ea2 commit 0824f96

19 files changed

Lines changed: 79 additions & 31 deletions

File tree

.changeset/lazy-stars-build.md

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

packages/libraries/apollo/CHANGELOG.md

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

3+
## 0.48.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`33791da`](https://github.com/graphql-hive/console/commit/33791da958f6801d4a981c9147891724f39ef50c)]:
9+
- @graphql-hive/core@0.22.3
10+
311
## 0.48.4
412

513
### 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.48.4",
3+
"version": "0.48.5",
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.48.4';
1+
export const version = '0.48.5';

packages/libraries/cli/CHANGELOG.md

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

3+
## 0.61.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`33791da`](https://github.com/graphql-hive/console/commit/33791da958f6801d4a981c9147891724f39ef50c)]:
9+
- @graphql-hive/core@0.22.3
10+
311
## 0.61.4
412

513
### Patch Changes

packages/libraries/cli/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ DESCRIPTION
8484
```
8585

8686
_See code:
87-
[src/commands/app/create.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/app/create.ts)_
87+
[src/commands/app/create.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/app/create.ts)_
8888

8989
## `hive app:publish`
9090

@@ -111,7 +111,7 @@ DESCRIPTION
111111
```
112112

113113
_See code:
114-
[src/commands/app/publish.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/app/publish.ts)_
114+
[src/commands/app/publish.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/app/publish.ts)_
115115

116116
## `hive app:retire`
117117

@@ -139,7 +139,7 @@ DESCRIPTION
139139
```
140140

141141
_See code:
142-
[src/commands/app/retire.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/app/retire.ts)_
142+
[src/commands/app/retire.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/app/retire.ts)_
143143

144144
## `hive artifact:fetch`
145145

@@ -163,7 +163,7 @@ DESCRIPTION
163163
```
164164

165165
_See code:
166-
[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/artifact/fetch.ts)_
166+
[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/artifact/fetch.ts)_
167167

168168
## `hive dev`
169169

@@ -206,7 +206,7 @@ DESCRIPTION
206206
```
207207

208208
_See code:
209-
[src/commands/dev.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/dev.ts)_
209+
[src/commands/dev.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/dev.ts)_
210210

211211
## `hive help [COMMAND]`
212212

@@ -252,7 +252,7 @@ DESCRIPTION
252252
```
253253

254254
_See code:
255-
[src/commands/introspect.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/introspect.ts)_
255+
[src/commands/introspect.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/introspect.ts)_
256256

257257
## `hive operations:check FILE`
258258

@@ -311,7 +311,7 @@ DESCRIPTION
311311
```
312312

313313
_See code:
314-
[src/commands/operations/check.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/operations/check.ts)_
314+
[src/commands/operations/check.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/operations/check.ts)_
315315

316316
## `hive schema:check FILE`
317317

@@ -356,7 +356,7 @@ DESCRIPTION
356356
```
357357

358358
_See code:
359-
[src/commands/schema/check.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/schema/check.ts)_
359+
[src/commands/schema/check.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/schema/check.ts)_
360360

361361
## `hive schema:delete SERVICE`
362362

@@ -389,7 +389,7 @@ DESCRIPTION
389389
```
390390

391391
_See code:
392-
[src/commands/schema/delete.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/schema/delete.ts)_
392+
[src/commands/schema/delete.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/schema/delete.ts)_
393393

394394
## `hive schema:fetch [COMMIT]`
395395

@@ -422,7 +422,7 @@ DESCRIPTION
422422
```
423423

424424
_See code:
425-
[src/commands/schema/fetch.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/schema/fetch.ts)_
425+
[src/commands/schema/fetch.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/schema/fetch.ts)_
426426

427427
## `hive schema:promote`
428428

@@ -455,7 +455,7 @@ DESCRIPTION
455455
```
456456

457457
_See code:
458-
[src/commands/schema/promote.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/schema/promote.ts)_
458+
[src/commands/schema/promote.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/schema/promote.ts)_
459459

460460
## `hive schema:publish FILE`
461461

@@ -499,7 +499,7 @@ DESCRIPTION
499499
```
500500

501501
_See code:
502-
[src/commands/schema/publish.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/schema/publish.ts)_
502+
[src/commands/schema/publish.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/schema/publish.ts)_
503503

504504
## `hive update [CHANNEL]`
505505

@@ -562,7 +562,7 @@ DESCRIPTION
562562
```
563563

564564
_See code:
565-
[src/commands/whoami.ts](https://github.com/graphql-hive/console/blob/v0.61.4/src/commands/whoami.ts)_
565+
[src/commands/whoami.ts](https://github.com/graphql-hive/console/blob/v0.61.5/src/commands/whoami.ts)_
566566

567567
<!-- commandsstop -->
568568

packages/libraries/cli/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/cli",
3-
"version": "0.61.4",
3+
"version": "0.61.5",
44
"description": "A CLI util to manage and control your GraphQL Hive",
55
"repository": {
66
"type": "git",

packages/libraries/core/CHANGELOG.md

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

3+
## 0.22.3
4+
5+
### Patch Changes
6+
7+
- [#8329](https://github.com/graphql-hive/console/pull/8329)
8+
[`33791da`](https://github.com/graphql-hive/console/commit/33791da958f6801d4a981c9147891724f39ef50c)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Support Rust query planner execution by setting
10+
default operation root type name in collected payload's "paths" if not returned in subgraph call
11+
request info.
12+
313
## 0.22.2
414

515
### Patch Changes

packages/libraries/core/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/core",
3-
"version": "0.22.2",
3+
"version": "0.22.3",
44
"type": "module",
55
"repository": {
66
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.22.2';
1+
export const version = '0.22.3';

0 commit comments

Comments
 (0)