File tree 3 files changed +2
-8
lines changed
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
-
7
1
<a name="6.0.0-beta-0"></a>
8
2
# [6.0.0-beta-0](https://github.com/angular/material2/compare/5.2.0...6.0.0-beta-0) (2018-02-12)
9
3
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const buildVersion = package.version;
13
13
* Required Angular version for all Angular Material packages. This version will be used
14
14
* as the peer dependency version for Angular in all release packages.
15
15
*/
16
- const angularVersion = '>=6.0.0-beta.0 <7 .0.0' ;
16
+ const angularVersion = '^5 .0.0' ;
17
17
18
18
/** License that will be placed inside of all created bundles. */
19
19
const buildLicense = `/**
Original file line number Diff line number Diff line change 20
20
"docs" : " gulp docs" ,
21
21
"api" : " gulp api-docs"
22
22
},
23
- "version" : " 6.0.0-beta.1 " ,
23
+ "version" : " 6.0.0-beta-0 " ,
24
24
"license" : " MIT" ,
25
25
"engines" : {
26
26
"node" : " >= 5.4.1"
You can’t perform that action at this time.
0 commit comments