This repository was archived by the owner on Sep 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,16 @@ project adheres to [Semantic Versioning](http://semver.org).
77
88Nothing at the moment.
99
10- [ unreleased ] : https://github.com/thoughtbot/bourbon/compare/v5.1.0...HEAD
10+ [ unreleased ] : https://github.com/thoughtbot/bourbon/compare/v6.0.0...HEAD
11+
12+ ## [ 6.0.0] - 2019-07-10
13+
14+ ### Removed
15+
16+ - Installation through Bower is no longer supported.
17+ - The sass gem (the deprecated Ruby Sass) is no longer a runtime dependency.
18+
19+ [ 6.0.0 ] : https://github.com/thoughtbot/bourbon/compare/v5.1.0...v6.0.0
1120
1221## [ 5.1.0] - 2018-07-20
1322
Original file line number Diff line number Diff line change 1- // Bourbon 5.1 .0
1+ // Bourbon 6.0 .0
22// https://www.bourbon.io/
33// Copyright 2011-2019 thoughtbot, inc.
44// MIT License
Original file line number Diff line number Diff line change 11module Bourbon
2- VERSION = "5.1 .0"
2+ VERSION = "6.0 .0"
33end
Original file line number Diff line number Diff line change 3535 "stylelint" : " npx stylelint 'core/**/*.scss'" ,
3636 "test" : " bundle exec rake"
3737 },
38- "version" : " 5.1 .0"
38+ "version" : " 6.0 .0"
3939}
You can’t perform that action at this time.
0 commit comments