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

Commit c3551e4

Browse files
authored
Boubon v7.3.0 (#1118)
1 parent 42459f6 commit c3551e4

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Diff for: .tool-versions

-2
This file was deleted.

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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.3.0] - 2023-01-20
7+
8+
## Changed
9+
- Update initializers so they only include assets for >=Rails 5. [https://github.com/thoughtbot/bourbon/pull/1109/](https://github.com/thoughtbot/bourbon/pull/1109/files)
10+
611
## [7.2.0] - 2022-02-22
712

813
### Changed

Diff for: core/_bourbon.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bourbon 7.2.0
1+
// Bourbon 7.3.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.2.0"
2+
VERSION = "7.3.0".freeze
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.2.0"
40+
"version": "7.3.0"
4141
}

0 commit comments

Comments
 (0)