Skip to content

Commit 19ae8e2

Browse files
committed
v4.2.0
1 parent 0ff4b00 commit 19ae8e2

File tree

119 files changed

+489
-149
lines changed

Some content is hidden

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

119 files changed

+489
-149
lines changed

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+
# [4.2.0](https://github.com/hperrin/svelte-material-ui/compare/v4.1.0...v4.2.0) (2021-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* events with modifiers called once for every event listener on event ([4234efa](https://github.com/hperrin/svelte-material-ui/commit/4234efa678ca9e33ab2c7647b9d4e634936309e0))
12+
* textfield layout ([0ff4b00](https://github.com/hperrin/svelte-material-ui/commit/0ff4b00a884291303cc679e72d16d7e7cd11b2f2)), closes [#241](https://github.com/hperrin/svelte-material-ui/issues/241)
13+
14+
15+
### Features
16+
17+
* allow customizing Label component, add Em and Strong elemental components ([5dd42e2](https://github.com/hperrin/svelte-material-ui/commit/5dd42e2829ef20328cfb5b6171191117286a8c05))
18+
19+
20+
21+
22+
623
# [4.1.0](https://github.com/hperrin/svelte-material-ui/compare/v4.0.0...v4.1.0) (2021-04-28)
724

825

lerna.json

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

packages/banner/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+
# [4.2.0](https://github.com/hperrin/svelte-material-ui/compare/v4.1.0...v4.2.0) (2021-05-05)
7+
8+
**Note:** Version bump only for package @smui/banner
9+
10+
11+
12+
13+
614
# [4.1.0](https://github.com/hperrin/svelte-material-ui/compare/v4.0.0...v4.1.0) (2021-04-28)
715

816

packages/banner/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/banner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/banner",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Svelte Material UI - Banner",
55
"type": "module",
66
"module": "index.js",
@@ -31,7 +31,7 @@
3131
"license": "Apache-2.0",
3232
"dependencies": {
3333
"@material/banner": "^11.0.0",
34-
"@smui/common": "^4.1.0"
34+
"@smui/common": "^4.2.0"
3535
},
3636
"devDependencies": {
3737
"sass": "^1.32.8"

packages/button/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+
# [4.2.0](https://github.com/hperrin/svelte-material-ui/compare/v4.1.0...v4.2.0) (2021-05-05)
7+
8+
**Note:** Version bump only for package @smui/button
9+
10+
11+
12+
13+
614
# [4.1.0](https://github.com/hperrin/svelte-material-ui/compare/v4.0.0...v4.1.0) (2021-04-28)
715

816

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": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Svelte Material UI - Button",
55
"type": "module",
66
"module": "index.js",
@@ -35,8 +35,8 @@
3535
"@material/feature-targeting": "^11.0.0",
3636
"@material/ripple": "^11.0.0",
3737
"@material/theme": "^11.0.0",
38-
"@smui/common": "^4.1.0",
39-
"@smui/ripple": "^4.1.0"
38+
"@smui/common": "^4.2.0",
39+
"@smui/ripple": "^4.2.0"
4040
},
4141
"devDependencies": {
4242
"sass": "^1.32.8"

packages/card/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+
# [4.2.0](https://github.com/hperrin/svelte-material-ui/compare/v4.1.0...v4.2.0) (2021-05-05)
7+
8+
**Note:** Version bump only for package @smui/card
9+
10+
11+
12+
13+
614
# [4.1.0](https://github.com/hperrin/svelte-material-ui/compare/v4.0.0...v4.1.0) (2021-04-28)
715

816

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.

0 commit comments

Comments
 (0)