From af3a7c074eb0ebb82cf54ccda08b16cb068f0e63 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 26 Jul 2019 14:35:41 +0000 Subject: [PATCH] chore: release new versions - @lion/select-rich@0.1.1 --- packages/select-rich/CHANGELOG.md | 11 +++++++++++ packages/select-rich/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index c8a26fb8b..31ec27529 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.1.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.0...@lion/select-rich@0.1.1) (2019-07-26) + + +### Bug Fixes + +* **select-rich:** add index.js with class export ([7d0aeb1](https://github.com/ing-bank/lion/commit/7d0aeb1)) + + + + + # 0.1.0 (2019-07-25) diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index f7d8b87e3..0a559c689 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.1.0", + "version": "0.1.1", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",