From: Jeremy Thomas Date: Wed, 29 Jun 2016 23:14:23 +0000 (+0100) Subject: Push 0.1.0 RC X-Git-Tag: 0.1.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd25b51c59fb9eafa8057850eb1045018cd5f523;p=thirdparty%2Fbulma.git Push 0.1.0 RC --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b05ed9323..5a380f42a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Bulma Changelog +## 0.1.0 + +* Fix #227 +* Fix #232 +* Fix #242 +* Fix #243 +* Fix #228 +* Fix #245 +* Fix #246 + ## 0.0.28 * BREAKING: `.control.is-grouped` now uses `.control` elements as direct children diff --git a/bower.json b/bower.json index f58fd43ee..372f1d71c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.0.28", + "version": "0.1.0", "homepage": "http://bulma.io", "authors": [ "jgthms " diff --git a/package.json b/package.json index 7a467f8f1..53eae5d2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.0.28", + "version": "0.1.0", "homepage": "http://bulma.io", "author": "jgthms ", "description": "Modern CSS framework based on Flexbox",