From 7eb96819f76a6ce7398d64ca2aeed6c047270fc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 13:07:26 -0700 Subject: [PATCH] Version Packages (#7585) 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 trevor/update-deprecate-playground-plugin, this PR will be updated. # Releases ## @apollo/server-plugin-landing-page-graphql-playground@4.0.1 ### Patch Changes - [#7584](https://github.com/apollographql/apollo-server/pull/7584) [`f4c3cd9b6`](https://github.com/apollographql/apollo-server/commit/f4c3cd9b6cb8fa39c2327c438a426ca7b072a487) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Officially deprecate Playground plugin via README update Co-authored-by: github-actions[bot] --- .changeset/dull-plums-wash.md | 5 ----- .changeset/heavy-radios-report.md | 2 -- package-lock.json | 2 +- .../plugin-landing-page-graphql-playground/CHANGELOG.md | 6 ++++++ .../plugin-landing-page-graphql-playground/package.json | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 .changeset/dull-plums-wash.md delete mode 100644 .changeset/heavy-radios-report.md diff --git a/.changeset/dull-plums-wash.md b/.changeset/dull-plums-wash.md deleted file mode 100644 index 0863022e621..00000000000 --- a/.changeset/dull-plums-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/server-plugin-landing-page-graphql-playground': patch ---- - -Officially deprecate Playground plugin via README update diff --git a/.changeset/heavy-radios-report.md b/.changeset/heavy-radios-report.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/heavy-radios-report.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/package-lock.json b/package-lock.json index bdbe4904239..8657a60eb6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15880,7 +15880,7 @@ }, "packages/plugin-landing-page-graphql-playground": { "name": "@apollo/server-plugin-landing-page-graphql-playground", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "@apollographql/graphql-playground-html": "1.6.29" diff --git a/packages/plugin-landing-page-graphql-playground/CHANGELOG.md b/packages/plugin-landing-page-graphql-playground/CHANGELOG.md index 3958ad3e67a..efd9f79d28b 100644 --- a/packages/plugin-landing-page-graphql-playground/CHANGELOG.md +++ b/packages/plugin-landing-page-graphql-playground/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/server-plugin-landing-page-graphql-playground +## 4.0.1 + +### Patch Changes + +- [#7584](https://github.com/apollographql/apollo-server/pull/7584) [`f4c3cd9b6`](https://github.com/apollographql/apollo-server/commit/f4c3cd9b6cb8fa39c2327c438a426ca7b072a487) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Officially deprecate Playground plugin via README update + ## 4.0.0 One-time release of `@apollo/server-plugin-landing-page-graphql-playground` with support for Apollo Server 4. The version of this plugin designed for Apollo Server 2 and 3 was part of `apollo-server-core`. diff --git a/packages/plugin-landing-page-graphql-playground/package.json b/packages/plugin-landing-page-graphql-playground/package.json index 083f0d65269..18f8a5c4134 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": "4.0.0", + "version": "4.0.1", "description": "Apollo Server landing page plugin for GraphQL Playground", "type": "module", "main": "dist/cjs/index.js",