Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Apr 5, 2022
1 parent 9e3a39f commit 6c583b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

### v3.0.1

- Fix previously corrupted distribution of `apollo-angular` package.

### v3.0.0

- `useGETForQueries` in Http Link [`5996109`](https://github.com/kamilkisiela/apollo-angular/commit/599610934e5f9cf8cc2d62abc270edddc937cc60)
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0",
"version": "3.0.1",
"author": {
"name": "Kamil Kisiela",
"email": "[email protected]",
Expand Down Expand Up @@ -56,4 +56,4 @@
"graphql"
]
}
}
}
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': '^3.0.0',
'apollo-angular': '^3.0.1',
'@apollo/client': '^3.0.0',
graphql: `^${options.graphql ?? '16.0.0'}`,
};
Expand Down

0 comments on commit 6c583b3

Please sign in to comment.