From 72949334c909614682e6b70b6fb46fa2b4bb4178 Mon Sep 17 00:00:00 2001 From: Will H McMahan Date: Fri, 17 Feb 2017 15:36:52 -0500 Subject: [PATCH] Neat v2.0.0 --- CHANGELOG.md | 14 ++++++++++++-- bower.json | 2 +- core/_neat.scss | 2 +- lib/neat/version.rb | 2 +- package.json | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 316e49a0..90edcf72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] +Nothing at the moment. + +## [2.0.0] + +### Fixed + +- Custom grids inherit undefined properties from global `$neat-grid` +- Fixed instillation from CLI +- Remove float property from `grid-collapse` + ## [2.0.0.beta.2] ### Added @@ -77,7 +87,6 @@ project adheres to [Semantic Versioning](http://semver.org). - `$visual-grid-index` has been removed - `$visual-grid-opacity` has been removed - ## 1.8.0 - 2016-06-21 ### Added @@ -303,7 +312,8 @@ project adheres to [Semantic Versioning](http://semver.org). - Initial release -[Unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.1...neat-2.0.0 +[Unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.2...v2.0.0 [2.0.0.beta.2]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.1...v2.0.0.beta.2 [2.0.0.beta.1]: https://github.com/thoughtbot/neat/compare/v2.0.0.alpha.1...v2.0.0.beta.1 [2.0.0.alpha.1]: https://github.com/thoughtbot/neat/compare/v2.0.0.alpha.0...v2.0.0.alpha.1 diff --git a/bower.json b/bower.json index 14e1fc7e..985f172e 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "neat", "description": "A lightweight, semantic grid framework", - "version": "2.0.0-beta.2", + "version": "2.0.0", "main": "core/_neat.scss", "license": "MIT", "ignore": [ diff --git a/core/_neat.scss b/core/_neat.scss index 08e86a4e..9fbd3636 100644 --- a/core/_neat.scss +++ b/core/_neat.scss @@ -1,5 +1,5 @@ @charset "UTF-8"; -// Neat 2.0.0-beta.2 +// Neat 2.0.0 // http://neat.bourbon.io // Copyright 2012 thoughtbot, inc. // MIT License diff --git a/lib/neat/version.rb b/lib/neat/version.rb index 282595e1..8163558c 100644 --- a/lib/neat/version.rb +++ b/lib/neat/version.rb @@ -1,3 +1,3 @@ module Neat - VERSION = "2.0.0.beta.2" + VERSION = "2.0.0" end diff --git a/package.json b/package.json index a134b005..a8273ea1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bourbon-neat", - "version": "2.0.0-beta.2", + "version": "2.0.0", "description": "A lightweight, semantic grid framework", "keywords": [ "columns",