From 007ee4013350d2e4f9a49034689a4959ed2c7355 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Oct 2024 11:23:23 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/dirty-seals-heal.md | 5 ----- .changeset/nine-pets-wait.md | 13 ------------- packages/apollo-angular/CHANGELOG.md | 20 ++++++++++++++++++++ packages/apollo-angular/package.json | 2 +- 4 files changed, 21 insertions(+), 19 deletions(-) delete mode 100644 .changeset/dirty-seals-heal.md delete mode 100644 .changeset/nine-pets-wait.md diff --git a/.changeset/dirty-seals-heal.md b/.changeset/dirty-seals-heal.md deleted file mode 100644 index 73f5a63c7..000000000 --- a/.changeset/dirty-seals-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'apollo-angular': patch ---- - -Smaller bundle for `gql` diff --git a/.changeset/nine-pets-wait.md b/.changeset/nine-pets-wait.md deleted file mode 100644 index a8569b3b7..000000000 --- a/.changeset/nine-pets-wait.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'apollo-angular': patch ---- - -Deprecate `graphql` alias for `gql` tag function - -Because importing the same thing from two different import points will -increase the final bundle size. If you want a different name for the tag -function, then use `as` syntax, such as: - -```ts -import {gql as graphql} from 'apollo-angular'; -``` diff --git a/packages/apollo-angular/CHANGELOG.md b/packages/apollo-angular/CHANGELOG.md index f5d1c234b..26774d7ec 100644 --- a/packages/apollo-angular/CHANGELOG.md +++ b/packages/apollo-angular/CHANGELOG.md @@ -1,5 +1,25 @@ # Change log +## 7.2.1 + +### Patch Changes + +- [#2312](https://github.com/kamilkisiela/apollo-angular/pull/2312) + [`8bbdc6b`](https://github.com/kamilkisiela/apollo-angular/commit/8bbdc6be14b389d9bcb52887fadb4e239e85a58d) + Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Smaller bundle for `gql` + +- [#2314](https://github.com/kamilkisiela/apollo-angular/pull/2314) + [`e98e06a`](https://github.com/kamilkisiela/apollo-angular/commit/e98e06a1a9d9da9e81becf905c738171d797f745) + Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Deprecate `graphql` alias for `gql` tag + function + + Because importing the same thing from two different import points will increase the final bundle + size. If you want a different name for the tag function, then use `as` syntax, such as: + + ```ts + import { gql as graphql } from 'apollo-angular'; + ``` + ## 7.2.0 ### Minor Changes diff --git a/packages/apollo-angular/package.json b/packages/apollo-angular/package.json index bd4b177b9..4cb38c372 100644 --- a/packages/apollo-angular/package.json +++ b/packages/apollo-angular/package.json @@ -1,6 +1,6 @@ { "name": "apollo-angular", - "version": "7.2.0", + "version": "7.2.1", "description": "Use your GraphQL data in your Angular app, with the Apollo Client", "repository": { "type": "git",