From 06d93e15650e35818780bf4999283f0097b33b67 Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Wed, 10 Jul 2019 14:26:12 -0400 Subject: [PATCH] Bourbon v6.0.0 --- CHANGELOG.md | 11 ++++++++++- core/_bourbon.scss | 2 +- lib/bourbon/version.rb | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ad542c0..863879b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,16 @@ project adheres to [Semantic Versioning](http://semver.org). Nothing at the moment. -[unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.1.0...HEAD +[unreleased]: https://github.com/thoughtbot/bourbon/compare/v6.0.0...HEAD + +## [6.0.0] - 2019-07-10 + +### Removed + +- Installation through Bower is no longer supported. +- The sass gem (the deprecated Ruby Sass) is no longer a runtime dependency. + +[6.0.0]: https://github.com/thoughtbot/bourbon/compare/v5.1.0...v6.0.0 ## [5.1.0] - 2018-07-20 diff --git a/core/_bourbon.scss b/core/_bourbon.scss index c3dcd7d1f..1c8b48148 100644 --- a/core/_bourbon.scss +++ b/core/_bourbon.scss @@ -1,4 +1,4 @@ -// Bourbon 5.1.0 +// Bourbon 6.0.0 // https://www.bourbon.io/ // Copyright 2011-2019 thoughtbot, inc. // MIT License diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index bbc0d1141..6340a1cd6 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "5.1.0" + VERSION = "6.0.0" end diff --git a/package.json b/package.json index 126163057..8afb40ab7 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "stylelint": "npx stylelint 'core/**/*.scss'", "test": "bundle exec rake" }, - "version": "5.1.0" + "version": "6.0.0" }