Skip to content

Commit 4522f59

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

File tree

59 files changed

+170
-57
lines changed

Some content is hidden

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

59 files changed

+170
-57
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"@graphql-yoga/render-graphiql": "2.13.10",
5454
"@graphql-yoga/subscription": "2.2.3",
5555
"website": "0.0.0",
56-
"example-deno": "0.0.0"
56+
"example-deno": "0.0.0",
57+
"example-node-ts": "1.0.0"
5758
},
5859
"changesets": [
5960
"bright-wasps-boil",
@@ -73,7 +74,9 @@
7374
"silent-ants-vanish",
7475
"slow-wasps-hide",
7576
"sour-apricots-move",
77+
"spotty-crews-poke",
7678
"tall-paws-do",
79+
"ten-panthers-cover",
7780
"twenty-poets-prove"
7881
]
7982
}

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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]:
8+
9+
310
## 1.0.0-next.0
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.0",
3+
"version": "1.0.0-next.1",
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.0",
11+
"graphql-yoga": "3.0.0-next.1",
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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]:
8+
9+
310
## 1.0.0-next.0
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.0",
3+
"version": "1.0.0-next.1",
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": "^2.5.0",
12-
"graphql-yoga": "3.0.0-next.0",
12+
"graphql-yoga": "3.0.0-next.1",
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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]:
8+
9+
310
## 1.0.0-next.0
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.0",
3+
"version": "1.0.0-next.1",
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.0",
11+
"graphql-yoga": "3.0.0-next.1",
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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`44878a5b`](https://github.com/dotansimha/graphql-yoga/commit/44878a5b1be937ab0ffefccc327400c80bd62847)]:
8+
9+
310
## 1.0.0-next.0
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.0",
4+
"version": "1.0.0-next.1",
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.0",
15+
"graphql-yoga": "3.0.0-next.1",
1616
"@vendia/serverless-express": "4.10.1",
1717
"graphql": "^16.3.0"
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.0"
10+
"graphql-yoga": "3.0.0-next.1"
1111
},
1212
"devDependencies": {
1313
"@azure/functions": "3.2.0",

0 commit comments

Comments
 (0)