diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5ca3101..a7897bd14 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.3](https://github.com/smooth-code/smooth-ui/compare/v11.1.2...v11.1.3) (2019-11-22) + + +### Features + +* enable all system on Text ([5937e59](https://github.com/smooth-code/smooth-ui/commit/5937e596ba57e2f6aed431ccf4400d896982a5d2)) + + + + + ## [11.1.2](https://github.com/smooth-code/smooth-ui/compare/v11.1.1...v11.1.2) (2019-11-22) diff --git a/lerna.json b/lerna.json index c250c507c..0cd774741 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,9 @@ { "lerna": "3.3.0", - "packages": ["packages/*"], - "version": "11.1.2", + "packages": [ + "packages/*" + ], + "version": "11.1.3", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core-em/CHANGELOG.md b/packages/core-em/CHANGELOG.md index 664ea5583..21686b9ca 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.3](https://github.com/smooth-code/smooth-ui/compare/v11.1.2...v11.1.3) (2019-11-22) + +**Note:** Version bump only for package @smooth-ui/core-em + + + + + ## [11.1.2](https://github.com/smooth-code/smooth-ui/compare/v11.1.1...v11.1.2) (2019-11-22) diff --git a/packages/core-em/package.json b/packages/core-em/package.json index 905e49435..6c1375202 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.2", + "version": "11.1.3", "keywords": [ "emotion", "ui", diff --git a/packages/core-sc/CHANGELOG.md b/packages/core-sc/CHANGELOG.md index d155ea7a1..8dbb9dcf3 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.3](https://github.com/smooth-code/smooth-ui/compare/v11.1.2...v11.1.3) (2019-11-22) + +**Note:** Version bump only for package @smooth-ui/core-sc + + + + + ## [11.1.2](https://github.com/smooth-code/smooth-ui/compare/v11.1.1...v11.1.2) (2019-11-22) diff --git a/packages/core-sc/package.json b/packages/core-sc/package.json index 368f91f3a..dc8208eda 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.2", + "version": "11.1.3", "keywords": [ "styled-components", "ui",