Skip to content

Commit ec7d80a

Browse files
v3.5.1
1 parent 3096fed commit ec7d80a

File tree

11 files changed

+62
-15
lines changed

11 files changed

+62
-15
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.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.0...v3.5.1) (2025-02-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency typescript-eslint to v8.23.0 ([#3621](https://github.com/stryker-mutator/mutation-testing-elements/issues/3621)) ([674ec18](https://github.com/stryker-mutator/mutation-testing-elements/commit/674ec182ad3258fd249eb1105bd735d5ce6b947d))
12+
* publish schema source to npm ([#3623](https://github.com/stryker-mutator/mutation-testing-elements/issues/3623)) ([0b7e557](https://github.com/stryker-mutator/mutation-testing-elements/commit/0b7e5579db5764a167b45ee51986da943c929c75))
13+
14+
15+
16+
17+
618
# [3.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.1...v3.5.0) (2025-01-31)
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.0",
4+
"version": "3.5.1",
55
"command": {
66
"version": {
77
"allowBranch": "master",

package-lock.json

Lines changed: 7 additions & 7 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.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.0...v3.5.1) (2025-02-10)
7+
8+
**Note:** Version bump only for package mutation-testing-elements
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

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.5.0",
3+
"version": "3.5.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",
@@ -59,9 +59,9 @@
5959
"fuzzysort": "3.1.0",
6060
"lightningcss": "1.29.1",
6161
"lit": "3.2.1",
62-
"mutation-testing-metrics": "3.5.0",
62+
"mutation-testing-metrics": "3.5.1",
6363
"mutation-testing-real-time": "3.5.0",
64-
"mutation-testing-report-schema": "3.5.0",
64+
"mutation-testing-report-schema": "3.5.1",
6565
"prism-svelte": "0.5.0",
6666
"prismjs": "1.29.0",
6767
"rxjs": "7.8.1",

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.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.0...v3.5.1) (2025-02-10)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
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-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.0",
3+
"version": "3.5.1",
44
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
55
"nx": {
66
"name": "metrics-scala",

packages/metrics/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.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.0...v3.5.1) (2025-02-10)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics
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-metrics

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.5.0",
3+
"version": "3.5.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.5.0"
29+
"mutation-testing-report-schema": "3.5.1"
3030
},
3131
"devDependencies": {
3232
"eslint-config-mte": "*"

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.5.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.5.0...v3.5.1) (2025-02-10)
7+
8+
9+
### Bug Fixes
10+
11+
* publish schema source to npm ([#3623](https://github.com/stryker-mutator/mutation-testing-elements/issues/3623)) ([0b7e557](https://github.com/stryker-mutator/mutation-testing-elements/commit/0b7e5579db5764a167b45ee51986da943c929c75))
12+
13+
14+
15+
16+
617
# [3.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.1...v3.5.0) (2025-01-31)
718

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

packages/report-schema/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-report-schema",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "The json schema for a mutation testing report.",
55
"main": "dist/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)