Skip to content

Commit

Permalink
Version Packages (alpha) (#6818)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 16, 2022
1 parent eca003f commit 0fbf864
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"@apollo/server-integration-testsuite": "3.6.7",
"@apollo/server-plugin-response-cache": "3.6.7",
"@apollo/server": "3.6.7",
"@apollo/usage-reporting-protobuf": "3.3.1"
"@apollo/usage-reporting-protobuf": "3.3.1",
"@apollo/server-plugin-landing-page-graphql-playground": "3.0.0"
},
"changesets": [
"eleven-needles-collect",
"famous-parents-argue",
"hip-cheetahs-fail",
"lazy-emus-hunt",
"neat-buckets-marry",
"ninety-panthers-accept",
"ninety-tips-unite",
"old-insects-smash",
"pink-eggs-draw",
Expand Down
14 changes: 7 additions & 7 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.0.0-alpha.7

### Patch Changes

- [#6817](https://github.com/apollographql/apollo-server/pull/6817) [`eca003fdc`](https://github.com/apollographql/apollo-server/commit/eca003fdc75bdb63153e68119b9891d2bffc6545) Thanks [@glasser](https://github.com/glasser)! - Move ApolloServerPluginGraphQLPlayground into its own package.

- Updated dependencies [[`eca003fdc`](https://github.com/apollographql/apollo-server/commit/eca003fdc75bdb63153e68119b9891d2bffc6545)]:
- @apollo/server-plugin-landing-page-graphql-playground@4.0.0-alpha.0
- @apollo/server@4.0.0-alpha.7

## 4.0.0-alpha.6

### 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.0.0-alpha.6",
"version": "4.0.0-alpha.7",
"description": "Test suite for Apollo Server integrations",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@apollo/cache-control-types": "^1.0.2",
"@apollo/client": "^3.6.9",
"@apollo/server-plugin-landing-page-graphql-playground": "3.0.0",
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.0-alpha.0",
"@apollo/utils.keyvaluecache": "^1.0.1",
"@apollo/utils.createhash": "^1.1.0",
"@apollo/usage-reporting-protobuf": "^4.0.0-alpha.1",
Expand All @@ -42,7 +42,7 @@
"supertest": "^6.2.3"
},
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.6",
"@apollo/server": "^4.0.0-alpha.7",
"@jest/globals": "28.x",
"graphql": "^16.5.0",
"jest": "28.x"
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-landing-page-graphql-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @apollo/server-plugin-landing-page-graphql-playground

## 4.0.0-alpha.0

### Major Changes

- [#6817](https://github.com/apollographql/apollo-server/pull/6817) [`eca003fdc`](https://github.com/apollographql/apollo-server/commit/eca003fdc75bdb63153e68119b9891d2bffc6545) Thanks [@glasser](https://github.com/glasser)! - Move ApolloServerPluginGraphQLPlayground into its own package.

### Patch Changes

- Updated dependencies [[`eca003fdc`](https://github.com/apollographql/apollo-server/commit/eca003fdc75bdb63153e68119b9891d2bffc6545)]:
- @apollo/server@4.0.0-alpha.7
4 changes: 2 additions & 2 deletions packages/plugin-landing-page-graphql-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-plugin-landing-page-graphql-playground",
"version": "3.0.0",
"version": "4.0.0-alpha.0",
"description": "Apollo Server landing page plugin for GraphQL Playground",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down Expand Up @@ -32,6 +32,6 @@
"@apollographql/graphql-playground-html": "1.6.29"
},
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.6"
"@apollo/server": "^4.0.0-alpha.7"
}
}
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.7

### Patch Changes

- [#6817](https://github.com/apollographql/apollo-server/pull/6817) [`eca003fdc`](https://github.com/apollographql/apollo-server/commit/eca003fdc75bdb63153e68119b9891d2bffc6545) Thanks [@glasser](https://github.com/glasser)! - Move ApolloServerPluginGraphQLPlayground into its own package.

## 4.0.0-alpha.6

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

0 comments on commit 0fbf864

Please sign in to comment.