Skip to content

Commit 30c17b1

Browse files
chore: release 6.0.0 [skip ci]
# [6.0.0](5.0.0...6.0.0) (2025-12-30) * perf!: enable native colour in theme ([d93d059](d93d059)) ### Bug Fixes * add @emotion/react and @emotion/styled as peer dependencies in package.json to fix transpilation issue ([442856e](442856e)) ### BREAKING CHANGES * @mui/material >= 7.3 is now required
1 parent 6bd0a34 commit 30c17b1

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [6.0.0](https://github.com/InformaticsMatters/squonk-react-mui-theme/compare/5.0.0...6.0.0) (2025-12-30)
2+
3+
4+
* perf!: enable native colour in theme ([d93d059](https://github.com/InformaticsMatters/squonk-react-mui-theme/commit/d93d05988cc9751c7cbf0ff04bd7b4b4d78ba962))
5+
6+
7+
### Bug Fixes
8+
9+
* add @emotion/react and @emotion/styled as peer dependencies in package.json to fix transpilation issue ([442856e](https://github.com/InformaticsMatters/squonk-react-mui-theme/commit/442856e290f3e23eb8a0b9e1a52c4f7840427181))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* @mui/material >= 7.3 is now required
15+
116
# [6.0.0-dev.1](https://github.com/InformaticsMatters/squonk-react-mui-theme/compare/5.0.0...6.0.0-dev.1) (2025-12-30)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squonk/mui-theme",
3-
"version": "6.0.0-dev.1",
3+
"version": "6.0.0",
44
"type": "module",
55
"description": "MUI theme used on Squonk products",
66
"sideEffects": false,

0 commit comments

Comments
 (0)