Skip to content

Commit bdb9230

Browse files
committed
Revert "chore: 6.0.0-beta.1 w/ changelog (#9936)"
This reverts commit 6276efc.
1 parent 1ba04eb commit bdb9230

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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

build-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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. */
1919
const buildLicense = `/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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"

0 commit comments

Comments
 (0)