Skip to content

Commit a2466f1

Browse files
committed
v6.1.2
1 parent 5a765d2 commit a2466f1

File tree

11 files changed

+58
-12
lines changed

11 files changed

+58
-12
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.1.2](https://github.com/hperrin/svelte-material-ui/compare/v6.1.1...v6.1.2) (2022-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* segmented button imports wrong path ([5a765d2](https://github.com/hperrin/svelte-material-ui/commit/5a765d23ec8330d4f88e1f85bfbd2b03bbc6a716)), closes [#461](https://github.com/hperrin/svelte-material-ui/issues/461)
12+
13+
14+
15+
16+
617
## [6.1.1](https://github.com/hperrin/svelte-material-ui/compare/v6.1.0...v6.1.1) (2022-08-20)
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.1",
2+
"version": "6.1.2",
33
"command": {
44
"version": {
55
"allowBranch": [

packages/segmented-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+
## [6.1.2](https://github.com/hperrin/svelte-material-ui/compare/v6.1.1...v6.1.2) (2022-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* segmented button imports wrong path ([5a765d2](https://github.com/hperrin/svelte-material-ui/commit/5a765d23ec8330d4f88e1f85bfbd2b03bbc6a716)), closes [#461](https://github.com/hperrin/svelte-material-ui/issues/461)
12+
13+
14+
15+
16+
617
# [6.1.0](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0...v6.1.0) (2022-08-20)
718

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

packages/segmented-button/package.json

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

packages/site/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.1.2](https://github.com/hperrin/svelte-material-ui/compare/v6.1.1...v6.1.2) (2022-08-22)
7+
8+
**Note:** Version bump only for package @smui-extra/site
9+
10+
11+
12+
13+
614
## [6.1.1](https://github.com/hperrin/svelte-material-ui/compare/v6.1.0...v6.1.1) (2022-08-20)
715

816
**Note:** Version bump only for package @smui-extra/site

packages/site/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smui-extra/site",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "SMUI Website (You're not meant to install this.)",
55
"type": "module",
66
"scripts": {
@@ -69,7 +69,7 @@
6969
"@smui/paper": "^6.1.0",
7070
"@smui/radio": "^6.1.0",
7171
"@smui/ripple": "^6.1.0",
72-
"@smui/segmented-button": "^6.1.0",
72+
"@smui/segmented-button": "^6.1.2",
7373
"@smui/select": "^6.1.0",
7474
"@smui/slider": "^6.1.0",
7575
"@smui/snackbar": "^6.1.0",
@@ -90,7 +90,7 @@
9090
"rehype-slug": "^5.0.1",
9191
"sass": "^1.54.0",
9292
"simple-icons": "^7.7.0",
93-
"smui-theme": "^6.1.1",
93+
"smui-theme": "^6.1.2",
9494
"svelte-preprocess": "^4.10.7",
9595
"tinygesture": "^2.0.0",
9696
"tslib": "^2.4.0",

packages/smui-theme/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.1.2](https://github.com/hperrin/svelte-material-ui/compare/v6.1.1...v6.1.2) (2022-08-22)
7+
8+
**Note:** Version bump only for package smui-theme
9+
10+
11+
12+
13+
614
## [6.1.1](https://github.com/hperrin/svelte-material-ui/compare/v6.1.0...v6.1.1) (2022-08-20)
715

816
**Note:** Version bump only for package smui-theme

packages/smui-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smui-theme",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Svelte Material UI - Theme Builder",
55
"bin": {
66
"smui-theme": "smui-theme"
@@ -57,7 +57,7 @@
5757
"@smui/paper": "^6.1.0",
5858
"@smui/radio": "^6.1.0",
5959
"@smui/ripple": "^6.1.0",
60-
"@smui/segmented-button": "^6.1.0",
60+
"@smui/segmented-button": "^6.1.2",
6161
"@smui/select": "^6.1.0",
6262
"@smui/slider": "^6.1.0",
6363
"@smui/snackbar": "^6.1.0",

packages/svelte-material-ui/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.1.2](https://github.com/hperrin/svelte-material-ui/compare/v6.1.1...v6.1.2) (2022-08-22)
7+
8+
**Note:** Version bump only for package svelte-material-ui
9+
10+
11+
12+
13+
614
## [6.1.1](https://github.com/hperrin/svelte-material-ui/compare/v6.1.0...v6.1.1) (2022-08-20)
715

816
**Note:** Version bump only for package svelte-material-ui

0 commit comments

Comments
 (0)