Skip to content

Commit

Permalink
Bourbon v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Mar 9, 2020
1 parent 175f86d commit fbe338e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Expand Up @@ -5,14 +5,29 @@ project adheres to [Semantic Versioning](http://semver.org).

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

Nothing at the moment.

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

## [7.0.0] - 2020-03-09

### Added

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

[unreleased]: https://github.com/thoughtbot/bourbon/compare/v6.0.0...HEAD
### Changed

- Updated `thor` from 0.x to 1.x

### Removed

- The `font-face` mixin no longer supports `ttf`, `svg`, and `eot`
font file formats.

[7.0.0]: https://github.com/thoughtbot/bourbon/compare/v6.0.0...v7.0.0

## [6.0.0] - 2019-07-10

Expand Down
2 changes: 1 addition & 1 deletion core/_bourbon.scss
@@ -1,4 +1,4 @@
// Bourbon 6.0.0
// Bourbon 7.0.0
// https://www.bourbon.io/
// Copyright 2011-2020 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "6.0.0"
VERSION = "7.0.0"
end
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,5 +37,5 @@
"stylelint": "npx stylelint 'core/**/*.scss'",
"test": "bundle exec rake"
},
"version": "6.0.0"
"version": "7.0.0"
}

0 comments on commit fbe338e

Please sign in to comment.