From 0fbf864150157ff7b0f40790ab103bd88ec39f1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:56:37 -0700 Subject: [PATCH] Version Packages (alpha) (#6818) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 4 +++- package-lock.json | 14 +++++++------- packages/integration-testsuite/CHANGELOG.md | 10 ++++++++++ packages/integration-testsuite/package.json | 6 +++--- .../CHANGELOG.md | 12 ++++++++++++ .../package.json | 4 ++-- packages/server/CHANGELOG.md | 6 ++++++ packages/server/package.json | 2 +- 8 files changed, 44 insertions(+), 14 deletions(-) create mode 100644 packages/plugin-landing-page-graphql-playground/CHANGELOG.md diff --git a/.changeset/pre.json b/.changeset/pre.json index ec9c360f1a3..abb20689f23 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,7 +5,8 @@ "@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", @@ -13,6 +14,7 @@ "hip-cheetahs-fail", "lazy-emus-hunt", "neat-buckets-marry", + "ninety-panthers-accept", "ninety-tips-unite", "old-insects-smash", "pink-eggs-draw", diff --git a/package-lock.json b/package-lock.json index 6524f95ead2..28b9b2a359c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15049,12 +15049,12 @@ }, "packages/integration-testsuite": { "name": "@apollo/server-integration-testsuite", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "MIT", "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/usage-reporting-protobuf": "^4.0.0-alpha.1", "@apollo/utils.createhash": "^1.1.0", "@apollo/utils.keyvaluecache": "^1.0.1", @@ -15070,7 +15070,7 @@ "node": ">=14.0" }, "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" @@ -15078,7 +15078,7 @@ }, "packages/plugin-landing-page-graphql-playground": { "name": "@apollo/server-plugin-landing-page-graphql-playground", - "version": "3.0.0", + "version": "4.0.0-alpha.0", "license": "MIT", "dependencies": { "@apollographql/graphql-playground-html": "1.6.29" @@ -15087,7 +15087,7 @@ "node": ">=14.0" }, "peerDependencies": { - "@apollo/server": "^4.0.0-alpha.6" + "@apollo/server": "^4.0.0-alpha.7" } }, "packages/plugin-response-cache": { @@ -15108,7 +15108,7 @@ }, "packages/server": { "name": "@apollo/server", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", @@ -15340,7 +15340,7 @@ "requires": { "@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/usage-reporting-protobuf": "^4.0.0-alpha.1", "@apollo/utils.createhash": "^1.1.0", "@apollo/utils.keyvaluecache": "^1.0.1", diff --git a/packages/integration-testsuite/CHANGELOG.md b/packages/integration-testsuite/CHANGELOG.md index dcd2bc7938c..191d20c3220 100644 --- a/packages/integration-testsuite/CHANGELOG.md +++ b/packages/integration-testsuite/CHANGELOG.md @@ -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 diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index c1d1e1252de..4c7633c4096 100644 --- a/packages/integration-testsuite/package.json +++ b/packages/integration-testsuite/package.json @@ -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", @@ -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", @@ -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" diff --git a/packages/plugin-landing-page-graphql-playground/CHANGELOG.md b/packages/plugin-landing-page-graphql-playground/CHANGELOG.md new file mode 100644 index 00000000000..029fddf184b --- /dev/null +++ b/packages/plugin-landing-page-graphql-playground/CHANGELOG.md @@ -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 diff --git a/packages/plugin-landing-page-graphql-playground/package.json b/packages/plugin-landing-page-graphql-playground/package.json index 0dd4d136b1e..0c32d7a42c8 100644 --- a/packages/plugin-landing-page-graphql-playground/package.json +++ b/packages/plugin-landing-page-graphql-playground/package.json @@ -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", @@ -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" } } diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index caf84dc7948..c3f3f6afe9a 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -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 diff --git a/packages/server/package.json b/packages/server/package.json index 793ee7379d9..870adcdd1b8 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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",