Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 13, 2022
1 parent b98c7dc commit 5facf93
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"changesets": [
"eleven-needles-collect",
"famous-parents-argue",
"fuzzy-apes-give",
"hip-cheetahs-fail",
"lazy-emus-hunt",
"neat-buckets-marry",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

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

## 4.0.0-alpha.6

### Patch Changes

- Updated dependencies [[`b98c7dc7c`](https://github.com/apollographql/apollo-server/commit/b98c7dc7c455efce9c6215ba86074f5c1f6fff04)]:
- @apollo/server@4.0.0-alpha.6

## 4.0.0-alpha.5

### 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.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"description": "Test suite for Apollo Server integrations",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"supertest": "^6.2.3"
},
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.5",
"@apollo/server": "^4.0.0-alpha.6",
"@jest/globals": "28.x",
"graphql": "^16.5.0",
"jest": "28.x"
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.0.0-alpha.6

### Patch Changes

- [#6357](https://github.com/apollographql/apollo-server/pull/6357) [`b98c7dc7c`](https://github.com/apollographql/apollo-server/commit/b98c7dc7c455efce9c6215ba86074f5c1f6fff04) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Test changeset to test #6809

## 4.0.0-alpha.5

### Patch 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.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 5facf93

Please sign in to comment.