Skip to content

Commit c3789dd

Browse files
v3.1.1
1 parent b85a177 commit c3789dd

File tree

13 files changed

+78
-19
lines changed

13 files changed

+78
-19
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.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency typescript-eslint to v8.0.0-alpha.44 ([#3221](https://github.com/stryker-mutator/mutation-testing-elements/issues/3221)) ([9f0b7cd](https://github.com/stryker-mutator/mutation-testing-elements/commit/9f0b7cd68fbc86e89c6b0db35f3e49b4943c0d9c))
12+
* detail scroll not being able to scroll all the way down ([#3304](https://github.com/stryker-mutator/mutation-testing-elements/issues/3304)) ([b85a177](https://github.com/stryker-mutator/mutation-testing-elements/commit/b85a177f3065d94325ff0576964384a83d94514f))
13+
14+
15+
16+
17+
618
# [3.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
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.1.0",
4+
"version": "3.1.1",
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: 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.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency typescript-eslint to v8.0.0-alpha.44 ([#3221](https://github.com/stryker-mutator/mutation-testing-elements/issues/3221)) ([9f0b7cd](https://github.com/stryker-mutator/mutation-testing-elements/commit/9f0b7cd68fbc86e89c6b0db35f3e49b4943c0d9c))
12+
* detail scroll not being able to scroll all the way down ([#3304](https://github.com/stryker-mutator/mutation-testing-elements/issues/3304)) ([b85a177](https://github.com/stryker-mutator/mutation-testing-elements/commit/b85a177f3065d94325ff0576964384a83d94514f))
13+
14+
15+
16+
17+
618
# [3.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
719

820

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.1.0",
3+
"version": "3.1.1",
44
"description": "A suite of web components for a mutation testing report.",
55
"unpkg": "dist/mutation-test-elements.js",
66
"main": "dist/index.cjs",
@@ -63,9 +63,9 @@
6363
"eslint-config-mte": "*",
6464
"express": "4.19.2",
6565
"lit": "3.1.4",
66-
"mutation-testing-metrics": "3.1.0",
67-
"mutation-testing-real-time": "3.1.0",
68-
"mutation-testing-report-schema": "3.1.0",
66+
"mutation-testing-metrics": "3.1.1",
67+
"mutation-testing-real-time": "3.1.1",
68+
"mutation-testing-report-schema": "3.1.1",
6969
"postcss": "8.4.39",
7070
"prism-svelte": "0.5.0",
7171
"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.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
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.1.0",
3+
"version": "3.1.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.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
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.1.0",
3+
"version": "3.1.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.1.0"
29+
"mutation-testing-report-schema": "3.1.1"
3030
},
3131
"devDependencies": {
3232
"eslint-config-mte": "*"

packages/real-time/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.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency typescript-eslint to v8.0.0-alpha.44 ([#3221](https://github.com/stryker-mutator/mutation-testing-elements/issues/3221)) ([9f0b7cd](https://github.com/stryker-mutator/mutation-testing-elements/commit/9f0b7cd68fbc86e89c6b0db35f3e49b4943c0d9c))
12+
13+
14+
15+
16+
617
# [3.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
718

819

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.1.0",
3+
"version": "3.1.1",
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.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
7+
8+
**Note:** Version bump only for package mutation-testing-report-schema
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
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.1.0",
3+
"version": "3.1.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)