Skip to content

Commit c73885b

Browse files
v3.2.0
1 parent ae8cfc4 commit c73885b

File tree

11 files changed

+69
-13
lines changed

11 files changed

+69
-13
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency typescript-eslint to v8.0.0 ([5af7ab6](https://github.com/stryker-mutator/mutation-testing-elements/commit/5af7ab6e187ea09f206d77bd88b264453269821a))
12+
* **deps:** update dependency typescript-eslint to v8.0.0-alpha.45 ([01ddd21](https://github.com/stryker-mutator/mutation-testing-elements/commit/01ddd21e5f0c534eaaa306e6d9e0dd0c647d954e))
13+
* **deps:** update dependency typescript-eslint to v8.0.0-alpha.46 ([afdd494](https://github.com/stryker-mutator/mutation-testing-elements/commit/afdd4946930f52f34bf0e17d88c8917c093edd11))
14+
* **deps:** update dependency typescript-eslint to v8.0.0-alpha.47 ([89f553c](https://github.com/stryker-mutator/mutation-testing-elements/commit/89f553c1e3d9234d30308ed5d577aea75a7c02a5))
15+
* **deps:** update dependency typescript-eslint to v8.0.0-alpha.48 ([58aad91](https://github.com/stryker-mutator/mutation-testing-elements/commit/58aad91ab9e5356ce4a4775f4094f22f9cc2fc28))
16+
* **deps:** update dependency typescript-eslint to v8.0.0-alpha.49 ([4e1718d](https://github.com/stryker-mutator/mutation-testing-elements/commit/4e1718d979e1c85b1ff1754c83eb642ff9927a53))
17+
18+
19+
### Features
20+
21+
* **report:** add Mutation Coverage based on Covered code column ([#3310](https://github.com/stryker-mutator/mutation-testing-elements/issues/3310)) ([d68d9c8](https://github.com/stryker-mutator/mutation-testing-elements/commit/d68d9c8d725358dadd4cc6a7ccaf8311fb64ece2))
22+
23+
24+
25+
26+
627
## [3.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
728

829

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

package-lock.json

Lines changed: 6 additions & 6 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: 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.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07)
7+
8+
9+
### Features
10+
11+
* **report:** add Mutation Coverage based on Covered code column ([#3310](https://github.com/stryker-mutator/mutation-testing-elements/issues/3310)) ([d68d9c8](https://github.com/stryker-mutator/mutation-testing-elements/commit/d68d9c8d725358dadd4cc6a7ccaf8311fb64ece2))
12+
13+
14+
15+
16+
617
## [3.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
718

819

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.1.1",
3+
"version": "3.2.0",
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,8 +63,8 @@
6363
"eslint-config-mte": "*",
6464
"express": "4.19.2",
6565
"lit": "3.2.0",
66-
"mutation-testing-metrics": "3.1.1",
67-
"mutation-testing-real-time": "3.1.1",
66+
"mutation-testing-metrics": "3.2.0",
67+
"mutation-testing-real-time": "3.2.0",
6868
"mutation-testing-report-schema": "3.1.1",
6969
"postcss": "8.4.41",
7070
"prism-svelte": "0.5.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.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
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.1",
3+
"version": "3.2.0",
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.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
715

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

packages/metrics/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",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Utility functions to calculate mutation testing metrics.",
55
"type": "module",
66
"main": "dist/src/index.js",

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.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07)
7+
8+
**Note:** Version bump only for package mutation-testing-real-time
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
715

816

0 commit comments

Comments
 (0)