Skip to content

Commit fb4c94e

Browse files
authored
chore(release): update monorepo packages versions
1 parent dc32e0b commit fb4c94e

14 files changed

Lines changed: 55 additions & 20 deletions

File tree

.changeset/solid-knives-start.md

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

.changeset/sweet-feet-find.md

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

deployment/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# hive
22

3+
## 11.12.0
4+
5+
### Minor Changes
6+
7+
- [#8373](https://github.com/graphql-hive/console/pull/8373)
8+
[`2d39e87`](https://github.com/graphql-hive/console/commit/2d39e87bdb67fdc0a4ad703f2a131d4c6026f0ea)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Allow colon characters (`:`) as part of the
10+
persisted documents hash. This allows uploading a persisted document manifest that contains a hash
11+
prefixed with the algorithm, e.g. `sha1:c9a2a17494906eeb5fff2c81a1980ae1c0b6650f`.
12+
13+
### Patch Changes
14+
15+
- [#8369](https://github.com/graphql-hive/console/pull/8369)
16+
[`dc32e0b`](https://github.com/graphql-hive/console/commit/dc32e0b43081f87cf6f41a820e5e6e76cd4aa687)
17+
Thanks [@jdolle](https://github.com/jdolle)! - Upgrade graphql-yoga package to patch vulnerability
18+
319
## 11.11.1
420

521
### Patch Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "11.11.1",
3+
"version": "11.12.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/gateway-plugin-console-sdk/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#8369](https://github.com/graphql-hive/console/pull/8369)
8+
[`dc32e0b`](https://github.com/graphql-hive/console/commit/dc32e0b43081f87cf6f41a820e5e6e76cd4aa687)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Upgrade graphql-yoga package to patch vulnerability
10+
311
## 0.1.3
412

513
### Patch Changes

packages/libraries/gateway-plugin-console-sdk/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-plugin-console-sdk",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Hive Console + Hive Gateway",
66
"repository": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.1.3';
1+
export const version = '0.1.4';

packages/libraries/laboratory/CHANGELOG.md

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

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [#8369](https://github.com/graphql-hive/console/pull/8369)
8+
[`dc32e0b`](https://github.com/graphql-hive/console/commit/dc32e0b43081f87cf6f41a820e5e6e76cd4aa687)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Upgrade graphql-yoga package to patch vulnerability
10+
311
## 0.2.5
412

513
### Patch Changes

packages/libraries/laboratory/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/laboratory",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/libraries/render-laboratory/CHANGELOG.md

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

3+
## 0.1.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`dc32e0b`](https://github.com/graphql-hive/console/commit/dc32e0b43081f87cf6f41a820e5e6e76cd4aa687)]:
9+
- @graphql-hive/laboratory@0.2.6
10+
311
## 0.1.16
412

513
### Patch Changes

0 commit comments

Comments
 (0)