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

Commit b9a2e0c

Browse files
committed
v8.0.1
1 parent 192a3aa commit b9a2e0c

File tree

8 files changed

+45
-6
lines changed

8 files changed

+45
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **system:** fix issue with space utilities ([#97](https://github.com/smooth-code/smooth-ui/issues/97)) ([192a3aa](https://github.com/smooth-code/smooth-ui/commit/192a3aa))
12+
* **types:** replace TS definition globalStyle by Normalize ([#95](https://github.com/smooth-code/smooth-ui/issues/95)) ([ea162a3](https://github.com/smooth-code/smooth-ui/commit/ea162a3))
13+
14+
15+
16+
17+
618
# [8.0.0](https://github.com/smooth-code/smooth-ui/compare/v7.1.1...v8.0.0) (2019-01-16)
719

820

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": "8.0.0",
6+
"version": "8.0.1",
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+
## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17)
7+
8+
**Note:** Version bump only for package @smooth-ui/core-em
9+
10+
11+
12+
13+
614
# [8.0.0](https://github.com/smooth-code/smooth-ui/compare/v7.1.1...v8.0.0) (2019-01-16)
715

816

packages/core-em/package.json

Lines changed: 2 additions & 2 deletions
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": "8.0.0",
4+
"version": "8.0.1",
55
"keywords": [
66
"emotion",
77
"ui",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@smooth-ui/system": "^8.0.0",
29+
"@smooth-ui/system": "^8.0.1",
3030
"polished": "^2.3.3",
3131
"prop-types": "^15.6.2",
3232
"react-focus-lock": "^1.17.6",

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+
## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17)
7+
8+
**Note:** Version bump only for package @smooth-ui/core-sc
9+
10+
11+
12+
13+
614
# [8.0.0](https://github.com/smooth-code/smooth-ui/compare/v7.1.1...v8.0.0) (2019-01-16)
715

816

packages/core-sc/package.json

Lines changed: 2 additions & 2 deletions
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": "8.0.0",
4+
"version": "8.0.1",
55
"keywords": [
66
"styled-components",
77
"ui",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@smooth-ui/system": "^8.0.0",
29+
"@smooth-ui/system": "^8.0.1",
3030
"polished": "^2.3.3",
3131
"prop-types": "^15.6.2",
3232
"react-focus-lock": "^1.17.6",

packages/system/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **system:** fix issue with space utilities ([#97](https://github.com/smooth-code/smooth-ui/issues/97)) ([192a3aa](https://github.com/smooth-code/smooth-ui/commit/192a3aa))
12+
13+
14+
15+
16+
617
# [8.0.0](https://github.com/smooth-code/smooth-ui/compare/v7.1.1...v8.0.0) (2019-01-16)
718

819

packages/system/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/system",
33
"description": "Modern style system for styled-components & emotion.",
4-
"version": "8.0.0",
4+
"version": "8.0.1",
55
"keywords": [
66
"emotion",
77
"styled-components",

0 commit comments

Comments
 (0)