Skip to content

Commit

Permalink
Bourbon v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jul 20, 2018
1 parent 0f89bcf commit 3b0f9f4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,7 +7,19 @@ project adheres to [Semantic Versioning](http://semver.org).

Nothing at the moment.

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

## [5.1.0] - 2018-07-20

### Added

- `$font-stack-system` now includes the `system-ui` value.

### Changed

- The `_gamma` function will use a `pow` function, if available.

[5.1.0]: https://github.com/thoughtbot/bourbon/compare/v5.0.1...v5.1.0

## [5.0.1] - 2018-06-08

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -35,5 +35,5 @@
"type": "git",
"url": "https://github.com/thoughtbot/bourbon.git"
},
"version": "5.0.1"
"version": "5.1.0"
}
2 changes: 1 addition & 1 deletion core/_bourbon.scss
@@ -1,4 +1,4 @@
// Bourbon 5.0.1
// Bourbon 5.1.0
// https://www.bourbon.io/
// Copyright 2011-2018 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "5.0.1"
VERSION = "5.1.0"
end
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,5 +30,5 @@
"scripts": {
"test": "bundle exec rake"
},
"version": "5.0.1"
"version": "5.1.0"
}

0 comments on commit 3b0f9f4

Please sign in to comment.