Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 30, 2024
1 parent 01f6ad9 commit c1a67fc
Show file tree
Hide file tree
Showing 44 changed files with 208 additions and 113 deletions.
5 changes: 0 additions & 5 deletions .changeset/@omnigraph_thrift-7708-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-ways-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-dodos-visit.md

This file was deleted.

2 changes: 1 addition & 1 deletion e2e/thrift-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@graphql-mesh/compose-cli": "workspace:*",
"@graphql-mesh/fusion-runtime": "workspace:*",
"@graphql-mesh/serve-cli": "workspace:*",
"@omnigraph/thrift": "^0.7.6",
"@omnigraph/thrift": "^0.7.7",
"express": "^4.18.2",
"graphql": "^16.9.0",
"thrift": "^0.21.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/thrift-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@creditkarma/thrift-server-express": "1.0.4",
"@creditkarma/thrift-typescript": "3.7.6",
"@graphql-mesh/cli": "0.96.4",
"@graphql-mesh/thrift": "0.104.6",
"@graphql-mesh/thrift": "0.104.7",
"express": "4.21.0",
"graphql": "16.9.0",
"thrift": "0.21.0",
Expand Down
7 changes: 7 additions & 0 deletions examples/v1-next/apollo-federation-compatibility/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-apollo-federation-compatibility

## 1.0.5

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/serve-cli@1.0.5

