Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 26, 2018
1 parent e224483 commit dff9381
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="5.1.3"></a>
## [5.1.3](https://github.com/smooth-code/smooth-ui/compare/v5.1.2...v5.1.3) (2018-09-26)


### Bug Fixes

* **theme:** Use th() instead of const color ([#50](https://github.com/smooth-code/smooth-ui/issues/50)) ([bdb1f0d](https://github.com/smooth-code/smooth-ui/commit/bdb1f0d))





<a name="5.1.2"></a>
## [5.1.2](https://github.com/smooth-code/smooth-ui/compare/v5.1.1...v5.1.2) (2018-09-17)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.1.2",
"version": "5.1.3",
"npmClient": "yarn",
"useWorkspaces": true
}
9 changes: 9 additions & 0 deletions packages/core-em/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.1.3"></a>
## [5.1.3](https://github.com/smooth-code/smooth-ui/compare/v5.1.2...v5.1.3) (2018-09-26)

**Note:** Version bump only for package @smooth-ui/core-em





<a name="5.1.2"></a>
## [5.1.2](https://github.com/smooth-code/smooth-ui/compare/v5.1.1...v5.1.2) (2018-09-17)

Expand Down
2 changes: 1 addition & 1 deletion packages/core-em/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-ui/core-em",
"description": "Modern React UI Library",
"version": "5.1.2",
"version": "5.1.3",
"keywords": [
"emotion",
"react-emotion",
Expand Down
9 changes: 9 additions & 0 deletions packages/core-sc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.1.3"></a>
## [5.1.3](https://github.com/smooth-code/smooth-ui/compare/v5.1.2...v5.1.3) (2018-09-26)

**Note:** Version bump only for package @smooth-ui/core-sc





<a name="5.1.2"></a>
## [5.1.2](https://github.com/smooth-code/smooth-ui/compare/v5.1.1...v5.1.2) (2018-09-17)

Expand Down
2 changes: 1 addition & 1 deletion packages/core-sc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-ui/core-sc",
"description": "Modern React UI Library",
"version": "5.1.2",
"version": "5.1.3",
"keywords": [
"styled-components",
"ui",
Expand Down

0 comments on commit dff9381

Please sign in to comment.