Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2023
1 parent a0daa62 commit bdba67d
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-shoes-train.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/perfect-boxes-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-shrimps-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-pears-float.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

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

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

## 4.3.1

### Patch Changes

- [#7285](https://github.com/apollographql/apollo-server/pull/7285) [`35fa72bdd`](https://github.com/apollographql/apollo-server/commit/35fa72bdd694ec3649708b34c89dda3c371389ea) Thanks [@glasser](https://github.com/glasser)! - Adds an integration test verifying that Rover's introspection query works. This should not break any integration that passes other tests.

- [#7276](https://github.com/apollographql/apollo-server/pull/7276) [`15c912f4c`](https://github.com/apollographql/apollo-server/commit/15c912f4cb56bb220168b53b3657da6e680c328d) Thanks [@renovate](https://github.com/apps/renovate)! - Update graphql-http dependency

- Updated dependencies [[`3b0ec8529`](https://github.com/apollographql/apollo-server/commit/3b0ec852994f86dd84bdccf77829fb81f8455579)]:
- @apollo/server@4.3.1

## 4.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.3.0",
"version": "4.3.1",
"description": "Test suite for Apollo Server integrations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@apollo/cache-control-types": "^1.0.2",
"@apollo/client": "^3.6.9",
"@apollo/server": "4.3.0",
"@apollo/server": "4.3.1",
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
"@apollo/utils.createhash": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/server

## 4.3.1

### Patch Changes

- [#7274](https://github.com/apollographql/apollo-server/pull/7274) [`3b0ec8529`](https://github.com/apollographql/apollo-server/commit/3b0ec852994f86dd84bdccf77829fb81f8455579) Thanks [@patrick91](https://github.com/patrick91)! - Update schemaIsSubgraph to also support non nullable \_Service.sdl

## 4.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.3.0",
"version": "4.3.1",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit bdba67d

Please sign in to comment.