Skip to content

Commit c6f11e3

Browse files
committed
v1.0.0-beta.20
1 parent 550ac93 commit c6f11e3

File tree

98 files changed

+425
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+425
-117
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+
# [1.0.0-beta.20](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2020-01-31)
7+
8+
9+
### Bug Fixes
10+
11+
* Cannot read property 'destroy' of undefined in menuSurface ([2bd8d37](https://github.com/hperrin/svelte-material-ui/commit/2bd8d37eb572211365b7aa6163036a7fd5c21c3f))
12+
* fix button group styling in Safari/iOS ([eb52cc6](https://github.com/hperrin/svelte-material-ui/commit/eb52cc6b81011d004b5ee2d52851ca35e510a578))
13+
* fix Svelte warning about unused class export ([baac41b](https://github.com/hperrin/svelte-material-ui/commit/baac41bc4d1893325a23a51ab23c79997ba54fe3))
14+
15+
16+
### Features
17+
18+
* add component option to Button to allow other elements/components ([95d4d49](https://github.com/hperrin/svelte-material-ui/commit/95d4d49026f30579a888d9e2baa59785fcbe65f5))
19+
* reduce Ripple arguments and add class forwarding option ([550ac93](https://github.com/hperrin/svelte-material-ui/commit/550ac93cc6d4dfa18eee70f6c1db55f1971cd8fc))
20+
21+
22+
23+
24+
625
# [1.0.0-beta.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13)
726

827

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-beta.19",
2+
"version": "1.0.0-beta.20",
33
"command": {
44
"version": {
55
"allowBranch": [

packages/button/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [1.0.0-beta.20](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2020-01-31)
7+
8+
9+
### Bug Fixes
10+
11+
* fix button group styling in Safari/iOS ([eb52cc6](https://github.com/hperrin/svelte-material-ui/commit/eb52cc6b81011d004b5ee2d52851ca35e510a578))
12+
13+
14+
### Features
15+
16+
* add component option to Button to allow other elements/components ([95d4d49](https://github.com/hperrin/svelte-material-ui/commit/95d4d49026f30579a888d9e2baa59785fcbe65f5))
17+
* reduce Ripple arguments and add class forwarding option ([550ac93](https://github.com/hperrin/svelte-material-ui/commit/550ac93cc6d4dfa18eee70f6c1db55f1971cd8fc))
18+
19+
20+
21+
22+
623
# [1.0.0-beta.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13)
724

825

packages/button/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/button/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/button",
3-
"version": "1.0.0-beta.19",
3+
"version": "1.0.0-beta.20",
44
"description": "Svelte Material UI - Button",
55
"keywords": [
66
"svelte",
@@ -31,8 +31,8 @@
3131
"@material/button": "^3.2.0",
3232
"@material/elevation": "^3.1.0",
3333
"@material/feature-targeting": "^3.1.0",
34-
"@smui/common": "^1.0.0-beta.19",
35-
"@smui/ripple": "^1.0.0-beta.19"
34+
"@smui/common": "^1.0.0-beta.20",
35+
"@smui/ripple": "^1.0.0-beta.20"
3636
},
3737
"devDependencies": {
3838
"glob-cmd": "0.0.7",

packages/card/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+
# [1.0.0-beta.20](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2020-01-31)
7+
8+
9+
### Features
10+
11+
* reduce Ripple arguments and add class forwarding option ([550ac93](https://github.com/hperrin/svelte-material-ui/commit/550ac93cc6d4dfa18eee70f6c1db55f1971cd8fc))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13)
718

819

packages/card/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/card/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/card",
3-
"version": "1.0.0-beta.19",
3+
"version": "1.0.0-beta.20",
44
"description": "Svelte Material UI - Card",
55
"keywords": [
66
"svelte",
@@ -29,10 +29,10 @@
2929
"license": "Apache-2.0",
3030
"dependencies": {
3131
"@material/card": "^3.2.0",
32-
"@smui/button": "^1.0.0-beta.19",
33-
"@smui/common": "^1.0.0-beta.19",
34-
"@smui/icon-button": "^1.0.0-beta.19",
35-
"@smui/ripple": "^1.0.0-beta.19"
32+
"@smui/button": "^1.0.0-beta.20",
33+
"@smui/common": "^1.0.0-beta.20",
34+
"@smui/icon-button": "^1.0.0-beta.20",
35+
"@smui/ripple": "^1.0.0-beta.20"
3636
},
3737
"devDependencies": {
3838
"glob-cmd": "0.0.7",

packages/checkbox/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+
# [1.0.0-beta.20](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2020-01-31)
7+
8+
**Note:** Version bump only for package @smui/checkbox
9+
10+
11+
12+
13+
614
# [1.0.0-beta.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13)
715

816

packages/checkbox/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)