Skip to content

Commit 2e6f837

Browse files
chore(release): update monorepo packages versions
1 parent e16dd41 commit 2e6f837

File tree

4 files changed

+31
-24
lines changed

4 files changed

+31
-24
lines changed

.changeset/odd-badgers-fetch.md

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

.changeset/rich-dogs-fetch.md

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

packages/apollo-angular/CHANGELOG.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change log
22

3+
## 11.0.1
4+
5+
### Patch Changes
6+
7+
- [#2366](https://github.com/the-guild-org/apollo-angular/pull/2366)
8+
[`bdff9d9`](https://github.com/the-guild-org/apollo-angular/commit/bdff9d9c7f8b4c9758126326bed8e1459fb5a533)
9+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop ESM2022 in favor of FESM2022
10+
11+
- [#2368](https://github.com/the-guild-org/apollo-angular/pull/2368)
12+
[`0f10355`](https://github.com/the-guild-org/apollo-angular/commit/0f103552a78c9031efb4ec732454f6ce17f02f04)
13+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - New repository owners
14+
15+
[@kamilkisiela](https://github.com/kamilkisiela), the creator of this library, has found new
16+
interests and is not able to contribute like in the past. He gracefully transferred ownership of
17+
the repository to me. I have been maintaining this library since 2022, and will continue doing so
18+
in the foreseeable future.
19+
20+
For the package consumers, pretty much nothing will change. The package name, the code, the
21+
relation with [The Guild](https://github.com/the-guild-org), and the maintenance style will all
22+
remain the same. The only difference is the new repository URL:
23+
https://github.com/the-guild-org/apollo-angular.
24+
325
## 11.0.0
426

527
### Major Changes
@@ -364,7 +386,8 @@
364386
[`9a8ea5f`](https://github.com/the-guild-org/apollo-angular/commit/9a8ea5f229cf7937d74332092cb3eba40828b7b1)
365387
- Add `useMutationLoading` flag
366388
[`bc223fe`](https://github.com/the-guild-org/apollo-angular/commit/bc223fe6487edd35c56ad908e4739580ce69f056)
367-
- Fix type inference for Mutations [#1659](https://github.com/the-guild-org/apollo-angular/pull/1659)
389+
- Fix type inference for Mutations
390+
[#1659](https://github.com/the-guild-org/apollo-angular/pull/1659)
368391
- Declare support for Angular 13
369392
- Remove `extract-files` library from dependencies (you need to pass `extractFiles` function to
370393
HttpLink's options)
@@ -540,7 +563,8 @@ Changes:
540563
([PR #607](https://github.com/the-guild-org/apollo-angular/pull/607))
541564
- Adds `sideEffects: false` (webpack)
542565
([PR #580](https://github.com/the-guild-org/apollo-angular/pull/580))
543-
- Supports Angular 6 and RxJS 6 ([PR #580](https://github.com/the-guild-org/apollo-angular/pull/580))
566+
- Supports Angular 6 and RxJS 6
567+
([PR #580](https://github.com/the-guild-org/apollo-angular/pull/580))
544568

545569
## v1.0.1
546570

@@ -638,7 +662,8 @@ Behaves the same as the `ObservableQuery` of `apollo-client`.
638662

639663
## v0.9.0
640664

641-
- Support `apollo-client@0.8.0` ([PR #206](https://github.com/the-guild-org/apollo-angular/pull/206))
665+
- Support `apollo-client@0.8.0`
666+
([PR #206](https://github.com/the-guild-org/apollo-angular/pull/206))
642667
- Support `es6` modules and `tree-shaking`
643668
([PR #151](https://github.com/the-guild-org/apollo-angular/pull/151),
644669
[PR #206](https://github.com/the-guild-org/apollo-angular/pull/206))
@@ -669,7 +694,8 @@ Behaves the same as the `ObservableQuery` of `apollo-client`.
669694
## v0.6.0
670695

671696
- Added support for ApolloClient `v0.5.X` ([PR #])
672-
- Added `subscribeToMore` function ([PR](https://github.com/the-guild-org/apollo-client-rxjs/pull/5))
697+
- Added `subscribeToMore` function
698+
([PR](https://github.com/the-guild-org/apollo-client-rxjs/pull/5))
673699
- **BREAKING CHANGE** No no longer support ApolloClient `v0.4.X`
674700
- **BREAKING CHANGE** Removed `Apollo` decorator (use `Angular2Apollo` service)
675701
- **BREAKING CHANGE** Removed `ApolloQueryPipe` (use `SelectPipe` instead)

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": "11.0.0",
3+
"version": "11.0.1",
44
"type": "module",
55
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
66
"repository": {

0 commit comments

Comments
 (0)