Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Oct 13, 2022
1 parent c64a05c commit d1f4b40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

### vNext

### v4.1.0

- Support `@apollo/client` v3.7.X
- Fix typescript issue with `MutationResult` type #1818

### v4.0.1

- Add missing `apollo-angular/persisted-queries` and `apollo-angular/testing`
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-angular",
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
"version": "4.0.1",
"version": "4.1.0",
"author": {
"name": "Kamil Kisiela",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular/schematics/install/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function factory(options: Schema): Rule {

export function createDependenciesMap(options: Schema): Record<string, string> {
return {
'apollo-angular': '^4.0.1',
'apollo-angular': '^4.1.0',
'@apollo/client': '^3.0.0',
graphql: `^${options.graphql ?? '16.0.0'}`,
};
Expand Down

0 comments on commit d1f4b40

Please sign in to comment.