Skip to content

Commit 22a0cd1

Browse files
v3.7.0
1 parent fa1fd00 commit 22a0cd1

File tree

15 files changed

+159
-32
lines changed

15 files changed

+159
-32
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [3.7.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.6.0...v3.7.0) (2025-11-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **elements:** respect reduced motion preferences ([#3980](https://github.com/stryker-mutator/mutation-testing-elements/issues/3980)) ([98a1c4c](https://github.com/stryker-mutator/mutation-testing-elements/commit/98a1c4ce7f4271169043f4f95c0136f3d1fc4d38))
12+
13+
14+
### Features
15+
16+
* **elements:** refresh some icons and colours ([#3978](https://github.com/stryker-mutator/mutation-testing-elements/issues/3978)) ([5cf987e](https://github.com/stryker-mutator/mutation-testing-elements/commit/5cf987e4012fd4367d492a61551af41fe9446ac7))
17+
18+
19+
20+
21+
622
# [3.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.4...v3.6.0) (2025-08-13)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "3.6.0",
4+
"version": "3.7.0",
55
"command": {
66
"version": {
77
"allowBranch": "master",

package-lock.json

Lines changed: 69 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [3.7.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.6.0...v3.7.0) (2025-11-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **elements:** respect reduced motion preferences ([#3980](https://github.com/stryker-mutator/mutation-testing-elements/issues/3980)) ([98a1c4c](https://github.com/stryker-mutator/mutation-testing-elements/commit/98a1c4ce7f4271169043f4f95c0136f3d1fc4d38))
12+
13+
14+
### Features
15+
16+
* **elements:** refresh some icons and colours ([#3978](https://github.com/stryker-mutator/mutation-testing-elements/issues/3978)) ([5cf987e](https://github.com/stryker-mutator/mutation-testing-elements/commit/5cf987e4012fd4367d492a61551af41fe9446ac7))
17+
18+
19+
20+
21+
622
# [3.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.4...v3.6.0) (2025-08-13)
723

824

packages/elements/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-elements",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "A suite of web components for a mutation testing report.",
55
"unpkg": "dist/mutation-test-elements.js",
66
"browser": "dist/mutation-test-elements.js",
@@ -55,14 +55,14 @@
5555
"@vitest/browser-playwright": "4.0.12",
5656
"browserslist-to-esbuild": "2.1.1",
5757
"cross-env": "10.1.0",
58-
"eslint-config-mte": "*",
58+
"eslint-config-mte": "3.7.0",
5959
"express": "5.1.0",
6060
"fuzziersort": "4.0.1",
6161
"lightningcss": "1.30.2",
6262
"lit": "3.3.1",
63-
"mutation-testing-metrics": "3.5.1",
64-
"mutation-testing-real-time": "3.5.3",
65-
"mutation-testing-report-schema": "3.5.1",
63+
"mutation-testing-metrics": "3.7.0",
64+
"mutation-testing-real-time": "3.7.0",
65+
"mutation-testing-report-schema": "3.7.0",
6666
"prism-svelte": "0.5.0",
6767
"prismjs": "1.30.0",
6868
"rxjs": "7.8.2",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.7.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.6.0...v3.7.0) (2025-11-21)
7+
8+
**Note:** Version bump only for package eslint-config-mte

0 commit comments

Comments
 (0)