Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1703)
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 Sep 5, 2022
1 parent 4cc0d68 commit 049d6a0
Show file tree
Hide file tree
Showing 62 changed files with 244 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-hornets-do.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.13.13

### Patch Changes

- Updated dependencies []:
- @graphql-yoga/node@2.13.13

## 0.13.12

### 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.13.12",
"version": "0.13.13",
"private": true,
"scripts": {
"start": "node start-server.js",
"loadtest": "k6 run k6.js",
"check": "exit 0"
},
"dependencies": {
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"graphql": "16.6.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.13.13

### Patch Changes

- Updated dependencies []:
- @graphql-yoga/node@2.13.13

## 0.13.12

### 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.13.12",
"version": "0.13.13",
"private": true,
"scripts": {
"start": "node index.js",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/gateway": "^0.52.0",
"@envelop/apollo-federation": "^2.5.0",
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"graphql": "^16.5.0"
}
}
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.13.13

### Patch Changes

- Updated dependencies []:
- @graphql-yoga/node@2.13.13

## 0.13.12

### 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.13.12",
"version": "0.13.13",
"private": true,
"scripts": {
"start": "node index.js",
"check": "exit 0"
},
"dependencies": {
"@apollo/subgraph": "^0.5.0",
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"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.13.13

### Patch Changes

- Updated dependencies []:
- @graphql-yoga/node@2.13.13

## 0.13.12

### 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.13.12",
"version": "0.13.13",
"description": "",
"main": "graphql.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"@vendia/serverless-express": "4.10.1",
"graphql": "^16.3.0"
}
Expand Down
7 changes: 7 additions & 0 deletions examples/cloudflare-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cloudflare-advanced

## 0.7.12

### Patch Changes

- Updated dependencies [[`4cc0d688`](https://github.com/dotansimha/graphql-yoga/commit/4cc0d68833ed6299e283200af225fe629dd51b3b)]:
- @graphql-yoga/common@2.12.12

## 0.7.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "cloudflare-advanced",
"version": "0.7.11",
"version": "0.7.12",
"private": true,
"scripts": {
"start": "wrangler dev",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@cloudflare/workers-types": "^3.0.0",
"@graphql-yoga/common": "2.12.11",
"@graphql-yoga/common": "2.12.12",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions examples/cloudflare-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cloudflare

## 0.4.12

### Patch Changes

- Updated dependencies [[`4cc0d688`](https://github.com/dotansimha/graphql-yoga/commit/4cc0d68833ed6299e283200af225fe629dd51b3b)]:
- @graphql-yoga/common@2.12.12

## 0.4.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare",
"version": "0.4.11",
"version": "0.4.12",
"private": true,
"type": "module",
"module": "./dist/index.mjs",
Expand All @@ -10,7 +10,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/common": "2.12.11",
"@graphql-yoga/common": "2.12.12",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"graphql": "16.0.0-experimental-stream-defer.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"@whatwg-node/fetch": "^0.3.0",
"graphql": "^16.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"@types/express": "^4.17.13",
"express": "^4.17.1",
"supertest": "^6.1.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@envelop/graphql-modules": "3.6.0",
"@graphql-tools/load-files": "6.6.1",
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"fastify": "4.5.3",
"graphql-modules": "2.1.0",
"reflect-metadata": "0.1.13"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"fastify": "4.5.3",
"pino-pretty": "9.1.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.11.13

### Patch Changes

- Updated dependencies []:
- @graphql-yoga/node@2.13.13

## 0.11.12

### 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.11.12",
"version": "0.11.13",
"scripts": {
"dev": "next",
"build": "next build",
Expand All @@ -10,7 +10,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"@pothos/core": "3.19.1",
"graphql": "16.6.0",
"next": "12.2.5",
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.13.13

### Patch Changes

- Updated dependencies []:
- @graphql-yoga/node@2.13.13

## 0.13.12

### 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.13.12",
"version": "0.13.13",
"scripts": {
"start": "ts-node index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"graphql": "16.6.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.13.13

### Patch Changes

- Updated dependencies []:
- @graphql-yoga/node@2.13.13

## 0.13.12

### 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.13.12",
"version": "0.13.13",
"scripts": {
"start": "ts-node index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"graphql": "16.6.0",
"ts-node": "10.9.1"
}
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.9.13

### Patch Changes

- Updated dependencies []:
- @graphql-yoga/node@2.13.13

## 1.9.12

### 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.9.12",
"version": "1.9.13",
"private": true,
"description": "",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@envelop/generic-auth": "4.5.0",
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"graphql": "16.6.0"
}
}
7 changes: 7 additions & 0 deletions examples/graphql-armor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-graphql-armor

## 0.0.7

### Patch Changes

- Updated dependencies []:
- @graphql-yoga/node@2.13.13

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-armor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-graphql-armor",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"description": "Adding security layer to GraphQL Yoga using GraphQL Armor.",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@escape.tech/graphql-armor": "1.1.0",
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphql-codegen/typescript-resolvers": "^2.6.4",
"@graphql-tools/schema": "^9.0.0",
"graphql": "^16.1.0",
"graphql-yoga": "2.13.12"
"graphql-yoga": "2.13.13"
},
"devDependencies": {
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit 049d6a0

Please sign in to comment.