From a43e71a12858e29701a7f0d9c0732f4b0d943930 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Dec 2024 18:49:35 +0000 Subject: [PATCH] Version Packages (alpha) --- .changeset/pre.json | 5 ++++- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 461875c749..b87447bae2 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,8 @@ "initialVersions": { "@apollo/client": "3.12.2" }, - "changesets": [] + "changesets": [ + "hot-cycles-notice", + "young-turtles-explode" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 173e739fd1..8d1642bbd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 4.0.0-alpha.0 + +### Major Changes + +- [#12211](https://github.com/apollographql/apollo-client/pull/12211) [`c2736db`](https://github.com/apollographql/apollo-client/commit/c2736db3ad6f8b6e56f065682d5b76614f41bfd4) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Remove the deprecated `graphql`, `withQuery`, `withMutation`, `withSubscription`, and `withApollo` hoc components. Use the provided React hooks instead. + +- [#12211](https://github.com/apollographql/apollo-client/pull/12211) [`c2736db`](https://github.com/apollographql/apollo-client/commit/c2736db3ad6f8b6e56f065682d5b76614f41bfd4) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Remove the deprecated `Query`, `Mutation`, and `Subscription` components. Use the provided React hooks instead. + ## 3.12.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index b4b5f3c140..70f9794fd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.12.2", + "version": "4.0.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.12.2", + "version": "4.0.0-alpha.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7b8d02741a..b3023b2497 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.12.2", + "version": "4.0.0-alpha.0", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [