Skip to content

Commit 77b3594

Browse files
committed
v1.0.0-beta.19
1 parent 9b79a16 commit 77b3594

File tree

98 files changed

+472
-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

+472
-117
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+
# [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)
7+
8+
9+
### Bug Fixes
10+
11+
* prevent new Svelte versions from mangling MDC classes ([8a94e95](https://github.com/hperrin/svelte-material-ui/commit/8a94e95574c36595158603c83b3d79892fe4af4d)), closes [#52](https://github.com/hperrin/svelte-material-ui/issues/52)
12+
* stop empty attrs on elements ([084bc39](https://github.com/hperrin/svelte-material-ui/commit/084bc391e0f3e20decd1ac305aeb6a5c78c84810))
13+
14+
15+
### Features
16+
17+
* add shape props for button to create rounded buttons ([a94cf69](https://github.com/hperrin/svelte-material-ui/commit/a94cf696d44691f5e9806b94bd1ab63db6fecd85))
18+
* add shape props for button to create rounded buttons ([7fb3b8b](https://github.com/hperrin/svelte-material-ui/commit/7fb3b8bb1ac8f89115edba1087d297e011854910))
19+
20+
21+
22+
23+
624
# [1.0.0-beta.18](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2019-11-08)
725

826

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.18",
2+
"version": "1.0.0-beta.19",
33
"command": {
44
"version": {
55
"allowBranch": [

packages/button/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.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* prevent new Svelte versions from mangling MDC classes ([8a94e95](https://github.com/hperrin/svelte-material-ui/commit/8a94e95574c36595158603c83b3d79892fe4af4d)), closes [#52](https://github.com/hperrin/svelte-material-ui/issues/52)
12+
13+
14+
15+
16+
617
# [1.0.0-beta.18](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2019-11-08)
718

819
**Note:** Version bump only for package @smui/button

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.18",
3+
"version": "1.0.0-beta.19",
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.15",
35-
"@smui/ripple": "^1.0.0-beta.18"
34+
"@smui/common": "^1.0.0-beta.19",
35+
"@smui/ripple": "^1.0.0-beta.19"
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.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* prevent new Svelte versions from mangling MDC classes ([8a94e95](https://github.com/hperrin/svelte-material-ui/commit/8a94e95574c36595158603c83b3d79892fe4af4d)), closes [#52](https://github.com/hperrin/svelte-material-ui/issues/52)
12+
13+
14+
15+
16+
617
# [1.0.0-beta.18](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2019-11-08)
718

819
**Note:** Version bump only for package @smui/card

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.18",
3+
"version": "1.0.0-beta.19",
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.18",
33-
"@smui/common": "^1.0.0-beta.15",
34-
"@smui/icon-button": "^1.0.0-beta.18",
35-
"@smui/ripple": "^1.0.0-beta.18"
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"
3636
},
3737
"devDependencies": {
3838
"glob-cmd": "0.0.7",

packages/checkbox/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.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* prevent new Svelte versions from mangling MDC classes ([8a94e95](https://github.com/hperrin/svelte-material-ui/commit/8a94e95574c36595158603c83b3d79892fe4af4d)), closes [#52](https://github.com/hperrin/svelte-material-ui/issues/52)
12+
13+
14+
15+
16+
617
# [1.0.0-beta.18](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2019-11-08)
718

819
**Note:** Version bump only for package @smui/checkbox

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)