Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8387)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Feb 18, 2025
1 parent 542cf4a commit 8db58eb
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-jokes-greet.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@graphql-mesh/cache-cfw-kv": "0.104.17",
"@graphql-mesh/cli": "0.98.23",
"@graphql-mesh/json-schema": "0.108.20",
"@graphql-mesh/plugin-response-cache": "0.103.18",
"@graphql-mesh/plugin-response-cache": "0.103.19",
"graphql": "16.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-location-weather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.98.23",
"@graphql-mesh/openapi": "0.108.21",
"@graphql-mesh/plugin-response-cache": "0.103.18",
"@graphql-mesh/plugin-response-cache": "0.103.19",
"@graphql-mesh/runtime": "0.105.18",
"@graphql-mesh/transform-cache": "0.103.18",
"@graphql-mesh/transform-rename": "0.103.18",
Expand Down
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@graphql-mesh/cli": "0.98.23",
"@graphql-mesh/graphql": "0.103.18",
"@graphql-mesh/plugin-rate-limit": "0.103.17",
"@graphql-mesh/plugin-response-cache": "0.103.18",
"@graphql-mesh/plugin-response-cache": "0.103.19",
"graphql": "16.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-breweries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@graphql-mesh/cache-cfw-kv": "workspace:^",
"@graphql-mesh/cache-localforage": "workspace:^",
"@graphql-mesh/compose-cli": "workspace:^",
"@graphql-mesh/plugin-response-cache": "^0.103.18",
"@graphql-mesh/plugin-response-cache": "^0.103.19",
"@omnigraph/json-schema": "workspace:^",
"graphql": "16.10.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-hive/gateway": "^1.8.0",
"@graphql-mesh/cache-cfw-kv": "workspace:^",
"@graphql-mesh/plugin-rate-limit": "^0.103.17",
"@graphql-mesh/plugin-response-cache": "^0.103.18",
"@graphql-mesh/plugin-response-cache": "^0.103.19",
"graphql": "16.10.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-mesh/plugin-response-cache

## 0.103.19

### Patch Changes

- [`fdc731c`](https://github.com/ardatan/graphql-mesh/commit/fdc731ccd23f0bd9c5725b1181356588e4878e65)
Thanks [@enisdenjo](https://github.com/enisdenjo)! - Provide cache key per oparation in a batched

Instead of per request, which would give out the same cache key for every operation in a batched
request.

## 0.103.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/plugin-response-cache",
"version": "0.103.18",
"version": "0.103.19",
"type": "module",
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4755,7 +4755,7 @@ __metadata:
"@graphql-mesh/cache-cfw-kv": "workspace:^"
"@graphql-mesh/cache-localforage": "workspace:^"
"@graphql-mesh/compose-cli": "workspace:^"
"@graphql-mesh/plugin-response-cache": "npm:^0.103.18"
"@graphql-mesh/plugin-response-cache": "npm:^0.103.19"
"@omnigraph/json-schema": "workspace:^"
graphql: "npm:16.10.0"
wrangler: "npm:3.109.1"
Expand All @@ -4770,7 +4770,7 @@ __metadata:
"@graphql-hive/gateway": "npm:^1.8.0"
"@graphql-mesh/cache-cfw-kv": "workspace:^"
"@graphql-mesh/plugin-rate-limit": "npm:^0.103.17"
"@graphql-mesh/plugin-response-cache": "npm:^0.103.18"
"@graphql-mesh/plugin-response-cache": "npm:^0.103.19"
graphql: "npm:16.10.0"
wrangler: "npm:3.109.1"
languageName: unknown
Expand Down Expand Up @@ -4908,7 +4908,7 @@ __metadata:
"@graphql-mesh/cache-cfw-kv": "npm:0.104.17"
"@graphql-mesh/cli": "npm:0.98.23"
"@graphql-mesh/json-schema": "npm:0.108.20"
"@graphql-mesh/plugin-response-cache": "npm:0.103.18"
"@graphql-mesh/plugin-response-cache": "npm:0.103.19"
graphql: "npm:16.10.0"
wrangler: "npm:3.109.1"
languageName: unknown
Expand Down Expand Up @@ -5404,7 +5404,7 @@ __metadata:
dependencies:
"@graphql-mesh/cli": "npm:0.98.23"
"@graphql-mesh/openapi": "npm:0.108.21"
"@graphql-mesh/plugin-response-cache": "npm:0.103.18"
"@graphql-mesh/plugin-response-cache": "npm:0.103.19"
"@graphql-mesh/runtime": "npm:0.105.18"
"@graphql-mesh/transform-cache": "npm:0.103.18"
"@graphql-mesh/transform-rename": "npm:0.103.18"
Expand Down Expand Up @@ -5596,7 +5596,7 @@ __metadata:
"@graphql-mesh/cli": "npm:0.98.23"
"@graphql-mesh/graphql": "npm:0.103.18"
"@graphql-mesh/plugin-rate-limit": "npm:0.103.17"
"@graphql-mesh/plugin-response-cache": "npm:0.103.18"
"@graphql-mesh/plugin-response-cache": "npm:0.103.19"
graphql: "npm:16.10.0"
wrangler: "npm:3.109.1"
languageName: unknown
Expand Down Expand Up @@ -7132,7 +7132,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/plugin-response-cache@npm:0.103.18, @graphql-mesh/plugin-response-cache@npm:^0.103.0, @graphql-mesh/plugin-response-cache@npm:^0.103.13, @graphql-mesh/plugin-response-cache@npm:^0.103.18, @graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache":
"@graphql-mesh/plugin-response-cache@npm:0.103.19, @graphql-mesh/plugin-response-cache@npm:^0.103.0, @graphql-mesh/plugin-response-cache@npm:^0.103.13, @graphql-mesh/plugin-response-cache@npm:^0.103.19, @graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache":
version: 0.0.0-use.local
resolution: "@graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache"
dependencies:
Expand Down

0 comments on commit 8db58eb

Please sign in to comment.