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

Commit 27acc39

Browse files
committed
v7.0.0
1 parent e37c708 commit 27acc39

File tree

6 files changed

+60
-3
lines changed

6 files changed

+60
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [7.0.0](https://github.com/smooth-code/smooth-ui/compare/v6.0.2...v7.0.0) (2018-10-18)
7+
8+
9+
### Features
10+
11+
* make modals accessible ([#65](https://github.com/smooth-code/smooth-ui/issues/65)) ([e37c708](https://github.com/smooth-code/smooth-ui/commit/e37c708)), closes [#31](https://github.com/smooth-code/smooth-ui/issues/31) [#26](https://github.com/smooth-code/smooth-ui/issues/26) [#25](https://github.com/smooth-code/smooth-ui/issues/25)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* "persistent" prop has been removed from Modal, Modal are now
17+
non-persistent.
18+
19+
"sui-modal-backdrop" has been removed, it is now "sui-modal".
20+
21+
22+
23+
24+
625
## [6.0.2](https://github.com/smooth-code/smooth-ui/compare/v6.0.1...v6.0.2) (2018-10-17)
726

827

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

packages/core-em/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [7.0.0](https://github.com/smooth-code/smooth-ui/compare/v6.0.2...v7.0.0) (2018-10-18)
7+
8+
9+
### Features
10+
11+
* make modals accessible ([#65](https://github.com/smooth-code/smooth-ui/issues/65)) ([e37c708](https://github.com/smooth-code/smooth-ui/commit/e37c708)), closes [#31](https://github.com/smooth-code/smooth-ui/issues/31) [#26](https://github.com/smooth-code/smooth-ui/issues/26) [#25](https://github.com/smooth-code/smooth-ui/issues/25)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* "persistent" prop has been removed from Modal, Modal are now
17+
non-persistent.
18+
19+
"sui-modal-backdrop" has been removed, it is now "sui-modal".
20+
21+
22+
23+
24+
625
## [6.0.2](https://github.com/smooth-code/smooth-ui/compare/v6.0.1...v6.0.2) (2018-10-17)
726

827
**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.2",
4+
"version": "7.0.0",
55
"keywords": [
66
"emotion",
77
"react-emotion",

packages/core-sc/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [7.0.0](https://github.com/smooth-code/smooth-ui/compare/v6.0.2...v7.0.0) (2018-10-18)
7+
8+
9+
### Features
10+
11+
* make modals accessible ([#65](https://github.com/smooth-code/smooth-ui/issues/65)) ([e37c708](https://github.com/smooth-code/smooth-ui/commit/e37c708)), closes [#31](https://github.com/smooth-code/smooth-ui/issues/31) [#26](https://github.com/smooth-code/smooth-ui/issues/26) [#25](https://github.com/smooth-code/smooth-ui/issues/25)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* "persistent" prop has been removed from Modal, Modal are now
17+
non-persistent.
18+
19+
"sui-modal-backdrop" has been removed, it is now "sui-modal".
20+
21+
22+
23+
24+
625
## [6.0.2](https://github.com/smooth-code/smooth-ui/compare/v6.0.1...v6.0.2) (2018-10-17)
726

827
**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.2",
4+
"version": "7.0.0",
55
"keywords": [
66
"styled-components",
77
"ui",

0 commit comments

Comments
 (0)