Skip to content

Commit

Permalink
Boubon v7.3.0 (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
elisuh committed Jan 23, 2023
1 parent 42459f6 commit c3551e4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .tool-versions

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).

## [7.3.0] - 2023-01-20

## Changed
- 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)

## [7.2.0] - 2022-02-22

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

0 comments on commit c3551e4

Please sign in to comment.