diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 788aa3e19..8067a9d71 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.5](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.9.4...@lion/select-rich@0.9.5) (2020-01-29) + + +### Bug Fixes + +* **select-rich:** set activeIndex also when checkedIndex = 0 ([03c58fd](https://github.com/ing-bank/lion/commit/03c58fdafdde846fc8249cc0c6e9ceb0ada8dfbd)) + + + + + ## [0.9.4](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.9.3...@lion/select-rich@0.9.4) (2020-01-23) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index cd2c6d9ed..2afffaf48 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.9.4", + "version": "0.9.5", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",