Skip to content

Commit c76ec93

Browse files
committed
2 parents 3502732 + b6fe094 commit c76ec93

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.3.6](https://github.com/erikvullings/mithril-materialized/compare/v3.3.5...v3.3.6) (2025-09-12)
2+
3+
4+
### Bug Fixes
5+
6+
* modal does not require id ([86edf50](https://github.com/erikvullings/mithril-materialized/commit/86edf503e8e07276bfa3496e01e29a851705b7fa))
7+
* simplified wizard style ([148d63c](https://github.com/erikvullings/mithril-materialized/commit/148d63c20005b6c1ec671ca00bd6f9bde3b801bb))
8+
19
## [3.3.5](https://github.com/erikvullings/mithril-materialized/compare/v3.3.4...v3.3.5) (2025-09-10)
210

311

packages/lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-materialized",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"description": "A materialize library for mithril.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -98,4 +98,4 @@
9898
"typedoc": "^0.28.12",
9999
"typescript": "^5.9.2"
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)