Skip to content

Commit

Permalink
v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 22, 2019
1 parent 23f35dd commit 3c09547
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/smooth-code/smooth-ui/compare/v8.0.1...v8.1.0) (2019-01-22)


### Bug Fixes

* **modal:** prevent injecting __scTheme in DOM props ([2dad70f](https://github.com/smooth-code/smooth-ui/commit/2dad70f)), closes [#99](https://github.com/smooth-code/smooth-ui/issues/99)


### Features

* add control option to Checkbox ([#102](https://github.com/smooth-code/smooth-ui/issues/102)) ([f26186c](https://github.com/smooth-code/smooth-ui/commit/f26186c))
* add scroll-lock to modals, fixes [#25](https://github.com/smooth-code/smooth-ui/issues/25) ([#103](https://github.com/smooth-code/smooth-ui/issues/103)) ([23f35dd](https://github.com/smooth-code/smooth-ui/commit/23f35dd))





## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "8.0.1",
"version": "8.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/core-em/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/smooth-code/smooth-ui/compare/v8.0.1...v8.1.0) (2019-01-22)


### Features

* add scroll-lock to modals, fixes [#25](https://github.com/smooth-code/smooth-ui/issues/25) ([#103](https://github.com/smooth-code/smooth-ui/issues/103)) ([23f35dd](https://github.com/smooth-code/smooth-ui/commit/23f35dd))





## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17)

**Note:** Version bump only for package @smooth-ui/core-em
Expand Down
4 changes: 2 additions & 2 deletions packages/core-em/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-ui/core-em",
"description": "Modern React UI Library",
"version": "8.0.1",
"version": "8.1.0",
"keywords": [
"emotion",
"ui",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@smooth-ui/system": "^8.0.1",
"@smooth-ui/system": "^8.1.0",
"polished": "^2.3.3",
"prop-types": "^15.6.2",
"react-focus-lock": "^1.17.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/core-sc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/smooth-code/smooth-ui/compare/v8.0.1...v8.1.0) (2019-01-22)


### Features

* add scroll-lock to modals, fixes [#25](https://github.com/smooth-code/smooth-ui/issues/25) ([#103](https://github.com/smooth-code/smooth-ui/issues/103)) ([23f35dd](https://github.com/smooth-code/smooth-ui/commit/23f35dd))





## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17)

**Note:** Version bump only for package @smooth-ui/core-sc
Expand Down
4 changes: 2 additions & 2 deletions packages/core-sc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-ui/core-sc",
"description": "Modern React UI Library",
"version": "8.0.1",
"version": "8.1.0",
"keywords": [
"styled-components",
"ui",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@smooth-ui/system": "^8.0.1",
"@smooth-ui/system": "^8.1.0",
"polished": "^2.3.3",
"prop-types": "^15.6.2",
"react-focus-lock": "^1.17.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/smooth-code/smooth-ui/compare/v8.0.1...v8.1.0) (2019-01-22)

**Note:** Version bump only for package @smooth-ui/system





## [8.0.1](https://github.com/smooth-code/smooth-ui/compare/v8.0.0...v8.0.1) (2019-01-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-ui/system",
"description": "Modern style system for styled-components & emotion.",
"version": "8.0.1",
"version": "8.1.0",
"keywords": [
"emotion",
"styled-components",
Expand Down

0 comments on commit 3c09547

Please sign in to comment.