Skip to content

Commit f1f808f

Browse files
chore(release): update monorepo packages versions (three) (#1899)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent afe9a04 commit f1f808f

File tree

58 files changed

+166
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+166
-56
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"sour-apricots-move",
8080
"spicy-mails-judge",
8181
"spotty-crews-poke",
82+
"strong-peas-exercise",
8283
"tall-paws-do",
8384
"ten-panthers-cover",
8485
"twenty-poets-prove"

benchmark/hello-world/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# hello-world-benchmark
22

3+
## 1.0.0-next.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`71554172`](https://github.com/dotansimha/graphql-yoga/commit/715541729f76be82d9f959a96e7af6126836df87)]:
8+
9+
310
## 1.0.0-next.4
411

512
### Patch Changes

benchmark/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "hello-world-benchmark",
3-
"version": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"private": true,
55
"scripts": {
66
"start": "node start-server.js",
77
"loadtest": "k6 run k6.js",
88
"check": "exit 0"
99
},
1010
"dependencies": {
11-
"graphql-yoga": "3.0.0-next.4",
11+
"graphql-yoga": "3.0.0-next.5",
1212
"graphql": "16.6.0"
1313
}
1414
}

examples/apollo-federation/gateway/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# apollo-federation-gateway-with-yoga
22

3+
## 1.0.0-next.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`71554172`](https://github.com/dotansimha/graphql-yoga/commit/715541729f76be82d9f959a96e7af6126836df87)]:
8+
9+
310
## 1.0.0-next.4
411

512
### Patch Changes
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-federation-gateway-with-yoga",
3-
"version": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"private": true,
55
"scripts": {
66
"start": "node index.js",
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@apollo/gateway": "^0.52.0",
1111
"@envelop/apollo-federation": "3.0.1",
12-
"graphql-yoga": "3.0.0-next.4",
12+
"graphql-yoga": "3.0.0-next.5",
1313
"graphql": "^16.5.0"
1414
}
1515
}

examples/apollo-federation/service/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# apollo-subgraph-with-yoga
22

3+
## 1.0.0-next.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`71554172`](https://github.com/dotansimha/graphql-yoga/commit/715541729f76be82d9f959a96e7af6126836df87)]:
8+
9+
310
## 1.0.0-next.4
411

512
### Patch Changes
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "apollo-subgraph-with-yoga",
3-
"version": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"private": true,
55
"scripts": {
66
"start": "node index.js",
77
"check": "exit 0"
88
},
99
"dependencies": {
1010
"@apollo/subgraph": "^0.5.0",
11-
"graphql-yoga": "3.0.0-next.4",
11+
"graphql-yoga": "3.0.0-next.5",
1212
"graphql": "^16.2.0"
1313
}
1414
}

examples/aws-lambda/lambda/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# graphql-lambda
22

3+
## 1.0.0-next.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`71554172`](https://github.com/dotansimha/graphql-yoga/commit/715541729f76be82d9f959a96e7af6126836df87)]:
8+
9+
310
## 1.0.0-next.4
411

512
### Patch Changes

examples/aws-lambda/lambda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-lambda",
33
"private": true,
4-
"version": "1.0.0-next.4",
4+
"version": "1.0.0-next.5",
55
"description": "",
66
"main": "graphql.js",
77
"scripts": {
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"graphql-yoga": "3.0.0-next.4",
15+
"graphql-yoga": "3.0.0-next.5",
1616
"graphql": "^16.3.0"
1717
}
1818
}

examples/azure-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "tsc --pretty --noEmit"
88
},
99
"dependencies": {
10-
"graphql-yoga": "3.0.0-next.4"
10+
"graphql-yoga": "3.0.0-next.5"
1111
},
1212
"devDependencies": {
1313
"@azure/functions": "3.2.0",

0 commit comments

Comments
 (0)