Skip to content

Commit 8072ed9

Browse files
v3.0.4
1 parent 156f1e2 commit 8072ed9

File tree

13 files changed

+67
-19
lines changed

13 files changed

+67
-19
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.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
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.0.3",
4+
"version": "3.0.4",
55
"command": {
66
"version": {
77
"allowBranch": "master",

package-lock.json

Lines changed: 9 additions & 9 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.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
7+
8+
**Note:** Version bump only for package mutation-testing-elements
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
715

816

packages/elements/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-elements",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A suite of web components for a mutation testing report.",
55
"unpkg": "dist/mutation-test-elements.js",
66
"main": "dist/index.cjs",
@@ -62,9 +62,9 @@
6262
"eslint-config-mte": "*",
6363
"express": "4.19.2",
6464
"lit": "3.1.2",
65-
"mutation-testing-metrics": "3.0.3",
66-
"mutation-testing-real-time": "3.0.3",
67-
"mutation-testing-report-schema": "3.0.3",
65+
"mutation-testing-metrics": "3.0.4",
66+
"mutation-testing-real-time": "3.0.4",
67+
"mutation-testing-report-schema": "3.0.4",
6868
"postcss": "8.4.38",
6969
"prism-svelte": "0.5.0",
7070
"prismjs": "1.29.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.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
715

816

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.0.3",
3+
"version": "3.0.4",
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.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
715

816

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

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.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
7+
8+
**Note:** Version bump only for package mutation-testing-real-time
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
715

816

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.0.3",
3+
"version": "3.0.4",
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": {

packages/report-schema/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.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
7+
8+
**Note:** Version bump only for package mutation-testing-report-schema
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
715

816

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

0 commit comments

Comments
 (0)