Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 06d93e1

Browse files
committed
Bourbon v6.0.0
1 parent b2074cd commit 06d93e1

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

88
Nothing 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

core/_bourbon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bourbon 5.1.0
1+
// Bourbon 6.0.0
22
// https://www.bourbon.io/
33
// Copyright 2011-2019 thoughtbot, inc.
44
// MIT License

lib/bourbon/version.rb

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"stylelint": "npx stylelint 'core/**/*.scss'",
3636
"test": "bundle exec rake"
3737
},
38-
"version": "5.1.0"
38+
"version": "6.0.0"
3939
}

0 commit comments

Comments
 (0)