Skip to content

Commit de947bc

Browse files
chore(release): update monorepo packages versions
1 parent 0f10355 commit de947bc

File tree

4 files changed

+32
-38
lines changed

4 files changed

+32
-38
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: 31 additions & 18 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/Ecodev/apollo-angular/pull/2366)
8+
[`bdff9d9`](https://github.com/Ecodev/apollo-angular/commit/bdff9d9c7f8b4c9758126326bed8e1459fb5a533)
9+
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop ESM2022 in favor of FESM2022
10+
11+
- [#2368](https://github.com/Ecodev/apollo-angular/pull/2368)
12+
[`0f10355`](https://github.com/Ecodev/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/Ecodev/apollo-angular.
24+
325
## 11.0.0
426

527
### Major Changes
@@ -395,10 +417,8 @@
395417

396418
## v2.3.0
397419

398-
- `830da182` build: Allows zone.js v11
399-
[#1629](https://github.com/Ecodev/apollo-angular/pull/1629)
400-
- `136663f0` docs: Update queries.md
401-
[#1616](https://github.com/Ecodev/apollo-angular/pull/1616)
420+
- `830da182` build: Allows zone.js v11 [#1629](https://github.com/Ecodev/apollo-angular/pull/1629)
421+
- `136663f0` docs: Update queries.md [#1616](https://github.com/Ecodev/apollo-angular/pull/1616)
402422

403423
## v2.2.0
404424

@@ -407,8 +427,7 @@
407427
- `d179a66` docs: Integrated documentation changes
408428
[#1590](https://github.com/Ecodev/apollo-angular/pull/1590)
409429
- `5d938a3` Update README.md [#1598](https://github.com/Ecodev/apollo-angular/pull/1598)
410-
- `60b8445` fix: test data modification
411-
[#1596](https://github.com/Ecodev/apollo-angular/pull/1596)
430+
- `60b8445` fix: test data modification [#1596](https://github.com/Ecodev/apollo-angular/pull/1596)
412431

413432
## v2.1.0
414433

@@ -471,13 +490,11 @@ Changes:
471490

472491
- Introduces `APOLLO_NAMED_OPTIONS` token. Allows to create named Apollo clients using Dependency
473492
Injection ([PR #1365](https://github.com/Ecodev/apollo-angular/pull/1365))
474-
- Allow to test named Apollo client
475-
([PR #1365](https://github.com/Ecodev/apollo-angular/pull/1365))
493+
- Allow to test named Apollo client ([PR #1365](https://github.com/Ecodev/apollo-angular/pull/1365))
476494

477495
## v1.7.0
478496

479-
- Fixed type definition for subscribe
480-
[PR #1290](https://github.com/Ecodev/apollo-angular/pull/1290)
497+
- Fixed type definition for subscribe [PR #1290](https://github.com/Ecodev/apollo-angular/pull/1290)
481498
- Fix global scope naming for UMD build
482499
[PR #1305](https://github.com/Ecodev/apollo-angular/pull/1305)
483500
- Introduce useInitialLoading in watch
@@ -506,8 +523,7 @@ Changes:
506523
## v1.3.0
507524

508525
- Make `Subscription` generic [PR #778](https://github.com/Ecodev/apollo-angular/pull/778)
509-
- Schematics (`ng add apollo-angular`)
510-
[PR #779](https://github.com/Ecodev/apollo-angular/pull/779),
526+
- Schematics (`ng add apollo-angular`) [PR #779](https://github.com/Ecodev/apollo-angular/pull/779),
511527
[PR #780](https://github.com/Ecodev/apollo-angular/pull/780)
512528
- Allow to use a custom ApolloCache while testing
513529
[PR #786](https://github.com/Ecodev/apollo-angular/pull/786)
@@ -538,8 +554,7 @@ Changes:
538554
([PR #592](https://github.com/Ecodev/apollo-angular/pull/592))
539555
- Introduces `APOLLO_OPTIONS` token. Allows to create Apollo using Dependency Injection
540556
([PR #607](https://github.com/Ecodev/apollo-angular/pull/607))
541-
- Adds `sideEffects: false` (webpack)
542-
([PR #580](https://github.com/Ecodev/apollo-angular/pull/580))
557+
- Adds `sideEffects: false` (webpack) ([PR #580](https://github.com/Ecodev/apollo-angular/pull/580))
543558
- Supports Angular 6 and RxJS 6 ([PR #580](https://github.com/Ecodev/apollo-angular/pull/580))
544559

545560
## v1.0.1
@@ -596,8 +611,7 @@ Changes:
596611

597612
## v0.12.0
598613

599-
- Support `[email protected]`
600-
([PR #290](https://github.com/Ecodev/apollo-angular/pull/290))
614+
- Support `[email protected]` ([PR #290](https://github.com/Ecodev/apollo-angular/pull/290))
601615
- Support `jsnext:main` ([PR #277](https://github.com/Ecodev/apollo-angular/pull/277))
602616

603617
## v0.11.0
@@ -777,8 +791,7 @@ Behaves the same as the `ObservableQuery` of `apollo-client`.
777791

778792
## v0.0.2
779793

780-
- Added `@Apollo` decorator
781-
([99fed6e](https://github.com/Ecodev/apollo-angular/commit/99fed6e),
794+
- Added `@Apollo` decorator ([99fed6e](https://github.com/Ecodev/apollo-angular/commit/99fed6e),
782795
[9f0107e](https://github.com/Ecodev/apollo-angular/commit/9f0107e))
783796

784797
## v0.0.1

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)