From 711817c444939022db875e13856aaf46ac69a56e Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Thu, 3 Mar 2016 18:27:39 -0500 Subject: [PATCH] Bourbon v5.0.0-beta.2 --- NEWS.md | 20 ++++++++++++++++++-- bower.json | 2 +- core/_bourbon.scss | 2 +- lib/bourbon/version.rb | 2 +- package.json | 2 +- 5 files changed, 22 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 73f74522e..84f8ea3ad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,9 +3,25 @@ The noteworthy changes for each Bourbon version are included here. For a complete changelog, see the Git history for each version via the version links. -## `master` +## [5.0.0-beta.2] - March 3, 2016 -- Rails on Rails support is now 4.2+ +### Added + +- Added global settings for the `contrast-switch` mixin: + `contrast-switch-dark-color` & `contrast-switch-light-color`. + +### Changed + +- Swapped argument names `contrast-switch`; what was `$dark-color` is now + `$light-color` and what was `$light-color` is now `$dark-color`. + +### Removed + +- Dropped support for Ruby on Rails versions older than 4.2. +- Dropped support for LibSass versions older than 3.3. +- The `is-light` function is now private. + +[5.0.0-beta.2]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.1...v5.0.0.beta.2 ## [5.0.0-beta.1] - February 9, 2016 diff --git a/bower.json b/bower.json index 9504dabc3..86ea9bc2d 100644 --- a/bower.json +++ b/bower.json @@ -34,5 +34,5 @@ "type": "git", "url": "https://github.com/thoughtbot/bourbon.git" }, - "version": "5.0.0-beta.1" + "version": "5.0.0-beta.2" } diff --git a/core/_bourbon.scss b/core/_bourbon.scss index 8f9e163a8..4a698d882 100644 --- a/core/_bourbon.scss +++ b/core/_bourbon.scss @@ -1,4 +1,4 @@ -// Bourbon 5.0.0-beta.1 +// Bourbon 5.0.0-beta.2 // http://bourbon.io // Copyright 2011 thoughtbot, inc. // MIT License diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index 1b36a2b41..d9bad9268 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "5.0.0.beta.1" + VERSION = "5.0.0.beta.2" end diff --git a/package.json b/package.json index ac6ff0db7..e8787ade3 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,5 @@ "scripts": { "test": "bundle exec rake" }, - "version": "5.0.0-beta.1" + "version": "5.0.0-beta.2" }