Skip to content

Commit 1518b5c

Browse files
Version Packages (#7382)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @apollo/[email protected] ### Minor Changes - [#7411](#7411) [`021460e95`](021460e) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update protobuf which includes updates for supporting (notably) ConditionNode in the gateway ## @apollo/[email protected] ### Patch Changes - [#7381](#7381) [`29038a4d3`](29038a4) Thanks [@renovate](https://github.com/apps/renovate)! - Update graphql-http dependency - Updated dependencies \[[`021460e95`](021460e)]: - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - Updated dependencies \[[`021460e95`](021460e)]: - @apollo/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0872833 commit 1518b5c

File tree

9 files changed

+38
-25
lines changed

9 files changed

+38
-25
lines changed

.changeset/tasty-bugs-smoke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/violet-olives-doubt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integration-testsuite/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @apollo/server-integration-testsuite
22

3+
## 4.4.1
4+
5+
### Patch Changes
6+
7+
- [#7381](https://github.com/apollographql/apollo-server/pull/7381) [`29038a4d3`](https://github.com/apollographql/apollo-server/commit/29038a4d39ef44233b33bc0d036c32d5837f197c) Thanks [@renovate](https://github.com/apps/renovate)! - Update graphql-http dependency
8+
9+
- Updated dependencies [[`021460e95`](https://github.com/apollographql/apollo-server/commit/021460e95c34ce921dc1c8caa3e5ded3463487ee)]:
10+
- @apollo/usage-reporting-protobuf@4.1.0
11+
- @apollo/server@4.4.1
12+
313
## 4.4.0
414

515
### Patch Changes

packages/integration-testsuite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-integration-testsuite",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Test suite for Apollo Server integrations",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -28,11 +28,11 @@
2828
"dependencies": {
2929
"@apollo/cache-control-types": "^1.0.2",
3030
"@apollo/client": "^3.6.9",
31-
"@apollo/server": "4.4.0",
31+
"@apollo/server": "4.4.1",
3232
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
3333
"@apollo/utils.keyvaluecache": "^2.1.0",
3434
"@apollo/utils.createhash": "^2.0.0",
35-
"@apollo/usage-reporting-protobuf": "^4.0.0",
35+
"@apollo/usage-reporting-protobuf": "^4.1.0",
3636
"@josephg/resolvable": "^1.0.1",
3737
"body-parser": "^1.20.0",
3838
"express": "^4.18.1",

packages/server/CHANGELOG.md

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

3+
## 4.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`021460e95`](https://github.com/apollographql/apollo-server/commit/021460e95c34ce921dc1c8caa3e5ded3463487ee)]:
8+
- @apollo/usage-reporting-protobuf@4.1.0
9+
310
## 4.4.0
411

512
### Minor Changes

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@apollo/cache-control-types": "^1.0.2",
8888
"@apollo/server-gateway-interface": "^1.1.0",
89-
"@apollo/usage-reporting-protobuf": "^4.0.0",
89+
"@apollo/usage-reporting-protobuf": "^4.1.0",
9090
"@apollo/utils.createhash": "^2.0.0",
9191
"@apollo/utils.fetcher": "^2.0.0",
9292
"@apollo/utils.isnodelike": "^2.0.0",

packages/usage-reporting-protobuf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/usage-reporting-protobuf
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#7411](https://github.com/apollographql/apollo-server/pull/7411) [`021460e95`](https://github.com/apollographql/apollo-server/commit/021460e95c34ce921dc1c8caa3e5ded3463487ee) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update protobuf which includes updates for supporting (notably) ConditionNode in the gateway
8+
39
## 4.0.2
410

511
### Patch Changes

packages/usage-reporting-protobuf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/usage-reporting-protobuf",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"description": "Protobuf format for Apollo usage reporting",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)