File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1- <a name="6.0.0-beta.1"></a>
2- # [6.0.0-beta.1](https://github.com/angular/material2/compare/5.2.0...6.0.0-beta-0) (2018-02-12)
3-
4- * Fix typo in version name (using a dash instead of a dot)
5- * Update Angular peer dependency to 6.0.0-beta.x
6-
71<a name="6.0.0-beta-0"></a>
82# [6.0.0-beta-0](https://github.com/angular/material2/compare/5.2.0...6.0.0-beta-0) (2018-02-12)
93
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const buildVersion = package.version;
1313 * Required Angular version for all Angular Material packages. This version will be used
1414 * as the peer dependency version for Angular in all release packages.
1515 */
16- const angularVersion = '>=6.0.0-beta.0 <7 .0.0' ;
16+ const angularVersion = '^5 .0.0' ;
1717
1818/** License that will be placed inside of all created bundles. */
1919const buildLicense = `/**
Original file line number Diff line number Diff line change 2020 "docs" : " gulp docs" ,
2121 "api" : " gulp api-docs"
2222 },
23- "version" : " 6.0.0-beta.1 " ,
23+ "version" : " 6.0.0-beta-0 " ,
2424 "license" : " MIT" ,
2525 "engines" : {
2626 "node" : " >= 5.4.1"
You can’t perform that action at this time.
0 commit comments