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

Commit fbe338e

Browse files
committed
Bourbon v7.0.0
1 parent 175f86d commit fbe338e

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,29 @@ project adheres to [Semantic Versioning](http://semver.org).
55

66
## [Unreleased (`master`)][unreleased]
77

8+
Nothing at the moment.
9+
10+
[unreleased]: https://github.com/thoughtbot/bourbon/compare/v6.0.0...HEAD
11+
12+
## [7.0.0] - 2020-03-09
13+
814
### Added
915

1016
- Improved error handling of unsupported font file formats in the `font-face`
11-
mixin (supported formats are `eot`, `ttf`, `svg`, `woff2`, and `woff`).
17+
mixin (supported formats are `woff2` and `woff`).
1218
- CSS `var()` and `env()` functions are now accepted as values in the
13-
`position`, and `size` mixins.
19+
`position` and `size` mixins.
1420

15-
[unreleased]: https://github.com/thoughtbot/bourbon/compare/v6.0.0...HEAD
21+
### Changed
22+
23+
- Updated `thor` from 0.x to 1.x
24+
25+
### Removed
26+
27+
- The `font-face` mixin no longer supports `ttf`, `svg`, and `eot`
28+
font file formats.
29+
30+
[7.0.0]: https://github.com/thoughtbot/bourbon/compare/v6.0.0...v7.0.0
1631

1732
## [6.0.0] - 2019-07-10
1833

core/_bourbon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bourbon 6.0.0
1+
// Bourbon 7.0.0
22
// https://www.bourbon.io/
33
// Copyright 2011-2020 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 = "6.0.0"
2+
VERSION = "7.0.0"
33
end

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"stylelint": "npx stylelint 'core/**/*.scss'",
3838
"test": "bundle exec rake"
3939
},
40-
"version": "6.0.0"
40+
"version": "7.0.0"
4141
}

0 commit comments

Comments
 (0)