Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1343)
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
github-actions[bot] and github-actions[bot] committed Jul 4, 2022
1 parent ca5f940 commit 05fe180
Show file tree
Hide file tree
Showing 54 changed files with 241 additions and 65 deletions.
12 changes: 0 additions & 12 deletions .changeset/four-rats-talk.md

This file was deleted.

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

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "hello-world-benchmark",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"start": "node start-server.js",
"loadtest": "k6 run k6.js",
"check": "exit 0"
},
"dependencies": {
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"graphql": "16.5.0"
}
}
7 changes: 7 additions & 0 deletions examples/apollo-federation/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# apollo-federation-gateway-with-yoga

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/apollo-federation/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-federation-gateway-with-yoga",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"start": "node index.js",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/gateway": "^0.45.1",
"@envelop/apollo-federation": "^2.4.0",
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"graphql": "^15.5.3"
}
}
7 changes: 7 additions & 0 deletions examples/apollo-federation/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# apollo-subgraph-with-yoga

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/apollo-federation/service/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "apollo-subgraph-with-yoga",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"start": "node index.js",
"check": "exit 0"
},
"dependencies": {
"@apollo/subgraph": "^0.1.5",
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"graphql": "^16.2.0"
}
}
7 changes: 7 additions & 0 deletions examples/aws-lambda/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-lambda

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/aws-lambda/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-lambda",
"private": true,
"version": "0.11.1",
"version": "0.11.2",
"description": "",
"main": "graphql.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"@vendia/serverless-express": "4.5.4",
"graphql": "^16.3.0"
}
Expand Down
7 changes: 7 additions & 0 deletions examples/defer-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# defer-stream-example

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/defer-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "defer-stream-example",
"private": true,
"version": "0.11.1",
"version": "0.11.2",
"scripts": {
"start": "ts-node src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"graphql": "16.0.0-experimental-stream-defer.5"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions examples/error-handling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# error-masking-example

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/error-handling/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "error-masking-example",
"private": true,
"version": "0.11.1",
"version": "0.11.2",
"scripts": {
"start": "ts-node src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"cross-undici-fetch": "^0.4.2",
"graphql": "^16.1.0"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# express-example

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/express/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "express-example",
"private": true,
"version": "0.11.1",
"version": "0.11.2",
"scripts": {
"start": "ts-node src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"@types/express": "^4.17.13",
"express": "^4.17.1",
"supertest": "^6.1.6"
Expand Down
7 changes: 7 additions & 0 deletions examples/fastify-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# fastify-modules-example

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "fastify-modules-example",
"private": true,
"version": "0.11.1",
"version": "0.11.2",
"scripts": {
"start": "ts-node --transpile-only src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@envelop/graphql-modules": "3.4.0",
"@graphql-tools/load-files": "6.6.0",
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"fastify": "4.0.2",
"graphql-modules": "2.0.0",
"reflect-metadata": "0.1.13"
Expand Down
7 changes: 7 additions & 0 deletions examples/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# fastify-example

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "fastify-example",
"private": true,
"version": "0.11.1",
"version": "0.11.2",
"scripts": {
"start": "ts-node src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"fastify": "4.0.2",
"pino-pretty": "8.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/file-upload-nextjs-pothos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# file-upload-nextjs-pothos

## 0.9.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.9.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/file-upload-nextjs-pothos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "file-upload-nextjs-pothos",
"private": true,
"version": "0.9.1",
"version": "0.9.2",
"scripts": {
"dev": "next",
"build": "next build",
Expand All @@ -10,7 +10,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"@pothos/core": "3.5.0",
"graphql": "16.3.0",
"next": "12.1.4",
Expand Down
7 changes: 7 additions & 0 deletions examples/file-upload-nexus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# file-upload-nexus

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/file-upload-nexus/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "file-upload-nexus",
"private": true,
"version": "0.11.1",
"version": "0.11.2",
"scripts": {
"start": "ts-node index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"graphql": "16.1.0",
"nexus": "^1.3.0"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/file-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# file-upload

## 0.11.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "file-upload",
"private": true,
"version": "0.11.1",
"version": "0.11.2",
"scripts": {
"start": "ts-node index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"graphql": "16.1.0",
"ts-node": "10.4.0"
}
Expand Down
7 changes: 7 additions & 0 deletions examples/generic-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-generic-auth

## 1.7.2

### Patch Changes

- Updated dependencies [ca5f940]
- @graphql-yoga/node@2.11.2

## 1.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/generic-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-generic-auth",
"version": "1.7.1",
"version": "1.7.2",
"private": true,
"description": "",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@envelop/generic-auth": "4.3.0",
"@graphql-yoga/node": "2.11.1",
"@graphql-yoga/node": "2.11.2",
"graphql": "16.5.0"
}
}
Loading

0 comments on commit 05fe180

Please sign in to comment.