From c3551e46f41738681216a7f957bc88bc79155b16 Mon Sep 17 00:00:00 2001 From: Elisa Verna Date: Mon, 23 Jan 2023 14:16:25 -0600 Subject: [PATCH] Boubon v7.3.0 (#1118) --- .tool-versions | 2 -- CHANGELOG.md | 5 +++++ core/_bourbon.scss | 2 +- lib/bourbon/version.rb | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 .tool-versions diff --git a/.tool-versions b/.tool-versions deleted file mode 100644 index d75bec84..00000000 --- a/.tool-versions +++ /dev/null @@ -1,2 +0,0 @@ -ruby 2.7.6 -nodejs 12.16.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e20f727a..0369551b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/core/_bourbon.scss b/core/_bourbon.scss index 7d207e95..c3697935 100644 --- a/core/_bourbon.scss +++ b/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 diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index 22f78cf3..37ad7a58 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "7.2.0" + VERSION = "7.3.0".freeze end diff --git a/package.json b/package.json index aaaf30d5..73e9182c 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,5 @@ "stylelint": "npx stylelint 'core/**/*.scss'", "test": "bundle exec rake" }, - "version": "7.2.0" + "version": "7.3.0" }