Skip to content

Commit

Permalink
Bourbon v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jul 10, 2019
1 parent b2074cd commit 06d93e1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,7 +7,16 @@ project adheres to [Semantic Versioning](http://semver.org).

Nothing at the moment.

[unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.1.0...HEAD
[unreleased]: https://github.com/thoughtbot/bourbon/compare/v6.0.0...HEAD

## [6.0.0] - 2019-07-10

### Removed

- Installation through Bower is no longer supported.
- The sass gem (the deprecated Ruby Sass) is no longer a runtime dependency.

[6.0.0]: https://github.com/thoughtbot/bourbon/compare/v5.1.0...v6.0.0

## [5.1.0] - 2018-07-20

Expand Down
2 changes: 1 addition & 1 deletion core/_bourbon.scss
@@ -1,4 +1,4 @@
// Bourbon 5.1.0
// Bourbon 6.0.0
// https://www.bourbon.io/
// Copyright 2011-2019 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "5.1.0"
VERSION = "6.0.0"
end
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,5 +35,5 @@
"stylelint": "npx stylelint 'core/**/*.scss'",
"test": "bundle exec rake"
},
"version": "5.1.0"
"version": "6.0.0"
}

0 comments on commit 06d93e1

Please sign in to comment.