From d2d9a87f7d93bc5b24e2b227128a0190bfcdf6a8 Mon Sep 17 00:00:00 2001 From: Oleg Pimenov Date: Tue, 20 Aug 2019 09:06:57 +0300 Subject: [PATCH] chore: bump version to 8.0.0-beta.9 w/ changelog (cherry picked from commit 8079df61179f2e50819ac9717fc915f9d836de1a) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506e7d6c8..218b456c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 8.0.0-beta.9 "Vestibular Kerygma" (2019-08-20) + + +### Bug Fixes + +* **modal:** autoFocus does' t work (#UIM-133) ([#204](https://github.com/positive-js/mosaic/issues/204)) ([6038e05](https://github.com/positive-js/mosaic/commit/6038e05)), closes [#UIM-133](https://github.com/positive-js/mosaic/issues/UIM-133) + + +### Features + +* **formatters:** Added number formatter (McDecimalPipe) (#UIM-84) ([#202](https://github.com/positive-js/mosaic/issues/202)) ([7ca9788](https://github.com/positive-js/mosaic/commit/7ca9788)), closes [#UIM-84](https://github.com/positive-js/mosaic/issues/UIM-84) +* **splitter:** Added parameter for hide gutters (#UIM-130) ([#205](https://github.com/positive-js/mosaic/issues/205)) ([ff441bd](https://github.com/positive-js/mosaic/commit/ff441bd)), closes [#UIM-130](https://github.com/positive-js/mosaic/issues/UIM-130) + + + # 8.0.0-beta.8 "Keynesian Doughnut" (2019-08-19) diff --git a/package.json b/package.json index b4233b4c5..3a13b0c0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosaic", - "version": "8.0.0-beta.8", + "version": "8.0.0-beta.9", "description": "Components for Angular", "homepage": "https://github.com/positive-js/mosaic", "bugs": "https://github.com/positive-js/mosaic/issues",