Skip to content

Commit 8c3f6c7

Browse files
v2.0.5
1 parent 546a780 commit 8c3f6c7

File tree

11 files changed

+55
-15
lines changed

11 files changed

+55
-15
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+
## [2.0.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5) (2023-10-31)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## [2.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4) (2023-10-31)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"command": {
55
"version": {
66
"allowBranch": "master",

package-lock.json

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

816

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.4",
3+
"version": "2.0.5",
44
"description": "A suite of web components for a mutation testing report.",
55
"unpkg": "dist/mutation-test-elements.js",
66
"main": "dist/index.js",
@@ -49,8 +49,8 @@
4949
"karma-sourcemap-loader": "0.4.0",
5050
"karma-webpack": "5.0.0",
5151
"lit": "3.0.1",
52-
"mutation-testing-metrics": "2.0.4",
53-
"mutation-testing-report-schema": "2.0.4",
52+
"mutation-testing-metrics": "2.0.5",
53+
"mutation-testing-report-schema": "2.0.5",
5454
"postcss": "8.4.31",
5555
"postcss-loader": "7.3.3",
5656
"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+
## [2.0.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5) (2023-10-31)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
9+
10+
11+
12+
13+
614
## [2.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4) (2023-10-31)
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": "2.0.4",
3+
"version": "2.0.5",
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.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5) (2023-10-31)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics
9+
10+
11+
12+
13+
614
## [2.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4) (2023-10-31)
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.4",
3+
"version": "2.0.5",
44
"description": "Utility functions to calculate mutation testing metrics.",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics#readme",
2222
"dependencies": {
23-
"mutation-testing-report-schema": "2.0.4"
23+
"mutation-testing-report-schema": "2.0.5"
2424
},
2525
"devDependencies": {
2626
"eslint-config-mte": "*"

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+
## [2.0.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5) (2023-10-31)
7+
8+
**Note:** Version bump only for package mutation-testing-report-schema
9+
10+
11+
12+
13+
614
## [2.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4) (2023-10-31)
715

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

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.4",
3+
"version": "2.0.5",
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)