Skip to content

Commit 999c323

Browse files
chore(release): update monorepo packages versions
1 parent bf83a20 commit 999c323

19 files changed

+82
-35
lines changed

.changeset/@graphql-hive_gateway-1057-dependencies.md

-7
This file was deleted.

.changeset/curly-roses-sparkle.md

-5
This file was deleted.

.changeset/sixty-peas-sell.md

-5
This file was deleted.

packages/fusion-runtime/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-mesh/fusion-runtime
22

3+
## 0.11.11
4+
5+
### Patch Changes
6+
7+
- [#1053](https://github.com/graphql-hive/gateway/pull/1053) [`e6dfbcd`](https://github.com/graphql-hive/gateway/commit/e6dfbcd4d1d2ebbdb7c5454b691b1be2b9c466b3) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Lazy print GraphQL schema for logger
8+
39
## 0.11.10
410

511
### Patch Changes

packages/fusion-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/fusion-runtime",
3-
"version": "0.11.10",
3+
"version": "0.11.11",
44
"type": "module",
55
"description": "Runtime for GraphQL Mesh Fusion Supergraph",
66
"repository": {

packages/gateway/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @graphql-hive/gateway
22

3+
## 1.13.7
4+
5+
### Patch Changes
6+
7+
- [#1057](https://github.com/graphql-hive/gateway/pull/1057) [`20e120b`](https://github.com/graphql-hive/gateway/commit/20e120b2e3269907187ec0626c7651bc248efc53) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
8+
9+
- Updated dependency [`@graphql-mesh/plugin-jwt-auth@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-jwt-auth/v/workspace:^) (from `^1.5.0`, in `dependencies`)
10+
11+
- Updated dependencies [[`20e120b`](https://github.com/graphql-hive/gateway/commit/20e120b2e3269907187ec0626c7651bc248efc53)]:
12+
- @graphql-mesh/plugin-jwt-auth@1.5.4
13+
- @graphql-hive/plugin-aws-sigv4@1.0.8
14+
- @graphql-hive/gateway-runtime@1.8.1
15+
- @graphql-mesh/hmac-upstream-signature@1.2.27
16+
- @graphql-mesh/plugin-opentelemetry@1.3.55
17+
- @graphql-mesh/plugin-prometheus@1.3.43
18+
319
## 1.13.6
420

521
### Patch Changes

packages/gateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/gateway",
3-
"version": "1.13.6",
3+
"version": "1.13.7",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/nestjs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-hive/nestjs
22

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`20e120b`](https://github.com/graphql-hive/gateway/commit/20e120b2e3269907187ec0626c7651bc248efc53)]:
8+
- @graphql-hive/gateway@1.13.7
9+
310
## 1.0.10
411

512
### Patch Changes

packages/nestjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/nestjs",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/aws-sigv4/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-hive/plugin-aws-sigv4
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e6dfbcd`](https://github.com/graphql-hive/gateway/commit/e6dfbcd4d1d2ebbdb7c5454b691b1be2b9c466b3)]:
8+
- @graphql-mesh/fusion-runtime@0.11.11
9+
310
## 1.0.7
411

512
### Patch Changes

packages/plugins/aws-sigv4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/plugin-aws-sigv4",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/jwt-auth/CHANGELOG.md

+16-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-mesh/plugin-jwt-auth
22

3+
## 1.5.4
4+
5+
### Patch Changes
6+
7+
- [#1057](https://github.com/graphql-hive/gateway/pull/1057) [`20e120b`](https://github.com/graphql-hive/gateway/commit/20e120b2e3269907187ec0626c7651bc248efc53) Thanks [@enisdenjo](https://github.com/enisdenjo)! - No code changes, the plugin has been moved from Mesh Compose to Hive Gateway
8+
39
## 1.5.3
410

511
### Patch Changes
@@ -166,19 +172,19 @@
166172
defineConfig,
167173
extractFromConnectionParams,
168174
extractFromHeader,
169-
useJWT
170-
} from '@graphql-hive/gateway'
175+
useJWT,
176+
} from '@graphql-hive/gateway';
171177

172178
export const gatewayConfig = defineConfig({
173179
jwt: {
174180
// So it will look for the token in the connectionParams.my-token field in case of a WebSockets connection
175181
// It will check WS params and headers, and get the available one
176182
lookupLocations: [
177183
extractFromConnectionParams({ name: 'my-token' }),
178-
extractFromHeader({ name: 'authorization', prefix: 'Bearer ' })
179-
]
180-
}
181-
})
184+
extractFromHeader({ name: 'authorization', prefix: 'Bearer ' }),
185+
],
186+
},
187+
});
182188
```
183189

184190
## 1.3.10
@@ -424,11 +430,11 @@
424430
For example;
425431

426432
```ts
427-
productName = 'Mesh Gateway'
433+
productName = 'Mesh Gateway';
428434
productDescription =
429-
'Mesh Gateway is a GraphQL Gateway that can be used to serve a supergraph schema.'
430-
productLogo = '<svg>...</svg>'
431-
productPackageName = '@graphql-mesh/gateway'
435+
'Mesh Gateway is a GraphQL Gateway that can be used to serve a supergraph schema.';
436+
productLogo = '<svg>...</svg>';
437+
productPackageName = '@graphql-mesh/gateway';
432438
```
433439

434440
### Patch Changes

packages/plugins/jwt-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/plugin-jwt-auth",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/opentelemetry/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-mesh/plugin-opentelemetry
22

3+
## 1.3.55
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-hive/gateway-runtime@1.8.1
9+
310
## 1.3.54
411

512
### Patch Changes

packages/plugins/opentelemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/plugin-opentelemetry",
3-
"version": "1.3.54",
3+
"version": "1.3.55",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/prometheus/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-mesh/plugin-prometheus
22

3+
## 1.3.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-hive/[email protected]
9+
310
## 1.3.42
411

512
### Patch Changes

packages/plugins/prometheus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/plugin-prometheus",
3-
"version": "1.3.42",
3+
"version": "1.3.43",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/runtime/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-hive/gateway-runtime
22

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e6dfbcd`](https://github.com/graphql-hive/gateway/commit/e6dfbcd4d1d2ebbdb7c5454b691b1be2b9c466b3)]:
8+
- @graphql-mesh/fusion-runtime@0.11.11
9+
- @graphql-mesh/hmac-upstream-signature@1.2.27
10+
311
## 1.8.0
412

513
### Minor Changes

packages/runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/gateway-runtime",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)