Skip to content

Commit

Permalink
release: v1.5.0-rc.0 (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Oct 11, 2018
1 parent 1d526d9 commit 132974b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "1.4.1",
"version": "1.5.0-rc.0",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
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 @@ -33,7 +33,7 @@ export default function install(options: Schema): Rule {
}

export const dependenciesMap: Record<string, string> = {
'apollo-angular': '^1.4.1',
'apollo-angular': '^1.5.0-rc.0',
'apollo-angular-link-http': '^1.3.1',
'apollo-link': '^1.2.0',
'apollo-client': '^2.4.0',
Expand Down

0 comments on commit 132974b

Please sign in to comment.