From b500c9b89a549ed771fc11e4ebbc1c128393cb25 Mon Sep 17 00:00:00 2001 From: zouxuoz Date: Fri, 18 May 2018 12:15:08 +0300 Subject: [PATCH] 0.3.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c81318e..a95bd81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.3.0](https://github.com/8base/boost/compare/v0.2.1...v0.3.0) (2018-05-18) + + +### Features + +* add common FormField component ([eb19c98](https://github.com/8base/boost/commit/eb19c98)) +* **atoms:** add checkbox component ([bea549a](https://github.com/8base/boost/commit/bea549a)) +* **atoms:** add colors to the Text component ([cae911b](https://github.com/8base/boost/commit/cae911b)) +* **atoms:** add row and column components ([6bae653](https://github.com/8base/boost/commit/6bae653)) +* **atoms:** expand Icon component. add babel svg plugin ([f8637e2](https://github.com/8base/boost/commit/f8637e2)) +* **atoms:** expanded api of the Input component ([136fb9b](https://github.com/8base/boost/commit/136fb9b)) + + + ## [0.2.1](https://github.com/8base/boost/compare/v0.2.0...v0.2.1) (2018-05-14) diff --git a/package.json b/package.json index 524d9177..5c95bc9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@8base/boost", - "version": "0.2.1", + "version": "0.3.0", "author": "8base", "license": "MIT", "main": "build/index.js",