Skip to content

Commit 367866a

Browse files
committed
Merge branch 'master' into v7
2 parents bfa69d2 + 8ce62e9 commit 367866a

File tree

199 files changed

+16785
-19249
lines changed

Some content is hidden

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

199 files changed

+16785
-19249
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npm run lint
4+
npx lint-staged

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,55 @@
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.3](https://github.com/hperrin/svelte-material-ui/compare/v6.1.2...v6.1.3) (2022-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* workaround for upstream segmented button bad package.json ([3c73693](https://github.com/hperrin/svelte-material-ui/commit/3c736938a4574b56f2ec78509391e6bbb317f4f0))
12+
13+
14+
15+
16+
17+
## [6.1.2](https://github.com/hperrin/svelte-material-ui/compare/v6.1.1...v6.1.2) (2022-08-22)
18+
19+
20+
### Bug Fixes
21+
22+
* 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)
23+
24+
25+
26+
27+
28+
## [6.1.1](https://github.com/hperrin/svelte-material-ui/compare/v6.1.0...v6.1.1) (2022-08-20)
29+
30+
31+
### Bug Fixes
32+
33+
* wrong border radius on last accordion panel (but actually this time) ([0ff5099](https://github.com/hperrin/svelte-material-ui/commit/0ff5099980713116b11b5e78ede2e3a4213cf54d))
34+
35+
36+
37+
38+
39+
# [6.1.0](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0...v6.1.0) (2022-08-20)
40+
41+
42+
### Bug Fixes
43+
44+
* wrong border radius on last accordion panel ([026d423](https://github.com/hperrin/svelte-material-ui/commit/026d423d180c4fcaa50ac13d24b4e5d794b143bf))
45+
46+
47+
### Features
48+
49+
* add middle alignments for badges ([9431254](https://github.com/hperrin/svelte-material-ui/commit/9431254242f2adeead131544c1763e06c6d0b301))
50+
51+
52+
53+
54+
655
# [6.0.0](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.16...v6.0.0) (2022-07-23)
756

857

lerna.json

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

0 commit comments

Comments
 (0)