Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2022
1 parent fdd8e15 commit a454d10
Show file tree
Hide file tree
Showing 56 changed files with 247 additions and 61 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-fireants-itch.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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "node start-server.js",
"loadtest": "k6 run k6.js",
"check": "exit 0"
},
"dependencies": {
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"graphql": "16.3.0",
"wait-on": "6.0.1"
}
Expand Down
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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "node index.js",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/gateway": "^0.45.1",
"@envelop/apollo-federation": "^2.0.0",
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "node index.js",
"check": "exit 0"
},
"dependencies": {
"@apollo/subgraph": "^0.1.5",
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"description": "",
"main": "graphql.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"@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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"scripts": {
"start": "ts-node src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"graphql": "16.0.0-experimental-stream-defer.5",
"ts-node": "10.4.0",
"typescript": "^4.4.4"
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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"scripts": {
"start": "ts-node src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"cross-undici-fetch": "^0.1.25",
"graphql": "^16.1.0",
"ts-node": "10.4.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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"scripts": {
"start": "ts-node src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"@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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"scripts": {
"start": "ts-node src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@envelop/graphql-modules": "2.0.0",
"@graphql-tools/load-files": "6.5.3",
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"fastify": "3.24.1",
"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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"scripts": {
"start": "ts-node src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"fastify": "3.24.1",
"ts-node": "10.4.0",
"typescript": "4.5.2"
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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"scripts": {
"start": "ts-node index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"graphql": "16.1.0",
"nexus": "^1.3.0",
"ts-node": "10.4.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.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 0.1.0

### 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.1.0",
"version": "0.2.0",
"scripts": {
"start": "ts-node src/index.ts",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"graphql": "16.1.0",
"ts-node": "10.4.0",
"typescript": "4.5.2"
Expand Down
6 changes: 6 additions & 0 deletions examples/graphql-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-config-example

## 0.2.0

### Patch Changes

- [email protected]

## 0.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-config-example",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"generate-types": "graphql-codegen",
"start": "yoga",
Expand All @@ -13,7 +13,7 @@
"@graphql-codegen/typescript-resolvers": "^2.4.2",
"@graphql-tools/schema": "^8.3.1",
"graphql": "^16.1.0",
"graphql-yoga": "2.1.0",
"graphql-yoga": "2.2.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
Expand Down
7 changes: 7 additions & 0 deletions examples/hackernews/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hackernews

## 1.2.0

### Patch Changes

- Updated dependencies [1de8a2d]
- @graphql-yoga/node@2.2.0

## 1.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hackernews",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@graphql-tools/schema": "8.3.1",
"@graphql-yoga/node": "2.1.0",
"@graphql-yoga/node": "2.2.0",
"graphql": "16.3.0"
}
}
Loading

0 comments on commit a454d10

Please sign in to comment.