From c4428f8dab4784ef81903bc49c2c93bf09d7551a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 15:40:23 -0700 Subject: [PATCH] Version Packages (#2621) Co-authored-by: github-actions[bot] --- .changeset/chilled-yaks-refuse.md | 5 ----- packages/apollo/CHANGELOG.md | 6 ++++++ packages/apollo/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilled-yaks-refuse.md diff --git a/.changeset/chilled-yaks-refuse.md b/.changeset/chilled-yaks-refuse.md deleted file mode 100644 index 1c95ccf621..0000000000 --- a/.changeset/chilled-yaks-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo": minor ---- - -Deprecate the client:codegen command diff --git a/packages/apollo/CHANGELOG.md b/packages/apollo/CHANGELOG.md index ed5404f9c3..71a93b8439 100644 --- a/packages/apollo/CHANGELOG.md +++ b/packages/apollo/CHANGELOG.md @@ -1 +1,7 @@ To see release notes and changes for `apollo`, See the [apollo-tooling changelog](https://github.com/apollographql/apollo-tooling/blob/master/CHANGELOG.md) + +## 2.34.0 + +### Minor Changes + +- [#2619](https://github.com/apollographql/apollo-tooling/pull/2619) [`573ff2be`](https://github.com/apollographql/apollo-tooling/commit/573ff2be902d8aaf15a1e6b6eec5202c35803e05) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Deprecate the client:codegen command diff --git a/packages/apollo/package.json b/packages/apollo/package.json index f47d2482c3..f7bd3c52f4 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -1,7 +1,7 @@ { "name": "apollo", "description": "Command line tool for Apollo GraphQL", - "version": "2.33.11", + "version": "2.34.0", "referenceID": "21ad0845-c235-422e-be7d-a998310df972", "author": "Apollo GraphQL ", "license": "MIT",