Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and PowerKiKi committed Oct 17, 2024
1 parent e98e06a commit 007ee40
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-seals-heal.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/nine-pets-wait.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 007ee40

Please sign in to comment.