From 73576e4efaad2c6fb0fcf682dc4de0e93c9e9358 Mon Sep 17 00:00:00 2001 From: Will H McMahan Date: Thu, 8 Dec 2016 14:37:16 -0500 Subject: [PATCH] Neat v2.0.0-beta.2 --- CHANGELOG.md | 5 ++++- bower.json | 2 +- core/_neat.scss | 2 +- lib/neat/version.rb | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00eece8..316e49a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,14 @@ project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] +## [2.0.0.beta.2] + ### Added - Added `grid-visual` to show visual grid guides - Added ltr/rtl support -## Removed +### Removed - Removed `node-sass` dependency from `package.json` @@ -302,6 +304,7 @@ 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 +[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 [2.0.0.alpha.0]: https://github.com/thoughtbot/neat/compare/v1.8.0...v2.0.0.alpha.0 diff --git a/bower.json b/bower.json index cfd9f352..80afdf20 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "neat", "description": "A lightweight, semantic grid framework built with Bourbon", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "main": "core/_neat.scss", "license": "MIT", "ignore": [ diff --git a/core/_neat.scss b/core/_neat.scss index 23375436..bce8f29e 100644 --- a/core/_neat.scss +++ b/core/_neat.scss @@ -1,5 +1,5 @@ @charset "UTF-8"; -// Neat 2.0.0-beta.1 +// Neat 2.0.0-beta.2 // http://neat.bourbon.io // Copyright 2012 thoughtbot, inc. // MIT License diff --git a/lib/neat/version.rb b/lib/neat/version.rb index 5bfcf8bd..282595e1 100644 --- a/lib/neat/version.rb +++ b/lib/neat/version.rb @@ -1,3 +1,3 @@ module Neat - VERSION = "2.0.0.beta.1" + VERSION = "2.0.0.beta.2" end diff --git a/package.json b/package.json index 680c00ce..0a417bbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bourbon-neat", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "description": "A lightweight, semantic grid framework built with Bourbon", "keywords": [ "columns",