From 73fa8e78931974c55223b6df03805e435c2ad895 Mon Sep 17 00:00:00 2001 From: Oleg Pimenov Date: Mon, 20 Jul 2020 11:32:06 +0300 Subject: [PATCH] chore: bump version to 8.5.5 w/ changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440ffa23b..c247c9bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 8.5.5 "Rectilinear" (2020-07-20) + +### Mosaic + + * bug fix **list:** options not selected when async updated value (#UIM-472) ([#487](https://github.com/positive-js/mosaic/issues/487)) ([76a9b08](https://github.com/positive-js/mosaic/commit/76a9b08956c49a3829d77d0d3ad88a68362d452b)), closes [#UIM-472](https://github.com/positive-js/mosaic/issues/UIM-472) + ## 8.5.4 "Fledged" (2020-07-14) ### Mosaic diff --git a/package.json b/package.json index 789e4cfde..e4d82f834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosaic", - "version": "8.5.4", + "version": "8.5.5", "description": "Components for Angular", "homepage": "https://github.com/positive-js/mosaic", "bugs": "https://github.com/positive-js/mosaic/issues",