Skip to content

Commit 633e641

Browse files
v3.5.3
1 parent 670adcc commit 633e641

File tree

9 files changed

+41
-9
lines changed

9 files changed

+41
-9
lines changed

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.5.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.2...v3.5.3) (2025-05-27)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.1...v3.5.2) (2025-05-10)
715

816

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

package-lock.json

Lines changed: 4 additions & 4 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.5.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.2...v3.5.3) (2025-05-27)
7+
8+
**Note:** Version bump only for package mutation-testing-elements
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.1...v3.5.2) (2025-05-10)
715

816
**Note:** Version bump only for package mutation-testing-elements

packages/elements/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-elements",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
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",
@@ -60,7 +60,7 @@
6060
"lightningcss": "1.30.1",
6161
"lit": "3.3.0",
6262
"mutation-testing-metrics": "3.5.1",
63-
"mutation-testing-real-time": "3.5.2",
63+
"mutation-testing-real-time": "3.5.3",
6464
"mutation-testing-report-schema": "3.5.1",
6565
"prism-svelte": "0.5.0",
6666
"prismjs": "1.30.0",

packages/metrics-scala/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.5.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.2...v3.5.3) (2025-05-27)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.1...v3.5.2) (2025-05-10)
715

816
**Note:** Version bump only for package mutation-testing-metrics-scala

packages/metrics-scala/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-metrics-scala",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
55
"nx": {
66
"name": "metrics-scala",

packages/real-time/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.5.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.2...v3.5.3) (2025-05-27)
7+
8+
**Note:** Version bump only for package mutation-testing-real-time
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.1...v3.5.2) (2025-05-10)
715

816
**Note:** Version bump only for package mutation-testing-real-time

packages/real-time/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-real-time",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "Helpers to create a NodeJS server for real-time reporting for a mutation testing elements report",
55
"module": "dist/src/index.js",
66
"exports": {

0 commit comments

Comments
 (0)