diff --git a/CHANGELOG.md b/CHANGELOG.md index b733c2653..af9aa8db0 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. +## [9.0.1](https://github.com/smooth-code/smooth-ui/compare/v9.0.0...v9.0.1) (2019-02-04) + + +### Bug Fixes + +* augment system specificity ([f6aace4](https://github.com/smooth-code/smooth-ui/commit/f6aace4)) + + + + + # [9.0.0](https://github.com/smooth-code/smooth-ui/compare/v8.1.0...v9.0.0) (2019-02-04) diff --git a/lerna.json b/lerna.json index 1c849490e..d0109d875 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "9.0.0", + "version": "9.0.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core-em/CHANGELOG.md b/packages/core-em/CHANGELOG.md index 1ba440af2..7fd3bef50 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. +## [9.0.1](https://github.com/smooth-code/smooth-ui/compare/v9.0.0...v9.0.1) (2019-02-04) + +**Note:** Version bump only for package @smooth-ui/core-em + + + + + # [9.0.0](https://github.com/smooth-code/smooth-ui/compare/v8.1.0...v9.0.0) (2019-02-04) diff --git a/packages/core-em/package.json b/packages/core-em/package.json index 2876d2277..53e91cc7f 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": "9.0.0", + "version": "9.0.1", "keywords": [ "emotion", "ui", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@smooth-ui/system": "^9.0.0", + "@smooth-ui/system": "^9.0.1", "polished": "^2.3.3", "prop-types": "^15.6.2", "react-focus-lock": "^1.17.7", diff --git a/packages/core-sc/CHANGELOG.md b/packages/core-sc/CHANGELOG.md index c09098959..589626fac 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. +## [9.0.1](https://github.com/smooth-code/smooth-ui/compare/v9.0.0...v9.0.1) (2019-02-04) + +**Note:** Version bump only for package @smooth-ui/core-sc + + + + + # [9.0.0](https://github.com/smooth-code/smooth-ui/compare/v8.1.0...v9.0.0) (2019-02-04) diff --git a/packages/core-sc/package.json b/packages/core-sc/package.json index 3ad4fe9f1..cd830dcaa 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": "9.0.0", + "version": "9.0.1", "keywords": [ "styled-components", "ui", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@smooth-ui/system": "^9.0.0", + "@smooth-ui/system": "^9.0.1", "polished": "^2.3.3", "prop-types": "^15.6.2", "react-focus-lock": "^1.17.7", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 21674a742..616fa3450 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/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. +## [9.0.1](https://github.com/smooth-code/smooth-ui/compare/v9.0.0...v9.0.1) (2019-02-04) + +**Note:** Version bump only for package @smooth-ui/system + + + + + # [9.0.0](https://github.com/smooth-code/smooth-ui/compare/v8.1.0...v9.0.0) (2019-02-04) diff --git a/packages/system/package.json b/packages/system/package.json index 6b6367d5e..390b533b0 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": "9.0.0", + "version": "9.0.1", "keywords": [ "emotion", "styled-components",