From ed06ede7b6a7f6579eb060d2727211336c748b76 Mon Sep 17 00:00:00 2001 From: Oleg Pimenov Date: Thu, 12 Mar 2020 09:56:09 +0300 Subject: [PATCH] chore: bump version to 8.4.3 w/ changelog --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264df2d46..6115fc1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 8.4.3 "Wistful" (2020-03-12) + +### Mosaic + + * bug fix **input:** errors in console after loading form with mc-validation (#UIM-376) ([#423](https://github.com/positive-js/mosaic/issues/423)) ([5160faa](https://github.com/positive-js/mosaic/commit/5160faa2fb27e2775a25d3045927e35d9c8fca07)), closes [#UIM-376](https://github.com/positive-js/mosaic/issues/UIM-376) + * bug fix **popover:** mcVisibleChange emits only after hidding popover (#UIM-386) ([#425](https://github.com/positive-js/mosaic/issues/425)) ([d881c2e](https://github.com/positive-js/mosaic/commit/d881c2e65ddd8d1ac948d1ac0f88c2950c8a558c)), closes [#UIM-386](https://github.com/positive-js/mosaic/issues/UIM-386) + +### Docs + + * bug fix copy icon is clickable so cursor: pointer ([#421](https://github.com/positive-js/mosaic/issues/421)) ([2e9b7d5](https://github.com/positive-js/mosaic/commit/2e9b7d538d97699c2ffd99434d1399267e05b5b0)) + * feature added examples for number and date formatter (#UIM-395, #UIM-394) ([#428](https://github.com/positive-js/mosaic/issues/428)) ([ff9b0c7](https://github.com/positive-js/mosaic/commit/ff9b0c75fec51dc4524ecb60b6d80f3209875096)), closes [#UIM-395](https://github.com/positive-js/mosaic/issues/UIM-395) [#UIM-394](https://github.com/positive-js/mosaic/issues/UIM-394) + ## 8.4.2 "Restive Horns" (2020-02-28) ### Mosaic diff --git a/package.json b/package.json index ce9df17cf..ab50b6c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosaic", - "version": "8.4.2", + "version": "8.4.3", "description": "Components for Angular", "homepage": "https://github.com/positive-js/mosaic", "bugs": "https://github.com/positive-js/mosaic/issues",