From 0c6478392d66dd955bbb1eea217d819698ead1fa Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Tue, 3 Mar 2020 14:45:38 -0500 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb2411..3542b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased (`master`)][unreleased] +Nothing at the moment. + +[unreleased]: https://github.com/thoughtbot/design-system/compare/v0.6.0...HEAD + +## [0.6.0] - 2020-03-03 + ### Added - Added more brand color variables, to match our @@ -25,7 +31,7 @@ project adheres to [Semantic Versioning](http://semver.org). - `$tbds-brand-gray` is now `$tbds-brand-gray-dark`. - The value of `$tbds-brand-blue` is now `#2e52e4`. -[unreleased]: https://github.com/thoughtbot/design-system/compare/v0.5.0...HEAD +[0.6.0]: https://github.com/thoughtbot/design-system/compare/v0.5.0...v0.6.0 [brand-guidelines]: https://thoughtbot.com/playbook/our-company/brand/colors ## [0.5.0] - 2019-09-19 diff --git a/package-lock.json b/package-lock.json index ffc3aa9..3080b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@thoughtbot/design-system", - "version": "0.4.0", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7fd2139..e8953da 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,5 @@ "scripts": { "stylelint": "npx stylelint 'src/**/*.scss'" }, - "version": "0.5.0" + "version": "0.6.0" }