Skip to content

Commit 683d687

Browse files
v3.7.1
1 parent 9b47e72 commit 683d687

File tree

9 files changed

+74
-25
lines changed

9 files changed

+74
-25
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.7.0...v3.7.1) (2025-11-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **metrics:** compatibility with Node 20 ([#3994](https://github.com/stryker-mutator/mutation-testing-elements/issues/3994)) ([d73703c](https://github.com/stryker-mutator/mutation-testing-elements/commit/d73703cfe7676047b45b75ad2fb457d508abd859))
12+
13+
14+
15+
16+
617
# [3.7.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.6.0...v3.7.0) (2025-11-21)
718

819

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.7.0",
4+
"version": "3.7.1",
55
"command": {
66
"version": {
77
"allowBranch": "master",

package-lock.json

Lines changed: 26 additions & 18 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.7.0...v3.7.1) (2025-11-24)
7+
8+
**Note:** Version bump only for package mutation-testing-elements
9+
10+
11+
12+
13+
614
# [3.7.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.6.0...v3.7.0) (2025-11-21)
715

816

packages/elements/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-elements",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
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",
@@ -58,9 +58,9 @@
5858
"fuzziersort": "4.0.1",
5959
"lightningcss": "1.30.2",
6060
"lit": "3.3.1",
61-
"mutation-testing-metrics": "3.7.0",
61+
"mutation-testing-metrics": "3.7.1",
6262
"mutation-testing-real-time": "3.7.0",
63-
"mutation-testing-report-schema": "3.7.0",
63+
"mutation-testing-report-schema": "3.7.1",
6464
"prism-svelte": "0.5.0",
6565
"prismjs": "1.30.0",
6666
"rxjs": "7.8.2",

packages/metrics/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.7.0...v3.7.1) (2025-11-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **metrics:** compatibility with Node 20 ([#3994](https://github.com/stryker-mutator/mutation-testing-elements/issues/3994)) ([d73703c](https://github.com/stryker-mutator/mutation-testing-elements/commit/d73703cfe7676047b45b75ad2fb457d508abd859))
12+
13+
14+
15+
16+
617
# [3.7.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.6.0...v3.7.0) (2025-11-21)
718

819

packages/metrics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-metrics",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "Utility functions to calculate mutation testing metrics.",
55
"type": "module",
66
"main": "dist/src/index.js",
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics#readme",
2828
"dependencies": {
29-
"mutation-testing-report-schema": "3.7.0"
29+
"mutation-testing-report-schema": "3.7.1"
3030
},
3131
"devDependencies": {
3232
"eslint-config-mte": "3.7.0"

packages/report-schema/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.7.0...v3.7.1) (2025-11-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **metrics:** compatibility with Node 20 ([#3994](https://github.com/stryker-mutator/mutation-testing-elements/issues/3994)) ([d73703c](https://github.com/stryker-mutator/mutation-testing-elements/commit/d73703cfe7676047b45b75ad2fb457d508abd859))
12+
13+
14+
15+
16+
617
# [3.7.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.6.0...v3.7.0) (2025-11-21)
718

819
**Note:** Version bump only for package mutation-testing-report-schema

0 commit comments

Comments
 (0)