Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Bourbon v5.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Mar 3, 2016
1 parent 43e5a90 commit 711817c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
20 changes: 18 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion core/_bourbon.scss
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "5.0.0.beta.1"
VERSION = "5.0.0.beta.2"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"scripts": {
"test": "bundle exec rake"
},
"version": "5.0.0-beta.1"
"version": "5.0.0-beta.2"
}

0 comments on commit 711817c

Please sign in to comment.