diff --git a/CHANGELOG.md b/CHANGELOG.md index 204e1d9f5..0d2b6cdae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5) (2023-10-31) + +**Note:** Version bump only for package root + + + + + ## [2.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4) (2023-10-31) diff --git a/lerna.json b/lerna.json index 24414609f..8f472b35e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "2.0.4", + "version": "2.0.5", "command": { "version": { "allowBranch": "master", diff --git a/package-lock.json b/package-lock.json index 74f7eee0d..a7792b6eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18048,7 +18048,7 @@ }, "packages/elements": { "name": "mutation-testing-elements", - "version": "2.0.4", + "version": "2.0.5", "license": "Apache-2.0", "devDependencies": { "@tailwindcss/forms": "0.5.6", @@ -18071,8 +18071,8 @@ "karma-sourcemap-loader": "0.4.0", "karma-webpack": "5.0.0", "lit": "3.0.1", - "mutation-testing-metrics": "2.0.4", - "mutation-testing-report-schema": "2.0.4", + "mutation-testing-metrics": "2.0.5", + "mutation-testing-report-schema": "2.0.5", "postcss": "8.4.31", "postcss-loader": "7.3.3", "prism-svelte": "0.5.0", @@ -18093,10 +18093,10 @@ }, "packages/metrics": { "name": "mutation-testing-metrics", - "version": "2.0.4", + "version": "2.0.5", "license": "Apache-2.0", "dependencies": { - "mutation-testing-report-schema": "2.0.4" + "mutation-testing-report-schema": "2.0.5" }, "devDependencies": { "eslint-config-mte": "*" @@ -18104,12 +18104,12 @@ }, "packages/metrics-scala": { "name": "mutation-testing-metrics-scala", - "version": "2.0.4", + "version": "2.0.5", "license": "Apache-2.0" }, "packages/report-schema": { "name": "mutation-testing-report-schema", - "version": "2.0.4", + "version": "2.0.5", "license": "Apache-2.0", "devDependencies": { "ajv": "8.12.0", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index 59e5fb60d..97fa86c63 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5) (2023-10-31) + +**Note:** Version bump only for package mutation-testing-elements + + + + + ## [2.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4) (2023-10-31) diff --git a/packages/elements/package.json b/packages/elements/package.json index 962cd734a..255453630 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-elements", - "version": "2.0.4", + "version": "2.0.5", "description": "A suite of web components for a mutation testing report.", "unpkg": "dist/mutation-test-elements.js", "main": "dist/index.js", @@ -49,8 +49,8 @@ "karma-sourcemap-loader": "0.4.0", "karma-webpack": "5.0.0", "lit": "3.0.1", - "mutation-testing-metrics": "2.0.4", - "mutation-testing-report-schema": "2.0.4", + "mutation-testing-metrics": "2.0.5", + "mutation-testing-report-schema": "2.0.5", "postcss": "8.4.31", "postcss-loader": "7.3.3", "prism-svelte": "0.5.0", diff --git a/packages/metrics-scala/CHANGELOG.md b/packages/metrics-scala/CHANGELOG.md index ca97e56e3..98d40a305 100644 --- a/packages/metrics-scala/CHANGELOG.md +++ b/packages/metrics-scala/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5) (2023-10-31) + +**Note:** Version bump only for package mutation-testing-metrics-scala + + + + + ## [2.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4) (2023-10-31) **Note:** Version bump only for package mutation-testing-metrics-scala diff --git a/packages/metrics-scala/package.json b/packages/metrics-scala/package.json index daac11af0..39dff9cc3 100644 --- a/packages/metrics-scala/package.json +++ b/packages/metrics-scala/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-metrics-scala", - "version": "2.0.4", + "version": "2.0.5", "description": "Zero-dependency library to calculate mutation testing metrics in Scala.", "scripts": { "test": "sbt \"compile; metrics/test; circe/test; docs/mdoc --check\"", diff --git a/packages/metrics/CHANGELOG.md b/packages/metrics/CHANGELOG.md index bedaba0fb..8e7fc388c 100644 --- a/packages/metrics/CHANGELOG.md +++ b/packages/metrics/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5) (2023-10-31) + +**Note:** Version bump only for package mutation-testing-metrics + + + + + ## [2.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4) (2023-10-31) diff --git a/packages/metrics/package.json b/packages/metrics/package.json index b0c40e52d..46fa6df66 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-metrics", - "version": "2.0.4", + "version": "2.0.5", "description": "Utility functions to calculate mutation testing metrics.", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics#readme", "dependencies": { - "mutation-testing-report-schema": "2.0.4" + "mutation-testing-report-schema": "2.0.5" }, "devDependencies": { "eslint-config-mte": "*" diff --git a/packages/report-schema/CHANGELOG.md b/packages/report-schema/CHANGELOG.md index 9b7850206..ae07651dc 100644 --- a/packages/report-schema/CHANGELOG.md +++ b/packages/report-schema/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5) (2023-10-31) + +**Note:** Version bump only for package mutation-testing-report-schema + + + + + ## [2.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4) (2023-10-31) **Note:** Version bump only for package mutation-testing-report-schema diff --git a/packages/report-schema/package.json b/packages/report-schema/package.json index 4879e1196..1179a37cf 100644 --- a/packages/report-schema/package.json +++ b/packages/report-schema/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-report-schema", - "version": "2.0.4", + "version": "2.0.5", "description": "The json schema for a mutation testing report.", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts",