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

Commit 77db04b

Browse files
committed
v10.0.0
1 parent 7bc0b8c commit 77db04b

File tree

8 files changed

+78
-6
lines changed

8 files changed

+78
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [10.0.0](https://github.com/smooth-code/smooth-ui/compare/v9.1.0...v10.0.0) (2019-03-20)
7+
8+
9+
### Features
10+
11+
* popover, tooltips, responsive grid, hooks ([#122](https://github.com/smooth-code/smooth-ui/issues/122)) ([7bc0b8c](https://github.com/smooth-code/smooth-ui/commit/7bc0b8c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* - React v16.8+ is now required (hooks inside)
17+
- Grid, Col and Row `gutter` prop is now based on system, **be careful**!
18+
- Toggler now returns an array `[toggled, onToggle]` instead of an object
19+
20+
21+
22+
23+
624
# [9.1.0](https://github.com/smooth-code/smooth-ui/compare/v9.0.2...v9.1.0) (2019-03-07)
725

826

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": "9.1.0",
6+
"version": "10.0.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/core-em/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [10.0.0](https://github.com/smooth-code/smooth-ui/compare/v9.1.0...v10.0.0) (2019-03-20)
7+
8+
9+
### Features
10+
11+
* popover, tooltips, responsive grid, hooks ([#122](https://github.com/smooth-code/smooth-ui/issues/122)) ([7bc0b8c](https://github.com/smooth-code/smooth-ui/commit/7bc0b8c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* - React v16.8+ is now required (hooks inside)
17+
- Grid, Col and Row `gutter` prop is now based on system, **be careful**!
18+
- Toggler now returns an array `[toggled, onToggle]` instead of an object
19+
20+
21+
22+
23+
624
# [9.1.0](https://github.com/smooth-code/smooth-ui/compare/v9.0.2...v9.1.0) (2019-03-07)
725

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

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": "9.1.0",
4+
"version": "10.0.0",
55
"keywords": [
66
"emotion",
77
"ui",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@smooth-ui/system": "^9.1.0",
29+
"@smooth-ui/system": "^10.0.0",
3030
"polished": "^3.0.3",
3131
"popper.js": "^1.14.7",
3232
"prop-types": "^15.7.2",

packages/core-sc/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [10.0.0](https://github.com/smooth-code/smooth-ui/compare/v9.1.0...v10.0.0) (2019-03-20)
7+
8+
9+
### Features
10+
11+
* popover, tooltips, responsive grid, hooks ([#122](https://github.com/smooth-code/smooth-ui/issues/122)) ([7bc0b8c](https://github.com/smooth-code/smooth-ui/commit/7bc0b8c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* - React v16.8+ is now required (hooks inside)
17+
- Grid, Col and Row `gutter` prop is now based on system, **be careful**!
18+
- Toggler now returns an array `[toggled, onToggle]` instead of an object
19+
20+
21+
22+
23+
624
# [9.1.0](https://github.com/smooth-code/smooth-ui/compare/v9.0.2...v9.1.0) (2019-03-07)
725

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

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": "9.1.0",
4+
"version": "10.0.0",
55
"keywords": [
66
"styled-components",
77
"ui",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@smooth-ui/system": "^9.1.0",
29+
"@smooth-ui/system": "^10.0.0",
3030
"polished": "^3.0.3",
3131
"popper.js": "^1.14.7",
3232
"prop-types": "^15.7.2",

packages/system/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [10.0.0](https://github.com/smooth-code/smooth-ui/compare/v9.1.0...v10.0.0) (2019-03-20)
7+
8+
9+
### Features
10+
11+
* popover, tooltips, responsive grid, hooks ([#122](https://github.com/smooth-code/smooth-ui/issues/122)) ([7bc0b8c](https://github.com/smooth-code/smooth-ui/commit/7bc0b8c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* - React v16.8+ is now required (hooks inside)
17+
- Grid, Col and Row `gutter` prop is now based on system, **be careful**!
18+
- Toggler now returns an array `[toggled, onToggle]` instead of an object
19+
20+
21+
22+
23+
624
# [9.1.0](https://github.com/smooth-code/smooth-ui/compare/v9.0.2...v9.1.0) (2019-03-07)
725

826

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": "9.1.0",
4+
"version": "10.0.0",
55
"keywords": [
66
"emotion",
77
"styled-components",

0 commit comments

Comments
 (0)