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

Commit ee4c0d5

Browse files
committed
chore(release): 5.1.0
1 parent a194858 commit ee4c0d5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="5.1.0"></a>
6+
# [5.1.0](https://github.com/smooth-code/smooth-ui/compare/v5.0.0...v5.1.0) (2018-09-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **emotion:** fix `.extend` behaviour using emotion ([0eaad36](https://github.com/smooth-code/smooth-ui/commit/0eaad36)), closes [#29](https://github.com/smooth-code/smooth-ui/issues/29)
12+
* **Modal:** fix warning about ref ([563354c](https://github.com/smooth-code/smooth-ui/commit/563354c))
13+
14+
15+
### Features
16+
17+
* deprecate "component" in favor of "as" ([c065d09](https://github.com/smooth-code/smooth-ui/commit/c065d09)), closes [#33](https://github.com/smooth-code/smooth-ui/issues/33)
18+
* **a11y:** support "prefers-reduce-motion" ([a76d417](https://github.com/smooth-code/smooth-ui/commit/a76d417)), closes [#39](https://github.com/smooth-code/smooth-ui/issues/39)
19+
20+
21+
### Performance Improvements
22+
23+
* add "sideEffects: false" in package.json ([f9acb75](https://github.com/smooth-code/smooth-ui/commit/f9acb75))
24+
25+
26+
527
<a name="4.3.2"></a>
628
## [4.3.2](https://github.com/smooth-code/smooth-ui/compare/v4.3.1...v4.3.2) (2018-09-03)
729

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smooth-ui",
33
"description": "React Components library based on Styled Components",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"keywords": [
66
"styled-components",
77
"ui",

0 commit comments

Comments
 (0)