Skip to content

Commit cdb9833

Browse files
committed
v8.0.0-beta.2
1 parent 11b68e7 commit cdb9833

File tree

95 files changed

+1194
-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

+1194
-762
lines changed

CHANGELOG.md

+12
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.0-beta.2](https://github.com/hperrin/svelte-material-ui/compare/v8.0.0-beta.1...v8.0.0-beta.2) (2024-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* don't use state rune on accessor lists and maps ([0c90d40](https://github.com/hperrin/svelte-material-ui/commit/0c90d406081c8632679613f69ee185baa779314c))
12+
* use svelte event on instead of addEventListener ([11b68e7](https://github.com/hperrin/svelte-material-ui/commit/11b68e7ffa75a87be6cb5b47dd2d92ab59763774))
13+
14+
15+
16+
17+
618
# [8.0.0-beta.1](https://github.com/hperrin/svelte-material-ui/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2024-12-11)
719

820

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.0-beta.1",
2+
"version": "8.0.0-beta.2",
33
"command": {
44
"version": {
55
"allowBranch": [

0 commit comments

Comments
 (0)