From b585cd1c6de8a8e396a2fc1b8e75c91173401dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Tue, 9 Apr 2019 17:14:57 +0200 Subject: [PATCH] v10.0.6 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/core-em/CHANGELOG.md | 8 ++++++++ packages/core-em/package.json | 4 ++-- packages/core-sc/CHANGELOG.md | 8 ++++++++ packages/core-sc/package.json | 4 ++-- packages/system/CHANGELOG.md | 11 +++++++++++ packages/system/package.json | 2 +- 8 files changed, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a69f055..6a1daf657 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. +## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09) + + +### Bug Fixes + +* fix down & between behaviour ([86f642b](https://github.com/smooth-code/smooth-ui/commit/86f642b)) + + + + + ## [10.0.5](https://github.com/smooth-code/smooth-ui/compare/v10.0.4...v10.0.5) (2019-04-09) diff --git a/lerna.json b/lerna.json index ffe4f86ee..d42213f9c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "10.0.5", + "version": "10.0.6", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core-em/CHANGELOG.md b/packages/core-em/CHANGELOG.md index a01c0cb0d..09547df1d 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. +## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09) + +**Note:** Version bump only for package @smooth-ui/core-em + + + + + ## [10.0.5](https://github.com/smooth-code/smooth-ui/compare/v10.0.4...v10.0.5) (2019-04-09) **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 dfe69983c..b7cfc1ed0 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": "10.0.5", + "version": "10.0.6", "keywords": [ "emotion", "ui", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@smooth-ui/system": "^10.0.5", + "@smooth-ui/system": "^10.0.6", "polished": "^3.0.3", "popper.js": "^1.14.7", "prop-types": "^15.7.2", diff --git a/packages/core-sc/CHANGELOG.md b/packages/core-sc/CHANGELOG.md index 3b76b9fdc..313f64a62 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. +## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09) + +**Note:** Version bump only for package @smooth-ui/core-sc + + + + + ## [10.0.5](https://github.com/smooth-code/smooth-ui/compare/v10.0.4...v10.0.5) (2019-04-09) **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 185ee5001..46e6bd136 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": "10.0.5", + "version": "10.0.6", "keywords": [ "styled-components", "ui", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@smooth-ui/system": "^10.0.5", + "@smooth-ui/system": "^10.0.6", "polished": "^3.0.3", "popper.js": "^1.14.7", "prop-types": "^15.7.2", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index ed539d6f5..84bd19dcb 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/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. +## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09) + + +### Bug Fixes + +* fix down & between behaviour ([86f642b](https://github.com/smooth-code/smooth-ui/commit/86f642b)) + + + + + ## [10.0.5](https://github.com/smooth-code/smooth-ui/compare/v10.0.4...v10.0.5) (2019-04-09) **Note:** Version bump only for package @smooth-ui/system diff --git a/packages/system/package.json b/packages/system/package.json index d448c4f9e..6624efe93 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,7 +1,7 @@ { "name": "@smooth-ui/system", "description": "Modern style system for styled-components & emotion.", - "version": "10.0.5", + "version": "10.0.6", "keywords": [ "emotion", "styled-components",