Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit b67de70

Browse files
committed
chore(version): update version number in package.json to 2.0.0-beta.12
1 parent 9e52109 commit b67de70

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="2.0.0-beta.12"></a>
2+
# [2.0.0-beta.12](https://github.com/angular/flex-layout/compare/2.0.0-beta.11...2.0.0-beta.12) (2017-12-14)
3+
4+
The 2.0.0-beta.10 and beta.11 releases on npm accidentally glitched-out midway, so we resolved some release scripting issues and cut 2.0.0-beta.12 instead. oops :-)
5+
6+
### Build Changes
7+
8+
Similar to those used in **@angular/material**, this release also upgrades the package dependencies to Angular ~5.1.0 and the RxJS 5.5.x.
9+
> [Lettable RxJS operators](https://github.com/ReactiveX/rxjs/blob/master/doc/lettable-operators.md) are now used instead of prototype-patching *add* operators.
10+
11+
* **packages:** update deps to Angular v5 and RxJs 5.5 ([#523](https://github.com/angular/flex-layout/523)) ([62457a5972](https://github.com/angular/flex-layout/commit/62457a5972)), closes [#519](https://github.com/angular/flex-layout/issue/519)
12+
13+
114
<a name="2.0.0-beta.11"></a>
215
# [2.0.0-beta.11](https://github.com/angular/flex-layout/compare/v2.0.0-beta.9...2.0.0-beta.11) (2017-11-05)
316

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"universal:build": "gulp universal:build",
2121
"universal:ci:prerender": "gulp ci:prerender"
2222
},
23-
"version": "2.0.0-beta.11",
23+
"version": "2.0.0-beta.12",
2424
"license": "MIT",
2525
"engines": {
2626
"node": ">= 5.4.1"
@@ -125,4 +125,4 @@
125125
"typescript": "^2.4.2",
126126
"uglify-js": "^2.8.14"
127127
}
128-
}
128+
}

scripts/release/releases.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"versions": [
3+
"2.0.0-beta.12",
34
"2.0.0-beta.11",
45
"2.0.0-beta.9",
56
"2.0.0-beta.8",
@@ -11,5 +12,5 @@
1112
"2.0.0-beta.2",
1213
"2.0.0-beta.1"
1314
],
14-
"latest": "2.0.0-beta.11"
15-
}
15+
"latest": "2.0.0-beta.12"
16+
}

0 commit comments

Comments
 (0)