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",