From dc7ebbf5b40f7da25418c001f985ed495d297f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Fri, 27 Sep 2019 17:01:46 +0200 Subject: [PATCH] v11.1.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/core-em/CHANGELOG.md | 8 ++++++++ packages/core-em/package.json | 2 +- packages/core-sc/CHANGELOG.md | 8 ++++++++ packages/core-sc/package.json | 2 +- 6 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f8bfb87..74831bfbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.1.1](https://github.com/smooth-code/smooth-ui/compare/v11.1.0...v11.1.1) (2019-09-27) + + +### Features + +* add dark mode support ([bddd575](https://github.com/smooth-code/smooth-ui/commit/bddd575)) + + + + + ## [11.0.2](https://github.com/smooth-code/smooth-ui/compare/v11.0.1...v11.0.2) (2019-08-30) diff --git a/lerna.json b/lerna.json index 5ec668896..6a13e4262 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "11.1.0", + "version": "11.1.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core-em/CHANGELOG.md b/packages/core-em/CHANGELOG.md index 21af182ba..ad399719a 100644 --- a/packages/core-em/CHANGELOG.md +++ b/packages/core-em/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.1.1](https://github.com/smooth-code/smooth-ui/compare/v11.1.0...v11.1.1) (2019-09-27) + +**Note:** Version bump only for package @smooth-ui/core-em + + + + + ## [11.0.2](https://github.com/smooth-code/smooth-ui/compare/v11.0.1...v11.0.2) (2019-08-30) **Note:** Version bump only for package @smooth-ui/core-em diff --git a/packages/core-em/package.json b/packages/core-em/package.json index a30601f76..1f83b1592 100644 --- a/packages/core-em/package.json +++ b/packages/core-em/package.json @@ -1,7 +1,7 @@ { "name": "@smooth-ui/core-em", "description": "Modern React UI Library", - "version": "11.1.0", + "version": "11.1.1", "keywords": [ "emotion", "ui", diff --git a/packages/core-sc/CHANGELOG.md b/packages/core-sc/CHANGELOG.md index 1f84fbca7..77ce7bbad 100644 --- a/packages/core-sc/CHANGELOG.md +++ b/packages/core-sc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.1.1](https://github.com/smooth-code/smooth-ui/compare/v11.1.0...v11.1.1) (2019-09-27) + +**Note:** Version bump only for package @smooth-ui/core-sc + + + + + ## [11.0.2](https://github.com/smooth-code/smooth-ui/compare/v11.0.1...v11.0.2) (2019-08-30) **Note:** Version bump only for package @smooth-ui/core-sc diff --git a/packages/core-sc/package.json b/packages/core-sc/package.json index 63bc1f677..ae2570bd9 100644 --- a/packages/core-sc/package.json +++ b/packages/core-sc/package.json @@ -1,7 +1,7 @@ { "name": "@smooth-ui/core-sc", "description": "Modern React UI Library", - "version": "11.1.0", + "version": "11.1.1", "keywords": [ "styled-components", "ui",