Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8343)
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 Jan 29, 2025
1 parent fafb1c9 commit 5085135
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 22 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-schools-wink.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.12",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.14",
"@graphql-mesh/plugin-response-cache": "0.103.12",
"@graphql-mesh/plugin-response-cache": "0.103.13",
"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.18",
"@graphql-mesh/openapi": "0.108.15",
"@graphql-mesh/plugin-response-cache": "0.103.12",
"@graphql-mesh/plugin-response-cache": "0.103.13",
"@graphql-mesh/runtime": "0.105.13",
"@graphql-mesh/transform-cache": "0.103.13",
"@graphql-mesh/transform-rename": "0.103.13",
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.18",
"@graphql-mesh/graphql": "0.103.13",
"@graphql-mesh/plugin-rate-limit": "0.103.12",
"@graphql-mesh/plugin-response-cache": "0.103.12",
"@graphql-mesh/plugin-response-cache": "0.103.13",
"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.12",
"@graphql-mesh/plugin-response-cache": "^0.103.13",
"@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.12",
"@graphql-mesh/plugin-response-cache": "^0.103.12",
"@graphql-mesh/plugin-response-cache": "^0.103.13",
"graphql": "16.10.0"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @graphql-mesh/plugin-response-cache

## 0.103.13

### Patch Changes

- [#8334](https://github.com/ardatan/graphql-mesh/pull/8334)
[`fafb1c9`](https://github.com/ardatan/graphql-mesh/commit/fafb1c9e56b64dffed27b31f366c22ce629ac2e7)
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Added dependency
[`cache-control-parser@^2.0.6` ↗︎](https://www.npmjs.com/package/cache-control-parser/v/2.0.6)
(to `dependencies`)

- [#8334](https://github.com/ardatan/graphql-mesh/pull/8334)
[`fafb1c9`](https://github.com/ardatan/graphql-mesh/commit/fafb1c9e56b64dffed27b31f366c22ce629ac2e7)
Thanks [@ardatan](https://github.com/ardatan)! - When a subgraph returns cache control headers
with a certain TTL, respect that during the calculation of overall TTL in the response cache
plugin

## 0.103.12

### 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.12",
"version": "0.103.13",
"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 @@ -4473,7 +4473,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.12"
"@graphql-mesh/plugin-response-cache": "npm:^0.103.13"
"@omnigraph/json-schema": "workspace:^"
graphql: "npm:16.10.0"
wrangler: "npm:3.106.0"
Expand All @@ -4488,7 +4488,7 @@ __metadata:
"@graphql-hive/gateway": "npm:^1.8.0"
"@graphql-mesh/cache-cfw-kv": "workspace:^"
"@graphql-mesh/plugin-rate-limit": "npm:^0.103.12"
"@graphql-mesh/plugin-response-cache": "npm:^0.103.12"
"@graphql-mesh/plugin-response-cache": "npm:^0.103.13"
graphql: "npm:16.10.0"
wrangler: "npm:3.106.0"
languageName: unknown
Expand Down Expand Up @@ -4626,7 +4626,7 @@ __metadata:
"@graphql-mesh/cache-cfw-kv": "npm:0.104.12"
"@graphql-mesh/cli": "npm:0.98.18"
"@graphql-mesh/json-schema": "npm:0.108.14"
"@graphql-mesh/plugin-response-cache": "npm:0.103.12"
"@graphql-mesh/plugin-response-cache": "npm:0.103.13"
graphql: "npm:16.10.0"
wrangler: "npm:3.106.0"
languageName: unknown
Expand Down Expand Up @@ -5122,7 +5122,7 @@ __metadata:
dependencies:
"@graphql-mesh/cli": "npm:0.98.18"
"@graphql-mesh/openapi": "npm:0.108.15"
"@graphql-mesh/plugin-response-cache": "npm:0.103.12"
"@graphql-mesh/plugin-response-cache": "npm:0.103.13"
"@graphql-mesh/runtime": "npm:0.105.13"
"@graphql-mesh/transform-cache": "npm:0.103.13"
"@graphql-mesh/transform-rename": "npm:0.103.13"
Expand Down Expand Up @@ -5314,7 +5314,7 @@ __metadata:
"@graphql-mesh/cli": "npm:0.98.18"
"@graphql-mesh/graphql": "npm:0.103.13"
"@graphql-mesh/plugin-rate-limit": "npm:0.103.12"
"@graphql-mesh/plugin-response-cache": "npm:0.103.12"
"@graphql-mesh/plugin-response-cache": "npm:0.103.13"
graphql: "npm:16.10.0"
wrangler: "npm:3.106.0"
languageName: unknown
Expand Down Expand Up @@ -6780,7 +6780,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/plugin-response-cache@npm:0.103.12, @graphql-mesh/plugin-response-cache@npm:^0.103.0, @graphql-mesh/plugin-response-cache@npm:^0.103.12, @graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache":
"@graphql-mesh/plugin-response-cache@npm:0.103.13, @graphql-mesh/plugin-response-cache@npm:^0.103.0, @graphql-mesh/plugin-response-cache@npm:^0.103.13, @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 5085135

Please sign in to comment.