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 33All notable changes to this project will be documented in this file. This
44project 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
Original file line number Diff line number Diff line change 1- // Bourbon 7.1 .0
1+ // Bourbon 7.2 .0
22// https://www.bourbon.io/
33// Copyright 2011-2020 thoughtbot, inc.
44// MIT License
Original file line number Diff line number Diff line change 11module Bourbon
2- VERSION = "7.1 .0"
2+ VERSION = "7.2 .0"
33end
Original file line number Diff line number Diff line change 3737 "stylelint" : " npx stylelint 'core/**/*.scss'" ,
3838 "test" : " bundle exec rake"
3939 },
40- "version" : " 7.1 .0"
40+ "version" : " 7.2 .0"
4141}
You can’t perform that action at this time.
0 commit comments