Skip to content

Commit c2a4419

Browse files
committed
v8.0.2
1 parent 7de1a63 commit c2a4419

Some content is hidden

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

47 files changed

+501
-255
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [8.0.2](https://github.com/hperrin/svelte-material-ui/compare/v8.0.1...v8.0.2) (2025-08-12)
7+
8+
9+
### Bug Fixes
10+
11+
* chip input leaves add key in input after adding chip ([6f6544e](https://github.com/hperrin/svelte-material-ui/commit/6f6544e16cd37f8bbb88ce68d07307bc0d75ff1f)), closes [#703](https://github.com/hperrin/svelte-material-ui/issues/703)
12+
* move class prop classes to end of list for sub-components ([d9ddb12](https://github.com/hperrin/svelte-material-ui/commit/d9ddb12d9c473b3f6527e7989a5cf9ab03592c5b)), closes [#698](https://github.com/hperrin/svelte-material-ui/issues/698)
13+
14+
15+
16+
17+
618
## [8.0.1](https://github.com/hperrin/svelte-material-ui/compare/v8.0.0...v8.0.1) (2025-07-18)
719

820

lerna.json

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

0 commit comments

Comments
 (0)