Skip to content

Commit 731c838

Browse files
committed
v6.2.0
1 parent 38e7927 commit 731c838

File tree

16 files changed

+95
-25
lines changed

16 files changed

+95
-25
lines changed

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+
# [6.2.0](https://github.com/hperrin/svelte-material-ui/compare/v6.1.4...v6.2.0) (2022-09-27)
7+
8+
9+
### Features
10+
11+
* add a getMenuSurface function to Menu ([38e7927](https://github.com/hperrin/svelte-material-ui/commit/38e792791b7ed0443fb200d419b3972a259df1ca))
12+
13+
14+
15+
16+
617
## [6.1.4](https://github.com/hperrin/svelte-material-ui/compare/v6.1.3...v6.1.4) (2022-09-27)
718

819

lerna.json

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

packages/autocomplete/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+
# [6.2.0](https://github.com/hperrin/svelte-material-ui/compare/v6.1.4...v6.2.0) (2022-09-27)
7+
8+
**Note:** Version bump only for package @smui-extra/autocomplete
9+
10+
11+
12+
13+
614
## [6.1.4](https://github.com/hperrin/svelte-material-ui/compare/v6.1.3...v6.1.4) (2022-09-27)
715

816

packages/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui-extra/autocomplete",
3-
"version": "6.1.4",
3+
"version": "6.2.0",
44
"description": "Svelte Material UI - Autocomplete",
55
"type": "module",
66
"main": "dist/index.js",
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@smui/common": "^6.1.4",
4545
"@smui/list": "^6.1.4",
46-
"@smui/menu": "^6.1.4",
46+
"@smui/menu": "^6.2.0",
4747
"@smui/menu-surface": "^6.1.4",
4848
"@smui/textfield": "^6.1.4",
4949
"svelte2tsx": "^0.5.12"

packages/data-table/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+
# [6.2.0](https://github.com/hperrin/svelte-material-ui/compare/v6.1.4...v6.2.0) (2022-09-27)
7+
8+
**Note:** Version bump only for package @smui/data-table
9+
10+
11+
12+
13+
614
## [6.1.4](https://github.com/hperrin/svelte-material-ui/compare/v6.1.3...v6.1.4) (2022-09-27)
715

816

packages/data-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/data-table",
3-
"version": "6.1.4",
3+
"version": "6.2.0",
44
"description": "Svelte Material UI - Data Table",
55
"type": "module",
66
"main": "dist/index.js",
@@ -44,7 +44,7 @@
4444
"@smui/common": "^6.1.4",
4545
"@smui/icon-button": "^6.1.4",
4646
"@smui/ripple": "^6.1.4",
47-
"@smui/select": "^6.1.4",
47+
"@smui/select": "^6.2.0",
4848
"svelte2tsx": "^0.5.12"
4949
},
5050
"devDependencies": {

packages/menu/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+
# [6.2.0](https://github.com/hperrin/svelte-material-ui/compare/v6.1.4...v6.2.0) (2022-09-27)
7+
8+
9+
### Features
10+
11+
* add a getMenuSurface function to Menu ([38e7927](https://github.com/hperrin/svelte-material-ui/commit/38e792791b7ed0443fb200d419b3972a259df1ca))
12+
13+
14+
15+
16+
617
## [6.1.4](https://github.com/hperrin/svelte-material-ui/compare/v6.1.3...v6.1.4) (2022-09-27)
718

819

packages/menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/menu",
3-
"version": "6.1.4",
3+
"version": "6.2.0",
44
"description": "Svelte Material UI - Menu",
55
"type": "module",
66
"main": "dist/index.js",

packages/select/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+
# [6.2.0](https://github.com/hperrin/svelte-material-ui/compare/v6.1.4...v6.2.0) (2022-09-27)
7+
8+
**Note:** Version bump only for package @smui/select
9+
10+
11+
12+
13+
614
## [6.1.4](https://github.com/hperrin/svelte-material-ui/compare/v6.1.3...v6.1.4) (2022-09-27)
715

816

packages/select/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui/select",
3-
"version": "6.1.4",
3+
"version": "6.2.0",
44
"description": "Svelte Material UI - Select",
55
"type": "module",
66
"svelte": "./dist/index.js",
@@ -63,7 +63,7 @@
6363
"@smui/floating-label": "^6.1.4",
6464
"@smui/line-ripple": "^6.1.4",
6565
"@smui/list": "^6.1.4",
66-
"@smui/menu": "^6.1.4",
66+
"@smui/menu": "^6.2.0",
6767
"@smui/menu-surface": "^6.1.4",
6868
"@smui/notched-outline": "^6.1.4",
6969
"@smui/ripple": "^6.1.4",

0 commit comments

Comments
 (0)