Skip to content

Commit f94df26

Browse files
committed
Bitters v2.0.3
1 parent e1a95eb commit f94df26

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@ project adheres to [Semantic Versioning](http://semver.org).
77

88
Nothing at the moment.
99

10-
[unreleased]: https://github.com/thoughtbot/bitters/compare/v2.0.2...HEAD
10+
[unreleased]: https://github.com/thoughtbot/bitters/compare/v2.0.3...HEAD
11+
12+
## [2.0.3] - 2019-10-25
13+
14+
### Fixed
15+
16+
- Make button text accessible
17+
18+
### Removed
19+
20+
- Remove Bourbon modular-scale function
21+
22+
[2.0.3]: https://github.com/thoughtbot/bitters/compare/v2.0.2...v2.0.3
1123

1224
## [2.0.2] - 2019-10-08
1325

core/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bitters 2.0.2
1+
// Bitters 2.0.3
22
// https://github.com/thoughtbot/bitters
33
// Copyright 2013-2019 thoughtbot, inc.
44
// MIT License

lib/bitters/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bitters
2-
VERSION = "2.0.2"
2+
VERSION = "2.0.3"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Bitters",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Scaffold styles, variables and structure for web projects.",
55
"main": "Gulpfile.js",
66
"repository": {

0 commit comments

Comments
 (0)