Skip to content

Commit

Permalink
Release v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Nov 16, 2022
1 parent 52c1004 commit 2ba99b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change log

### vNext
### vNEXT

### v4.1.1

- Fix creating default client when using named options (`APOLLO_NAMED_OPTIONS`)
- Support newest zone.js #1841
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.1.0",
"version": "4.1.1",
"author": {
"name": "Kamil Kisiela",
"email": "kamil.kisiela@gmail.com",
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.1.0',
'apollo-angular': '^4.1.1',
'@apollo/client': '^3.0.0',
graphql: `^${options.graphql ?? '16.0.0'}`,
};
Expand Down

0 comments on commit 2ba99b2

Please sign in to comment.