diff --git a/.changeset/@graphql-yoga_plugin-response-cache-3092-dependencies.md b/.changeset/@graphql-yoga_plugin-response-cache-3092-dependencies.md deleted file mode 100644 index a910957491..0000000000 --- a/.changeset/@graphql-yoga_plugin-response-cache-3092-dependencies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphql-yoga/plugin-response-cache': patch ---- -dependencies updates: - - Updated dependency [`@envelop/response-cache@^6.1.0` - ↗︎](https://www.npmjs.com/package/@envelop/response-cache/v/6.1.0) (from `^6.0.0`, in - `dependencies`) diff --git a/.changeset/early-masks-try.md b/.changeset/early-masks-try.md deleted file mode 100644 index 0ef853459a..0000000000 --- a/.changeset/early-masks-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-yoga/plugin-response-cache': minor ---- - -Expose `hashSHA256` sha256 implementation to ease cache key factory customisation. diff --git a/.changeset/pretty-numbers-fetch.md b/.changeset/pretty-numbers-fetch.md deleted file mode 100644 index 2d20353b5b..0000000000 --- a/.changeset/pretty-numbers-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-yoga/plugin-response-cache': patch ---- - -Fix missing export of `Cache` type and `cacheControlDirective` exports diff --git a/benchmark/CHANGELOG.md b/benchmark/CHANGELOG.md index 2d258d6b95..f0b5921bb6 100644 --- a/benchmark/CHANGELOG.md +++ b/benchmark/CHANGELOG.md @@ -1,5 +1,15 @@ # hello-world-benchmark +## 3.1.0 + +### Patch Changes + +- Updated dependencies + [[`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d), + [`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d), + [`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d)]: + - @graphql-yoga/plugin-response-cache@3.1.0 + ## 3.0.0 ### Patch Changes diff --git a/benchmark/package.json b/benchmark/package.json index 39a1cced11..fb9e959406 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "hello-world-benchmark", - "version": "3.0.0", + "version": "3.1.0", "type": "module", "private": true, "scripts": { @@ -14,7 +14,7 @@ "dependencies": { "@envelop/graphql-jit": "8.0.0", "@faker-js/faker": "8.0.2", - "@graphql-yoga/plugin-response-cache": "3.0.0", + "@graphql-yoga/plugin-response-cache": "3.1.0", "graphql": "16.6.0", "graphql-yoga": "5.0.0" }, diff --git a/examples/response-cache/package.json b/examples/response-cache/package.json index 5a71f6ebfd..03476e8a01 100644 --- a/examples/response-cache/package.json +++ b/examples/response-cache/package.json @@ -13,7 +13,7 @@ "start": "ts-node src/main.ts" }, "dependencies": { - "@graphql-yoga/plugin-response-cache": "3.0.0", + "@graphql-yoga/plugin-response-cache": "3.1.0", "graphql": "16.6.0", "graphql-yoga": "5.0.0" }, diff --git a/packages/plugins/response-cache/CHANGELOG.md b/packages/plugins/response-cache/CHANGELOG.md index 3197f5d5f9..3d10ad1b58 100644 --- a/packages/plugins/response-cache/CHANGELOG.md +++ b/packages/plugins/response-cache/CHANGELOG.md @@ -1,5 +1,29 @@ # @graphql-yoga/plugin-response-cache +## 3.1.0 + +### Minor Changes + +- [#3092](https://github.com/dotansimha/graphql-yoga/pull/3092) + [`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d) + Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Expose `hashSHA256` sha256 + implementation to ease cache key factory customisation. + +### Patch Changes + +- [#3092](https://github.com/dotansimha/graphql-yoga/pull/3092) + [`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d) + Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates: + + - Updated dependency + [`@envelop/response-cache@^6.1.0` ↗︎](https://www.npmjs.com/package/@envelop/response-cache/v/6.1.0) + (from `^6.0.0`, in `dependencies`) + +- [#3092](https://github.com/dotansimha/graphql-yoga/pull/3092) + [`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d) + Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Fix missing export of `Cache` type and + `cacheControlDirective` exports + ## 3.0.0 ### Major Changes diff --git a/packages/plugins/response-cache/package.json b/packages/plugins/response-cache/package.json index a96d1fd8d8..bd239dc206 100644 --- a/packages/plugins/response-cache/package.json +++ b/packages/plugins/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-response-cache", - "version": "3.0.0", + "version": "3.1.0", "type": "module", "description": "", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4921f0bbb4..e55f35e4f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -137,7 +137,7 @@ importers: specifier: 8.0.2 version: 8.0.2 '@graphql-yoga/plugin-response-cache': - specifier: 3.0.0 + specifier: 3.1.0 version: link:../packages/plugins/response-cache/dist graphql: specifier: 16.6.0 @@ -1262,7 +1262,7 @@ importers: examples/response-cache: dependencies: '@graphql-yoga/plugin-response-cache': - specifier: 3.0.0 + specifier: 3.1.0 version: link:../../packages/plugins/response-cache/dist graphql: specifier: 16.6.0