From d80b56f0ba6191866dcbdc1647caa502c3d355d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 09:01:53 -0700 Subject: [PATCH] Version Packages (#69) Co-authored-by: github-actions[bot] --- .changeset/plenty-steaks-rule.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/plenty-steaks-rule.md diff --git a/.changeset/plenty-steaks-rule.md b/.changeset/plenty-steaks-rule.md deleted file mode 100644 index 16c8a0d..0000000 --- a/.changeset/plenty-steaks-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/server-plugin-operation-registry': patch ---- - -Remove the apollo-graphql dependency in favor of equivalent apollo-utils deps diff --git a/CHANGELOG.md b/CHANGELOG.md index d0fa039..5a67bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/server-plugin-operation-registry +## 3.5.6 + +### Patch Changes + +- [#68](https://github.com/apollographql/server-plugin-operation-registry/pull/68) [`c585bf2`](https://github.com/apollographql/server-plugin-operation-registry/commit/c585bf20e3b39ff6d82c0afbea2a1af68199b825) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Remove the apollo-graphql dependency in favor of equivalent apollo-utils deps + ## 3.5.5 ### Patch Changes diff --git a/package.json b/package.json index 7d6ee02..4c2b3a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@apollo/server-plugin-operation-registry", "description": "Apollo Server operation registry plugin", - "version": "3.5.5", + "version": "3.5.6", "author": "Apollo ", "repository": { "type": "git",