Skip to content

Commit 4b83d4d

Browse files
v3.5.2
1 parent 94ebe7e commit 4b83d4d

File tree

9 files changed

+45
-9
lines changed

9 files changed

+45
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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+
## [3.5.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.1...v3.5.2) (2025-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update linters ([#3675](https://github.com/stryker-mutator/mutation-testing-elements/issues/3675)) ([2faaceb](https://github.com/stryker-mutator/mutation-testing-elements/commit/2faaceb16dc90a133dc663417f4d064a0ea8db08))
12+
* **deps:** update linters ([#3690](https://github.com/stryker-mutator/mutation-testing-elements/issues/3690)) ([3ddcecc](https://github.com/stryker-mutator/mutation-testing-elements/commit/3ddceccb07bc23c1e686ca7f563379f4dc6d6c58))
13+
14+
15+
16+
17+
618
## [3.5.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.0...v3.5.1) (2025-02-10)
719

820

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.1",
4+
"version": "3.5.2",
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.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.1...v3.5.2) (2025-05-10)
7+
8+
**Note:** Version bump only for package mutation-testing-elements
9+
10+
11+
12+
13+
614
## [3.5.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.0...v3.5.1) (2025-02-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.1",
3+
"version": "3.5.2",
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.29.3",
6161
"lit": "3.3.0",
6262
"mutation-testing-metrics": "3.5.1",
63-
"mutation-testing-real-time": "3.5.0",
63+
"mutation-testing-real-time": "3.5.2",
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.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.1...v3.5.2) (2025-05-10)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
9+
10+
11+
12+
13+
614
## [3.5.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.0...v3.5.1) (2025-02-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.1",
3+
"version": "3.5.2",
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.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.1...v3.5.2) (2025-05-10)
7+
8+
**Note:** Version bump only for package mutation-testing-real-time
9+
10+
11+
12+
13+
614
# [3.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.1...v3.5.0) (2025-01-31)
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.0",
3+
"version": "3.5.2",
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)