Skip to content

Commit 90bde42

Browse files
committed
v8.0.1
1 parent a25b839 commit 90bde42

File tree

95 files changed

+1269
-762
lines changed

Some content is hidden

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

95 files changed

+1269
-762
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.1](https://github.com/hperrin/svelte-material-ui/compare/v8.0.0...v8.0.1) (2025-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* Made ordering of classes always havee custom classes at end on card component ([7877d1e](https://github.com/hperrin/svelte-material-ui/commit/7877d1ea0db9a8e1e62da8310a347b68e9302ecd))
12+
* move all custom classes to end of class list, allowing them to override other classes ([a25b839](https://github.com/hperrin/svelte-material-ui/commit/a25b839b920674f3e97cb02175f6bb1e8455656d))
13+
14+
15+
16+
17+
618
# [8.0.0](https://github.com/hperrin/svelte-material-ui/compare/v8.0.0-beta.3...v8.0.0) (2025-07-18)
719

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

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.0",
2+
"version": "8.0.1",
33
"command": {
44
"version": {
55
"allowBranch": [

0 commit comments

Comments
 (0)