diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c238869c..bf87cae20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17) + + +### Bug Fixes + +* **system:** fix issue with space utilities ([#97](https://github.com/smooth-code/smooth-ui/issues/97)) ([192a3aa](https://github.com/smooth-code/smooth-ui/commit/192a3aa)) +* **types:** replace TS definition globalStyle by Normalize ([#95](https://github.com/smooth-code/smooth-ui/issues/95)) ([ea162a3](https://github.com/smooth-code/smooth-ui/commit/ea162a3)) + + + + + # [8.0.0](https://github.com/smooth-code/smooth-ui/compare/v7.1.1...v8.0.0) (2019-01-16) diff --git a/lerna.json b/lerna.json index 934ed30be..4fa4133b7 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "8.0.0", + "version": "8.0.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core-em/CHANGELOG.md b/packages/core-em/CHANGELOG.md index 491b19d19..f6ee9ae19 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. +## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17) + +**Note:** Version bump only for package @smooth-ui/core-em + + + + + # [8.0.0](https://github.com/smooth-code/smooth-ui/compare/v7.1.1...v8.0.0) (2019-01-16) diff --git a/packages/core-em/package.json b/packages/core-em/package.json index 92ff02706..7e112d7d6 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": "8.0.0", + "version": "8.0.1", "keywords": [ "emotion", "ui", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@smooth-ui/system": "^8.0.0", + "@smooth-ui/system": "^8.0.1", "polished": "^2.3.3", "prop-types": "^15.6.2", "react-focus-lock": "^1.17.6", diff --git a/packages/core-sc/CHANGELOG.md b/packages/core-sc/CHANGELOG.md index 0c0d777de..981fdb5b0 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. +## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17) + +**Note:** Version bump only for package @smooth-ui/core-sc + + + + + # [8.0.0](https://github.com/smooth-code/smooth-ui/compare/v7.1.1...v8.0.0) (2019-01-16) diff --git a/packages/core-sc/package.json b/packages/core-sc/package.json index 85472468f..2e337cae9 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": "8.0.0", + "version": "8.0.1", "keywords": [ "styled-components", "ui", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@smooth-ui/system": "^8.0.0", + "@smooth-ui/system": "^8.0.1", "polished": "^2.3.3", "prop-types": "^15.6.2", "react-focus-lock": "^1.17.6", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 7d73a634a..94ae49d42 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. +## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17) + + +### Bug Fixes + +* **system:** fix issue with space utilities ([#97](https://github.com/smooth-code/smooth-ui/issues/97)) ([192a3aa](https://github.com/smooth-code/smooth-ui/commit/192a3aa)) + + + + + # [8.0.0](https://github.com/smooth-code/smooth-ui/compare/v7.1.1...v8.0.0) (2019-01-16) diff --git a/packages/system/package.json b/packages/system/package.json index e5013a604..93fff1ab4 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": "8.0.0", + "version": "8.0.1", "keywords": [ "emotion", "styled-components",