Skip to content

Commit

Permalink
Bitters v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Feb 5, 2018
1 parent 03943d7 commit a5ade9c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased (`master`)][unreleased]

Nothing at the moment.

[unreleased]: https://github.com/thoughtbot/bitters/compare/v1.8.0...HEAD

## [1.8.0] - 2018-02-05

### Added

- Added `$_form-background-color` for setting the `background-color` of text
Expand All @@ -23,7 +29,7 @@ project adheres to [Semantic Versioning](http://semver.org).
- `$secondary-background-color` has been removed (it was not used for setting
any values. ([#296])

[unreleased]: https://github.com/thoughtbot/bitters/compare/v1.7.0...HEAD
[1.8.0]: https://github.com/thoughtbot/bitters/compare/v1.7.0...v1.8.0
[#296]: https://github.com/thoughtbot/bitters/pull/296
[#299]: https://github.com/thoughtbot/bitters/pull/299

Expand Down
2 changes: 1 addition & 1 deletion core/_base.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bitters 1.7.0
// Bitters 1.8.0
// http://bitters.bourbon.io
// Copyright 2013-2017 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bitters/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bitters
VERSION = "1.7.0"
VERSION = "1.8.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bitters",
"version": "1.7.0",
"version": "1.8.0",
"description": "Scaffold styles, variables and structure for Bourbon projects.",
"main": "Gulpfile.js",
"repository": {
Expand Down

0 comments on commit a5ade9c

Please sign in to comment.