Skip to content

Commit

Permalink
Bitters v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranking committed Oct 25, 2019
1 parent e1a95eb commit f94df26
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ project adheres to [Semantic Versioning](http://semver.org).

Nothing at the moment.

[unreleased]: https://github.com/thoughtbot/bitters/compare/v2.0.2...HEAD
[unreleased]: https://github.com/thoughtbot/bitters/compare/v2.0.3...HEAD

## [2.0.3] - 2019-10-25

### Fixed

- Make button text accessible

### Removed

- Remove Bourbon modular-scale function

[2.0.3]: https://github.com/thoughtbot/bitters/compare/v2.0.2...v2.0.3

## [2.0.2] - 2019-10-08

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 2.0.2
// Bitters 2.0.3
// https://github.com/thoughtbot/bitters
// Copyright 2013-2019 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 = "2.0.2"
VERSION = "2.0.3"
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": "2.0.2",
"version": "2.0.3",
"description": "Scaffold styles, variables and structure for web projects.",
"main": "Gulpfile.js",
"repository": {
Expand Down

0 comments on commit f94df26

Please sign in to comment.