Skip to content

Commit 8c18bb9

Browse files
committed
v1.7.11
1 parent 0f735fb commit 8c18bb9

File tree

10 files changed

+59
-123
lines changed

10 files changed

+59
-123
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
## [1.7.11](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.10...v1.7.11) (2022-08-31)
7+
8+
9+
### Bug Fixes
10+
11+
* Set theme color for ignored status mutants ([#2043](https://github.com/stryker-mutator/mutation-testing-elements/issues/2043)) ([1c90c70](https://github.com/stryker-mutator/mutation-testing-elements/commit/1c90c70a20612134a14f18fa5a769057b5cbe32a))
12+
13+
14+
### Features
15+
16+
* improve accessibility of app and metrics-table components ([#1839](https://github.com/stryker-mutator/mutation-testing-elements/issues/1839)) ([60860fd](https://github.com/stryker-mutator/mutation-testing-elements/commit/60860fd3b69e823848a7eec85b69e2135b116a3b))
17+
* **mutant drawer:** hide mutant id ([#2065](https://github.com/stryker-mutator/mutation-testing-elements/issues/2065)) ([0f735fb](https://github.com/stryker-mutator/mutation-testing-elements/commit/0f735fb263a2b28796a15b002a3b3fca121b304d))
18+
* **sonarqube:** jq filter for import to SonarQube ([#2044](https://github.com/stryker-mutator/mutation-testing-elements/issues/2044)) ([36337c0](https://github.com/stryker-mutator/mutation-testing-elements/commit/36337c0ebb3efe75b9cc8aec0e1894f8ab00a1d4))
19+
20+
21+
22+
23+
624
## [1.7.10](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.9...v1.7.10) (2022-01-28)
725

826
**Note:** Version bump only for package root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.7.10",
5+
"version": "1.7.11",
66
"command": {
77
"version": {
88
"allowBranch": "master",

package-lock.json

Lines changed: 0 additions & 115 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
## [1.7.11](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.10...v1.7.11) (2022-08-31)
7+
8+
9+
### Bug Fixes
10+
11+
* Set theme color for ignored status mutants ([#2043](https://github.com/stryker-mutator/mutation-testing-elements/issues/2043)) ([1c90c70](https://github.com/stryker-mutator/mutation-testing-elements/commit/1c90c70a20612134a14f18fa5a769057b5cbe32a))
12+
13+
14+
### Features
15+
16+
* improve accessibility of app and metrics-table components ([#1839](https://github.com/stryker-mutator/mutation-testing-elements/issues/1839)) ([60860fd](https://github.com/stryker-mutator/mutation-testing-elements/commit/60860fd3b69e823848a7eec85b69e2135b116a3b))
17+
* **mutant drawer:** hide mutant id ([#2065](https://github.com/stryker-mutator/mutation-testing-elements/issues/2065)) ([0f735fb](https://github.com/stryker-mutator/mutation-testing-elements/commit/0f735fb263a2b28796a15b002a3b3fca121b304d))
18+
19+
20+
21+
22+
623
## [1.7.10](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.9...v1.7.10) (2022-01-28)
724

825
**Note:** Version bump only for package mutation-testing-elements

packages/elements/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.7.10",
3+
"version": "1.7.11",
44
"description": "A suite of web components for a mutation testing report.",
55
"unpkg": "dist/mutation-test-elements.js",
66
"main": "dist/index.js",
@@ -28,7 +28,7 @@
2828
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/elements#readme",
2929
"devDependencies": {
3030
"@types/prismjs": "^1.16.1",
31-
"mutation-testing-metrics": "1.7.10",
31+
"mutation-testing-metrics": "1.7.11",
3232
"mutation-testing-report-schema": "1.7.10",
3333
"prismjs": "^1.21.0"
3434
}

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+
## [1.7.11](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.10...v1.7.11) (2022-08-31)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
9+
10+
11+
12+
13+
614
## [1.7.10](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.9...v1.7.10) (2022-01-28)
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": "1.7.10",
3+
"version": "1.7.11",
44
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
55
"scripts": {
66
"test": "sbt \"compile; metrics/test; circe/test; docs/mdoc --check\"",

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+
## [1.7.11](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.10...v1.7.11) (2022-08-31)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics
9+
10+
11+
12+
13+
614
## [1.7.10](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.9...v1.7.10) (2022-01-28)
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": "1.7.10",
3+
"version": "1.7.11",
44
"description": "Utility functions to calculate mutation testing metrics.",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)