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

Commit 6b0767c

Browse files
committed
v6.0.2
1 parent a214b18 commit 6b0767c

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.2](https://github.com/smooth-code/smooth-ui/compare/v6.0.1...v6.0.2) (2018-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* correctly apply system ([49e975d](https://github.com/smooth-code/smooth-ui/commit/49e975d))
12+
* **emotion:** fix css & styled function with babel-plugin-emotion ([a214b18](https://github.com/smooth-code/smooth-ui/commit/a214b18))
13+
* **emotion:** fix css function ([29448df](https://github.com/smooth-code/smooth-ui/commit/29448df))
14+
15+
16+
17+
18+
619
## [6.0.1](https://github.com/smooth-code/smooth-ui/compare/v6.0.0...v6.0.1) (2018-10-17)
720

821

β€Ž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": "6.0.1",
6+
"version": "6.0.2",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

β€Žpackages/core-em/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/smooth-code/smooth-ui/compare/v6.0.1...v6.0.2) (2018-10-17)
7+
8+
**Note:** Version bump only for package @smooth-ui/core-em
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/smooth-code/smooth-ui/compare/v6.0.0...v6.0.1) (2018-10-17)
715

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

β€Ž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": "6.0.1",
4+
"version": "6.0.2",
55
"keywords": [
66
"emotion",
77
"react-emotion",

β€Žpackages/core-sc/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/smooth-code/smooth-ui/compare/v6.0.1...v6.0.2) (2018-10-17)
7+
8+
**Note:** Version bump only for package @smooth-ui/core-sc
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/smooth-code/smooth-ui/compare/v6.0.0...v6.0.1) (2018-10-17)
715

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

β€Ž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": "6.0.1",
4+
"version": "6.0.2",
55
"keywords": [
66
"styled-components",
77
"ui",

0 commit comments

Comments
Β (0)