Skip to content

Commit 007ee40

Browse files
github-actions[bot]PowerKiKi
authored andcommitted
chore(release): update monorepo packages versions
1 parent e98e06a commit 007ee40

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

.changeset/dirty-seals-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nine-pets-wait.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/apollo-angular/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change log
22

3+
## 7.2.1
4+
5+
### Patch Changes
6+
7+
- [#2312](https://github.com/kamilkisiela/apollo-angular/pull/2312)
8+
[`8bbdc6b`](https://github.com/kamilkisiela/apollo-angular/commit/8bbdc6be14b389d9bcb52887fadb4e239e85a58d)
9+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Smaller bundle for `gql`
10+
11+
- [#2314](https://github.com/kamilkisiela/apollo-angular/pull/2314)
12+
[`e98e06a`](https://github.com/kamilkisiela/apollo-angular/commit/e98e06a1a9d9da9e81becf905c738171d797f745)
13+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Deprecate `graphql` alias for `gql` tag
14+
function
15+
16+
Because importing the same thing from two different import points will increase the final bundle
17+
size. If you want a different name for the tag function, then use `as` syntax, such as:
18+
19+
```ts
20+
import { gql as graphql } from 'apollo-angular';
21+
```
22+
323
## 7.2.0
424

525
### Minor Changes

packages/apollo-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-angular",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)