From 971f665727c389bc4145248160848a7c7ea8e05e Mon Sep 17 00:00:00 2001 From: ej9x Date: Thu, 14 Nov 2019 14:00:39 +0300 Subject: [PATCH] 1.8.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df706067..f2263157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [1.8.0](https://github.com/8base/boost/compare/v1.7.3...v1.8.0) (2019-11-14) + + +### Bug Fixes + +* **button:** fix button color customization ([f192513](https://github.com/8base/boost/commit/f192513)) + + +### Features + +* **build:** add styled to export to simplify ts typings ([befcbef](https://github.com/8base/boost/commit/befcbef)) + + + ## [1.7.3](https://github.com/8base/boost/compare/v1.7.2...v1.7.3) (2019-11-11) diff --git a/package.json b/package.json index 71d13d67..5684e4af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@8base/boost", - "version": "1.7.3", + "version": "1.8.0", "author": "8base", "license": "MIT", "main": "es/index.js",