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

Commit 5af3b53

Browse files
committed
7.2.0 changelog
1 parent 589edd2 commit 5af3b53

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@
33
All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org).
55

6+
## [7.2.0] - 2022-02-22
7+
8+
### Changed
9+
10+
- Revert "Replace `/` with `math.div` per Dart Sass 2.0.0 updates."
11+
12+
[7.2.0]: https://github.com/thoughtbot/bourbon/compare/v7.1.0...v7.2.0
13+
614
## [7.1.0] - 2022-02-22
715

816
### Changed
917

10-
- Replace `/` with `math.div` per Dart Sass 2.0.0 updates.
18+
- Replace `/` with `math.div` per Dart Sass 2.0.0 updates.
1119

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

Diff for: core/_bourbon.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bourbon 7.1.0
1+
// Bourbon 7.2.0
22
// https://www.bourbon.io/
33
// Copyright 2011-2020 thoughtbot, inc.
44
// MIT License

Diff for: lib/bourbon/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bourbon
2-
VERSION = "7.1.0"
2+
VERSION = "7.2.0"
33
end

Diff for: package.json

+1-1
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": "7.1.0"
40+
"version": "7.2.0"
4141
}

0 commit comments

Comments
 (0)