Skip to content

Commit b259a9b

Browse files
v2.0.1
1 parent e135dcc commit b259a9b

File tree

11 files changed

+74
-10
lines changed

11 files changed

+74
-10
lines changed

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+
## [2.0.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.0...v2.0.1) (2023-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **elements-table:** transition score colors after update ([#2503](https://github.com/stryker-mutator/mutation-testing-elements/issues/2503)) ([973c5c1](https://github.com/stryker-mutator/mutation-testing-elements/commit/973c5c112d53277c596438fcdb9c72537c7b6c79))
12+
* **schema:** Correctly validate schema version ([#2494](https://github.com/stryker-mutator/mutation-testing-elements/issues/2494)) ([72979e7](https://github.com/stryker-mutator/mutation-testing-elements/commit/72979e79b4e97591929b25f9b327b7509b591f69))
13+
14+
15+
### Performance Improvements
16+
17+
* **elements:** improve performance of real-time reporting ([#2498](https://github.com/stryker-mutator/mutation-testing-elements/issues/2498)) ([42f8dcf](https://github.com/stryker-mutator/mutation-testing-elements/commit/42f8dcf108677221296927ede66eae033b112c43))
18+
19+
20+
21+
22+
623
# [2.0.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.14...v2.0.0) (2023-04-29)
724

825

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": "2.0.0",
5+
"version": "2.0.1",
66
"command": {
77
"version": {
88
"allowBranch": "master",

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+
## [2.0.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.0...v2.0.1) (2023-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **elements-table:** transition score colors after update ([#2503](https://github.com/stryker-mutator/mutation-testing-elements/issues/2503)) ([973c5c1](https://github.com/stryker-mutator/mutation-testing-elements/commit/973c5c112d53277c596438fcdb9c72537c7b6c79))
12+
* **schema:** Correctly validate schema version ([#2494](https://github.com/stryker-mutator/mutation-testing-elements/issues/2494)) ([72979e7](https://github.com/stryker-mutator/mutation-testing-elements/commit/72979e79b4e97591929b25f9b327b7509b591f69))
13+
14+
15+
### Performance Improvements
16+
17+
* **elements:** improve performance of real-time reporting ([#2498](https://github.com/stryker-mutator/mutation-testing-elements/issues/2498)) ([42f8dcf](https://github.com/stryker-mutator/mutation-testing-elements/commit/42f8dcf108677221296927ede66eae033b112c43))
18+
19+
20+
21+
22+
623
# [2.0.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.14...v2.0.0) (2023-04-29)
724

825

packages/elements/package-lock.json

Lines changed: 2 additions & 2 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-elements",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A suite of web components for a mutation testing report.",
55
"unpkg": "dist/mutation-test-elements.js",
66
"main": "dist/index.js",
@@ -29,8 +29,8 @@
2929
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/elements#readme",
3030
"devDependencies": {
3131
"@types/prismjs": "^1.16.1",
32-
"mutation-testing-metrics": "2.0.0",
33-
"mutation-testing-report-schema": "2.0.0",
32+
"mutation-testing-metrics": "2.0.1",
33+
"mutation-testing-report-schema": "2.0.1",
3434
"prismjs": "^1.21.0"
3535
}
3636
}

packages/metrics-scala/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+
## [2.0.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.0...v2.0.1) (2023-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **schema:** Correctly validate schema version ([#2494](https://github.com/stryker-mutator/mutation-testing-elements/issues/2494)) ([72979e7](https://github.com/stryker-mutator/mutation-testing-elements/commit/72979e79b4e97591929b25f9b327b7509b591f69))
12+
13+
14+
15+
16+
617
# [2.0.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.14...v2.0.0) (2023-04-29)
718

819

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": "2.0.0",
3+
"version": "2.0.1",
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+
## [2.0.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.0...v2.0.1) (2023-05-11)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics
9+
10+
11+
12+
13+
614
# [2.0.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.14...v2.0.0) (2023-04-29)
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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Utility functions to calculate mutation testing metrics.",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -19,6 +19,6 @@
1919
},
2020
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics#readme",
2121
"dependencies": {
22-
"mutation-testing-report-schema": "2.0.0"
22+
"mutation-testing-report-schema": "2.0.1"
2323
}
2424
}

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+
## [2.0.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.0...v2.0.1) (2023-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **schema:** Correctly validate schema version ([#2494](https://github.com/stryker-mutator/mutation-testing-elements/issues/2494)) ([72979e7](https://github.com/stryker-mutator/mutation-testing-elements/commit/72979e79b4e97591929b25f9b327b7509b591f69))
12+
13+
14+
15+
16+
617
# [2.0.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.14...v2.0.0) (2023-04-29)
718

819

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "The json schema for a mutation testing report.",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)