Skip to content

Commit

Permalink
fix(schematics): match ng lib and update versions
Browse files Browse the repository at this point in the history
Update the Angular lib version (5.2.6 > 5.2.7) to match the
version specified by migration 20180225-switch-to-cli17 (5.2.7)
  • Loading branch information
AustinMatherne authored and vsavkin committed Apr 3, 2018
1 parent 0e11fff commit 8482177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bazel/src/lib-versions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const angularCliVersion = '1.7.1';
export const angularVersion = '5.2.6';
export const angularVersion = '5.2.7';
export const angularJsVersion = '1.6.6';
export const ngrxVersion = '5.1.0';
export const ngrxStoreFreezeVersion = '^0.2.1';
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/src/lib-versions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const angularCliVersion = '1.7.1';
export const angularVersion = '5.2.6';
export const angularVersion = '5.2.7';
export const angularJsVersion = '1.6.6';
export const ngrxVersion = '5.2.0';
export const ngrxStoreFreezeVersion = '^0.2.1';
Expand Down

0 comments on commit 8482177

Please sign in to comment.