## 1.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/v1-next/apollo-federation-compatibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-apollo-federation-compatibility",
"version": "1.0.4",
"version": "1.0.5",
"description": "Apollo Federation implemented with GraphQL Mesh",
"author": "Arda TANRIKULU <[email protected]>",
"private": true,
Expand All @@ -15,7 +15,7 @@
"start": "node bundle.js"
},
"dependencies": {
"@graphql-mesh/serve-cli": "1.0.4",
"@graphql-mesh/serve-cli": "1.0.5",
"@graphql-yoga/plugin-apollo-inline-trace": "3.7.0",
"concurrently": "9.0.1",
"graphql": "16.9.0",
Expand All @@ -27,7 +27,7 @@
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-resolvers": "4.2.1",
"@graphql-mesh/compose-cli": "1.0.2",
"@graphql-mesh/compose-cli": "1.0.3",
"@types/node": "20.16.9",
"esbuild": "^0.24.0",
"lru-cache": "11.0.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/v1-next/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@envelop/auth0": "^6.0.0",
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/plugin-operation-field-permissions": "^0.102.5",
"@graphql-mesh/serve-cli": "^1.0.4",
"@graphql-mesh/serve-cli": "^1.0.5",
"@omnigraph/json-schema": "^0.106.7",
"graphql": "16.9.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/v1-next/integrations/cfw-breweries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dependencies": {
"@graphql-mesh/cache-cfw-kv": "^0.102.5",
"@graphql-mesh/cache-localforage": "^0.102.5",
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/plugin-response-cache": "^0.102.5",
"@graphql-mesh/serve-runtime": "^1.0.3",
"@graphql-mesh/serve-runtime": "^1.0.4",
"@omnigraph/json-schema": "^0.106.7",
"graphql": "16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-spacex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@graphql-mesh/cache-cfw-kv": "^0.102.5",
"@graphql-mesh/plugin-rate-limit": "^0.102.5",
"@graphql-mesh/plugin-response-cache": "^0.102.5",
"@graphql-mesh/serve-runtime": "^1.0.3",
"@graphql-mesh/serve-runtime": "^1.0.4",
"graphql": "16.9.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/v1-next/integrations/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/serve-runtime": "^1.0.3",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/serve-runtime": "^1.0.4",
"@omnigraph/openapi": "^0.106.8",
"fastify": "^5.0.0",
"graphql": "16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/v1-next/integrations/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/serve-runtime": "^1.0.3",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/serve-runtime": "^1.0.4",
"@omnigraph/json-schema": "^0.106.7",
"@types/node": "^20.10.6",
"graphql": "^16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/v1-next/integrations/openwhisk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dev": "mesh serve"
},
"dependencies": {
"@graphql-mesh/serve-cli": "^1.0.4",
"@graphql-mesh/serve-runtime": "^1.0.3",
"@graphql-mesh/serve-cli": "^1.0.5",
"@graphql-mesh/serve-runtime": "^1.0.4",
"esbuild": "^0.24.0",
"graphql": "16.9.0",
"typescript": "^5.4.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/v1-next/openapi-location-weather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@graphql-mesh/cache-localforage": "^0.102.5",
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/serve-cli": "^1.0.4",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/serve-cli": "^1.0.5",
"@omnigraph/openapi": "^0.106.8",
"graphql": "^16.9.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/v1-next/openapi-youtrack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"serve": "node ../../packages/serve-cli/dist/esm/bin.js"
},
"dependencies": {
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/serve-cli": "^1.0.4",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/serve-cli": "^1.0.5",
"@omnigraph/openapi": "^0.106.8",
"graphql": "^16.9.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/compose-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-mesh/compose-cli

## 1.0.3

### Patch Changes

- Updated dependencies
[[`e9483d6`](https://github.com/ardatan/graphql-mesh/commit/e9483d69cbfb8a774d5184fdd12665c30984d5ab)]:
- @graphql-mesh/fusion-composition@0.5.3

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/compose-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/compose-cli",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@graphql-mesh/fusion-composition": "^0.5.2",
"@graphql-mesh/fusion-composition": "^0.5.3",
"@graphql-mesh/include": "^0.2.2",
"@graphql-mesh/utils": "^0.102.5",
"@graphql-tools/graphql-file-loader": "8.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/fusion/composition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-mesh/fusion-composition

## 0.5.3

### Patch Changes

- [#7722](https://github.com/ardatan/graphql-mesh/pull/7722)
[`e9483d6`](https://github.com/ardatan/graphql-mesh/commit/e9483d69cbfb8a774d5184fdd12665c30984d5ab)
Thanks [@ardatan](https://github.com/ardatan)! - Do not add another `@hidden` directive definition
if it already exists

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fusion/composition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/fusion-composition",
"version": "0.5.2",
"version": "0.5.3",
"type": "module",
"description": "Basic composition utility for Fusion spec",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/fusion/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-mesh/fusion-runtime

## 0.8.13

### Patch Changes

- [#7738](https://github.com/ardatan/graphql-mesh/pull/7738)
[`01f6ad9`](https://github.com/ardatan/graphql-mesh/commit/01f6ad94b8a107bb52abb3f8a356ecadef42b02d)
Thanks [@enisdenjo](https://github.com/enisdenjo)! - Use source name when hoisting fields

## 0.8.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fusion/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/fusion-runtime",
"version": "0.8.12",
"version": "0.8.13",
"type": "module",
"description": "Runtime for GraphQL Mesh Fusion Supergraph",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/hive-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-hive/gateway

## 1.0.6

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/serve-runtime@1.0.4
- @graphql-mesh/serve-cli@1.0.5

## 1.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/hive-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/gateway",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,8 +50,8 @@
}
},
"dependencies": {
"@graphql-mesh/serve-cli": "^1.0.4",
"@graphql-mesh/serve-runtime": "^1.0.3",
"@graphql-mesh/serve-cli": "^1.0.5",
"@graphql-mesh/serve-runtime": "^1.0.4",
"@graphql-mesh/utils": "^0.102.5"
},
"optionalDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/legacy/handlers/thrift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-mesh/thrift

## 0.104.7

### Patch Changes

- Updated dependencies
[[`c024b77`](https://github.com/ardatan/graphql-mesh/commit/c024b774f5b2b9536396b235834b25d1eeb6c04d)]:
- @omnigraph/thrift@0.7.7

## 0.104.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/handlers/thrift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/thrift",
"version": "0.104.6",
"version": "0.104.7",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@omnigraph/thrift": "^0.7.6"
"@omnigraph/thrift": "^0.7.7"
},
"devDependencies": {
"@types/thrift": "0.10.17",
Expand Down
7 changes: 7 additions & 0 deletions packages/legacy/migrate-config-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-mesh/migrate-config-cli

## 1.0.3

### Patch Changes

- Updated dependencies []:
- @graphql-mesh/compose-cli@1.0.3

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/migrate-config-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/migrate-config-cli",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "^0.96.4",
"@graphql-mesh/compose-cli": "^1.0.2",
"@graphql-mesh/compose-cli": "^1.0.3",
"@graphql-mesh/config": "^0.104.5",
"@graphql-mesh/types": "^0.102.5",
"@graphql-mesh/utils": "^0.102.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/loaders/thrift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @omnigraph/thrift

## 0.7.7

### Patch Changes

- [#7708](https://github.com/ardatan/graphql-mesh/pull/7708)
[`c024b77`](https://github.com/ardatan/graphql-mesh/commit/c024b774f5b2b9536396b235834b25d1eeb6c04d)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`thrift@^0.21.0` ↗︎](https://www.npmjs.com/package/thrift/v/0.21.0) (from
`^0.20.0`, in `dependencies`)

## 0.7.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/thrift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omnigraph/thrift",
"version": "0.7.6",
"version": "0.7.7",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugins/hmac-upstream-signature/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @graphql-mesh/hmac-upstream-signature

## 1.0.4

## 1.0.3

## 1.0.2
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/hmac-upstream-signature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/hmac-upstream-signature",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"json-stable-stringify": "^1.1.1"
},
"devDependencies": {
"@graphql-mesh/serve-runtime": "^1.0.3",
"@graphql-mesh/serve-runtime": "^1.0.4",
"graphql-yoga": "^5.7.0"
},
"publishConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/plugins/jwt-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @graphql-mesh/plugin-jwt-auth

## 1.0.4

## 1.0.3

## 1.0.2
Expand Down
Loading

0 comments on commit c1a67fc

Please sign in to comment.