This repository was archived by the owner on Sep 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This
4
4
project adheres to [ Semantic Versioning] ( http://semver.org ) .
5
5
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
+
6
14
## [ 7.1.0] - 2022-02-22
7
15
8
16
### Changed
9
17
10
- - Replace ` / ` with ` math.div ` per Dart Sass 2.0.0 updates.
18
+ - Replace ` / ` with ` math.div ` per Dart Sass 2.0.0 updates.
11
19
12
20
[ 7.1.0 ] : https://github.com/thoughtbot/bourbon/compare/v7.0.0...v7.1.0
13
21
Original file line number Diff line number Diff line change 1
- // Bourbon 7.1 .0
1
+ // Bourbon 7.2 .0
2
2
// https://www.bourbon.io/
3
3
// Copyright 2011-2020 thoughtbot, inc.
4
4
// MIT License
Original file line number Diff line number Diff line change 1
1
module Bourbon
2
- VERSION = "7.1 .0"
2
+ VERSION = "7.2 .0"
3
3
end
Original file line number Diff line number Diff line change 37
37
"stylelint" : " npx stylelint 'core/**/*.scss'" ,
38
38
"test" : " bundle exec rake"
39
39
},
40
- "version" : " 7.1 .0"
40
+ "version" : " 7.2 .0"
41
41
}
You can’t perform that action at this time.
0 commit comments