Skip to content

Commit fd6c62a

Browse files
chore(release): update monorepo packages versions
1 parent e65bcce commit fd6c62a

File tree

5 files changed

+35
-29
lines changed

5 files changed

+35
-29
lines changed

.changeset/early-tigers-draw.md

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

.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: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Change log
22

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

531
### Major Changes
@@ -364,7 +390,8 @@
364390
[`9a8ea5f`](https://github.com/the-guild-org/apollo-angular/commit/9a8ea5f229cf7937d74332092cb3eba40828b7b1)
365391
- Add `useMutationLoading` flag
366392
[`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)
393+
- Fix type inference for Mutations
394+
[#1659](https://github.com/the-guild-org/apollo-angular/pull/1659)
368395
- Declare support for Angular 13
369396
- Remove `extract-files` library from dependencies (you need to pass `extractFiles` function to
370397
HttpLink's options)
@@ -540,7 +567,8 @@ Changes:
540567
([PR #607](https://github.com/the-guild-org/apollo-angular/pull/607))
541568
- Adds `sideEffects: false` (webpack)
542569
([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))
570+
- Supports Angular 6 and RxJS 6
571+
([PR #580](https://github.com/the-guild-org/apollo-angular/pull/580))
544572

545573
## v1.0.1
546574

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

639667
## v0.9.0
640668

641-
- Support `[email protected]` ([PR #206](https://github.com/the-guild-org/apollo-angular/pull/206))
669+
- Support `[email protected]`
670+
([PR #206](https://github.com/the-guild-org/apollo-angular/pull/206))
642671
- Support `es6` modules and `tree-shaking`
643672
([PR #151](https://github.com/the-guild-org/apollo-angular/pull/151),
644673
[PR #206](https://github.com/the-guild-org/apollo-angular/pull/206))
@@ -669,7 +698,8 @@ Behaves the same as the `ObservableQuery` of `apollo-client`.
669698
## v0.6.0
670699

671700
- Added support for ApolloClient `v0.5.X` ([PR #])
672-
- Added `subscribeToMore` function ([PR](https://github.com/the-guild-org/apollo-client-rxjs/pull/5))
701+
- Added `subscribeToMore` function
702+
([PR](https://github.com/the-guild-org/apollo-client-rxjs/pull/5))
673703
- **BREAKING CHANGE** No no longer support ApolloClient `v0.4.X`
674704
- **BREAKING CHANGE** Removed `Apollo` decorator (use `Angular2Apollo` service)
675705
- **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)