Skip to content

Commit

Permalink
Version Packages (#7382)
Browse files Browse the repository at this point in the history
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/usage-reporting-protobuf@4.1.0

### 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/server-integration-testsuite@4.4.1

### Patch Changes

- [#7381](#7381)
[`29038a4d3`](29038a4)
Thanks [@renovate](https://github.com/apps/renovate)! - Update
graphql-http dependency

- Updated dependencies
\[[`021460e95`](021460e)]:
    -   @apollo/usage-reporting-protobuf@4.1.0
    -   @apollo/server@4.4.1

## @apollo/server@4.4.1

### Patch Changes

- Updated dependencies
\[[`021460e95`](021460e)]:
    -   @apollo/usage-reporting-protobuf@4.1.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 2, 2023
1 parent 0872833 commit 1518b5c
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-bugs-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-olives-doubt.md

This file was deleted.

18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/integration-testsuite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @apollo/server-integration-testsuite

## 4.4.1

### Patch Changes

- [#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

- Updated dependencies [[`021460e95`](https://github.com/apollographql/apollo-server/commit/021460e95c34ce921dc1c8caa3e5ded3463487ee)]:
- @apollo/usage-reporting-protobuf@4.1.0
- @apollo/server@4.4.1

## 4.4.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-integration-testsuite",
"version": "4.4.0",
"version": "4.4.1",
"description": "Test suite for Apollo Server integrations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,11 +28,11 @@
"dependencies": {
"@apollo/cache-control-types": "^1.0.2",
"@apollo/client": "^3.6.9",
"@apollo/server": "4.4.0",
"@apollo/server": "4.4.1",
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
"@apollo/utils.createhash": "^2.0.0",
"@apollo/usage-reporting-protobuf": "^4.0.0",
"@apollo/usage-reporting-protobuf": "^4.1.0",
"@josephg/resolvable": "^1.0.1",
"body-parser": "^1.20.0",
"express": "^4.18.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @apollo/server

## 4.4.1

### Patch Changes

- Updated dependencies [[`021460e95`](https://github.com/apollographql/apollo-server/commit/021460e95c34ce921dc1c8caa3e5ded3463487ee)]:
- @apollo/usage-reporting-protobuf@4.1.0

## 4.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.4.0",
"version": "4.4.1",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"@apollo/cache-control-types": "^1.0.2",
"@apollo/server-gateway-interface": "^1.1.0",
"@apollo/usage-reporting-protobuf": "^4.0.0",
"@apollo/usage-reporting-protobuf": "^4.1.0",
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.fetcher": "^2.0.0",
"@apollo/utils.isnodelike": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/usage-reporting-protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/usage-reporting-protobuf

## 4.1.0

### Minor Changes

- [#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

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/usage-reporting-protobuf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/usage-reporting-protobuf",
"version": "4.0.2",
"version": "4.1.0",
"description": "Protobuf format for Apollo usage reporting",
"type": "module",
"exports": {
Expand Down

0 comments on commit 1518b5c

Please sign in to comment.