From b38c65c1fe100dbaf4ea7cadb895a949b3cf9a6d Mon Sep 17 00:00:00 2001 From: Hugo van Rijswijk Date: Fri, 28 Jan 2022 10:33:59 +0100 Subject: [PATCH] v1.7.9 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/elements/CHANGELOG.md | 11 +++++++++++ packages/elements/package-lock.json | 2 +- packages/elements/package.json | 4 ++-- packages/metrics-scala/CHANGELOG.md | 8 ++++++++ packages/metrics-scala/package.json | 2 +- packages/metrics/CHANGELOG.md | 11 +++++++++++ packages/metrics/package.json | 2 +- 9 files changed, 48 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7501d8f73..1796c6899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.9](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.8...v1.7.9) (2022-01-28) + + +### Bug Fixes + +* **aggregate:** also make ids unique ([#1673](https://github.com/stryker-mutator/mutation-testing-elements/issues/1673)) ([3fcbbc6](https://github.com/stryker-mutator/mutation-testing-elements/commit/3fcbbc66df6a27282dc8234435bd2f6004302318)), closes [#1672](https://github.com/stryker-mutator/mutation-testing-elements/issues/1672) +* **mutation-testing-elements:** Don't render statusreason if it's an empty string ([#1620](https://github.com/stryker-mutator/mutation-testing-elements/issues/1620)) ([c5e97e2](https://github.com/stryker-mutator/mutation-testing-elements/commit/c5e97e246e88bb249c10c05158480cf3acaccb2b)) + + + + + ## [1.7.8](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.7...v1.7.8) (2021-12-09) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 285664978..42f828fed 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.7.8", + "version": "1.7.9", "command": { "version": { "allowBranch": "master", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index 6f3e4288c..de11098c1 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.9](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.8...v1.7.9) (2022-01-28) + + +### Bug Fixes + +* **mutation-testing-elements:** Don't render statusreason if it's an empty string ([#1620](https://github.com/stryker-mutator/mutation-testing-elements/issues/1620)) ([c5e97e2](https://github.com/stryker-mutator/mutation-testing-elements/commit/c5e97e246e88bb249c10c05158480cf3acaccb2b)) + + + + + ## [1.7.8](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.7...v1.7.8) (2021-12-09) **Note:** Version bump only for package mutation-testing-elements diff --git a/packages/elements/package-lock.json b/packages/elements/package-lock.json index 997a959eb..9145adcee 100644 --- a/packages/elements/package-lock.json +++ b/packages/elements/package-lock.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-elements", - "version": "1.7.8", + "version": "1.7.9", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/elements/package.json b/packages/elements/package.json index ea01bc8ea..d2b8dab19 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-elements", - "version": "1.7.8", + "version": "1.7.9", "description": "A suite of web components for a mutation testing report.", "unpkg": "dist/mutation-test-elements.js", "main": "dist/index.js", @@ -28,7 +28,7 @@ "homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/elements#readme", "devDependencies": { "@types/prismjs": "^1.16.1", - "mutation-testing-metrics": "1.7.8", + "mutation-testing-metrics": "1.7.9", "mutation-testing-report-schema": "1.7.8", "prismjs": "^1.21.0" } diff --git a/packages/metrics-scala/CHANGELOG.md b/packages/metrics-scala/CHANGELOG.md index aab130df7..2abc2b81f 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. +## [1.7.9](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.8...v1.7.9) (2022-01-28) + +**Note:** Version bump only for package mutation-testing-metrics-scala + + + + + ## [1.7.8](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.7...v1.7.8) (2021-12-09) **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 d041beff9..69561dc80 100644 --- a/packages/metrics-scala/package.json +++ b/packages/metrics-scala/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-metrics-scala", - "version": "1.7.8", + "version": "1.7.9", "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 ea7199c89..2aba09577 100644 --- a/packages/metrics/CHANGELOG.md +++ b/packages/metrics/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.9](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.8...v1.7.9) (2022-01-28) + + +### Bug Fixes + +* **aggregate:** also make ids unique ([#1673](https://github.com/stryker-mutator/mutation-testing-elements/issues/1673)) ([3fcbbc6](https://github.com/stryker-mutator/mutation-testing-elements/commit/3fcbbc66df6a27282dc8234435bd2f6004302318)), closes [#1672](https://github.com/stryker-mutator/mutation-testing-elements/issues/1672) + + + + + ## [1.7.8](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.7...v1.7.8) (2021-12-09) **Note:** Version bump only for package mutation-testing-metrics diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 3e75938a4..ddecb23cf 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-metrics", - "version": "1.7.8", + "version": "1.7.9", "description": "Utility functions to calculate mutation testing metrics.", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts",