Skip to content

Commit

Permalink
Upcoming Release Changes (#3144)
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 Dec 19, 2023
1 parent 5fc1cb0 commit f060b99
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-news-agree.md

This file was deleted.

8 changes: 8 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# hello-world-benchmark

## 3.1.3

### Patch Changes

- Updated dependencies
[[`5fc1cb08`](https://github.com/dotansimha/graphql-yoga/commit/5fc1cb0845b6534b8f3ddd65ed05fa2b971a8487)]:
- @graphql-yoga/plugin-response-cache@3.1.3

## 3.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hello-world-benchmark",
"version": "3.1.2",
"version": "3.1.3",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@envelop/graphql-jit": "8.0.0",
"@faker-js/faker": "8.0.2",
"@graphql-yoga/plugin-response-cache": "3.1.2",
"@graphql-yoga/plugin-response-cache": "3.1.3",
"graphql": "16.6.0",
"graphql-yoga": "5.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "ts-node src/main.ts"
},
"dependencies": {
"@graphql-yoga/plugin-response-cache": "3.1.2",
"@graphql-yoga/plugin-response-cache": "3.1.3",
"graphql": "16.6.0",
"graphql-yoga": "5.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-yoga/plugin-response-cache

## 3.1.3

### Patch Changes

- [#3135](https://github.com/dotansimha/graphql-yoga/pull/3135)
[`5fc1cb08`](https://github.com/dotansimha/graphql-yoga/commit/5fc1cb0845b6534b8f3ddd65ed05fa2b971a8487)
Thanks [@klippx](https://github.com/klippx)! - Stop excessive/incorrect warn level log

## 3.1.2

### 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-yoga/plugin-response-cache",
"version": "3.1.2",
"version": "3.1.3",
"type": "module",
"description": "",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f060b99

Please sign in to comment.