Skip to content

Commit

Permalink
7.2.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
setphen committed Feb 22, 2022
1 parent 589edd2 commit 5af3b53
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).

## [7.2.0] - 2022-02-22

### Changed

- Revert "Replace `/` with `math.div` per Dart Sass 2.0.0 updates."

[7.2.0]: https://github.com/thoughtbot/bourbon/compare/v7.1.0...v7.2.0

## [7.1.0] - 2022-02-22

### Changed

- Replace `/` with `math.div` per Dart Sass 2.0.0 updates.
- Replace `/` with `math.div` per Dart Sass 2.0.0 updates.

[7.1.0]: https://github.com/thoughtbot/bourbon/compare/v7.0.0...v7.1.0

Expand Down
2 changes: 1 addition & 1 deletion core/_bourbon.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bourbon 7.1.0
// Bourbon 7.2.0
// https://www.bourbon.io/
// Copyright 2011-2020 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "7.1.0"
VERSION = "7.2.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"stylelint": "npx stylelint 'core/**/*.scss'",
"test": "bundle exec rake"
},
"version": "7.1.0"
"version": "7.2.0"
}

0 comments on commit 5af3b53

Please sign in to comment.