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

Commit 4d79400

Browse files
committed
v6.0.0
1 parent 0db984b commit 4d79400

File tree

6 files changed

+71
-3
lines changed

6 files changed

+71
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/smooth-code/smooth-ui/compare/v5.1.3...v6.0.0) (2018-10-17)
7+
8+
9+
### Features
10+
11+
* expose cx & keyframes from emotion ([c226981](https://github.com/smooth-code/smooth-ui/commit/c226981))
12+
* flatten style & remove classNames ([34dd3fc](https://github.com/smooth-code/smooth-ui/commit/34dd3fc))
13+
* select now accepts children instead of options ([1a26480](https://github.com/smooth-code/smooth-ui/commit/1a26480)), closes [#60](https://github.com/smooth-code/smooth-ui/issues/60)
14+
* support styled-components v4 ([b25675a](https://github.com/smooth-code/smooth-ui/commit/b25675a))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* - styled-components v4 is required
20+
- `.extend` has been removed, please use `styled()` instead
21+
- `component` prop has been removed, please use `as` instead
22+
* A lot of classes have been removed.
23+
24+
Introduced a new default size "md".
25+
26+
27+
28+
29+
630
<a name="5.1.3"></a>
731
## [5.1.3](https://github.com/smooth-code/smooth-ui/compare/v5.1.2...v5.1.3) (2018-09-26)
832

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.1.3",
6+
"version": "6.0.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/core-em/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/smooth-code/smooth-ui/compare/v5.1.3...v6.0.0) (2018-10-17)
7+
8+
9+
### Features
10+
11+
* flatten style & remove classNames ([34dd3fc](https://github.com/smooth-code/smooth-ui/commit/34dd3fc))
12+
* support styled-components v4 ([b25675a](https://github.com/smooth-code/smooth-ui/commit/b25675a))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* - styled-components v4 is required
18+
- `.extend` has been removed, please use `styled()` instead
19+
- `component` prop has been removed, please use `as` instead
20+
* A lot of classes have been removed.
21+
22+
Introduced a new default size "md".
23+
24+
25+
26+
27+
628
<a name="5.1.3"></a>
729
## [5.1.3](https://github.com/smooth-code/smooth-ui/compare/v5.1.2...v5.1.3) (2018-09-26)
830

packages/core-em/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/core-em",
33
"description": "Modern React UI Library",
4-
"version": "5.1.3",
4+
"version": "6.0.0",
55
"keywords": [
66
"emotion",
77
"react-emotion",

packages/core-sc/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/smooth-code/smooth-ui/compare/v5.1.3...v6.0.0) (2018-10-17)
7+
8+
9+
### Features
10+
11+
* flatten style & remove classNames ([34dd3fc](https://github.com/smooth-code/smooth-ui/commit/34dd3fc))
12+
* support styled-components v4 ([b25675a](https://github.com/smooth-code/smooth-ui/commit/b25675a))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* - styled-components v4 is required
18+
- `.extend` has been removed, please use `styled()` instead
19+
- `component` prop has been removed, please use `as` instead
20+
* A lot of classes have been removed.
21+
22+
Introduced a new default size "md".
23+
24+
25+
26+
27+
628
<a name="5.1.3"></a>
729
## [5.1.3](https://github.com/smooth-code/smooth-ui/compare/v5.1.2...v5.1.3) (2018-09-26)
830

packages/core-sc/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/core-sc",
33
"description": "Modern React UI Library",
4-
"version": "5.1.3",
4+
"version": "6.0.0",
55
"keywords": [
66
"styled-components",
77
"ui",

0 commit comments

Comments
 (0)