From f3e74496c4bef02116b628b25299e133db8d90b7 Mon Sep 17 00:00:00 2001 From: Hugo van Rijswijk Date: Tue, 25 Aug 2020 20:36:42 +0200 Subject: [PATCH] v1.4.0 --- CHANGELOG.md | 18 ++++++++++++++++++ lerna.json | 2 +- .../mutation-testing-elements/CHANGELOG.md | 11 +++++++++++ .../package-lock.json | 2 +- .../mutation-testing-elements/package.json | 6 +++--- .../CHANGELOG.md | 17 +++++++++++++++++ .../package.json | 2 +- packages/mutation-testing-metrics/CHANGELOG.md | 8 ++++++++ packages/mutation-testing-metrics/package.json | 4 ++-- .../CHANGELOG.md | 8 ++++++++ .../package.json | 2 +- 11 files changed, 71 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c12282d6..024e1dba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.1...v1.4.0) (2020-08-25) + + +### Bug Fixes + +* **elements:** fix stryker config in elements ([#592](https://github.com/stryker-mutator/mutation-testing-elements/issues/592)) ([01d5c9a](https://github.com/stryker-mutator/mutation-testing-elements/commit/01d5c9adfcc95e5b87dab1aa65df599746029e18)) +* **sonatype:** fix release process for sonatype ([a308a85](https://github.com/stryker-mutator/mutation-testing-elements/commit/a308a8512c2f2539f98ef16d65a01289b8d0ba1f)) + + +### Features + +* **metrics-scala:** add optional description field ([#602](https://github.com/stryker-mutator/mutation-testing-elements/issues/602)) ([2ef280c](https://github.com/stryker-mutator/mutation-testing-elements/commit/2ef280c8cffaa1e97001cd6d6d74e12630846604)) +* **metrics-scala:** add support for RuntimeError mutant status ([#609](https://github.com/stryker-mutator/mutation-testing-elements/issues/609)) ([d4c9ae5](https://github.com/stryker-mutator/mutation-testing-elements/commit/d4c9ae560753e4841b9ab03f1fe1cdaddd3b1894)) + + + + + ## [1.3.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.0...v1.3.1) (2020-03-28) diff --git a/lerna.json b/lerna.json index b6fffa3f4..f5d2d52a5 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.3.1", + "version": "1.4.0", "command": { "version": { "allowBranch": "master" diff --git a/packages/mutation-testing-elements/CHANGELOG.md b/packages/mutation-testing-elements/CHANGELOG.md index ac3018f1a..efbeb7a6c 100644 --- a/packages/mutation-testing-elements/CHANGELOG.md +++ b/packages/mutation-testing-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.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.1...v1.4.0) (2020-08-25) + + +### Bug Fixes + +* **elements:** fix stryker config in elements ([#592](https://github.com/stryker-mutator/mutation-testing-elements/issues/592)) ([01d5c9a](https://github.com/stryker-mutator/mutation-testing-elements/commit/01d5c9adfcc95e5b87dab1aa65df599746029e18)) + + + + + ## [1.3.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.0...v1.3.1) (2020-03-28) diff --git a/packages/mutation-testing-elements/package-lock.json b/packages/mutation-testing-elements/package-lock.json index 5bf0670c5..6636319e1 100644 --- a/packages/mutation-testing-elements/package-lock.json +++ b/packages/mutation-testing-elements/package-lock.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-elements", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/mutation-testing-elements/package.json b/packages/mutation-testing-elements/package.json index 4de785e1e..218940fe2 100644 --- a/packages/mutation-testing-elements/package.json +++ b/packages/mutation-testing-elements/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-elements", - "version": "1.3.1", + "version": "1.4.0", "description": "A suite of web components for a mutation testing report.", "unpkg": "dist/mutation-test-elements.js", "main": "dist/index.js", @@ -25,8 +25,8 @@ "homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-elements#readme", "devDependencies": { "@types/prismjs": "^1.16.1", - "mutation-testing-metrics": "^1.3.1", - "mutation-testing-report-schema": "^1.3.1", + "mutation-testing-metrics": "^1.4.0", + "mutation-testing-report-schema": "^1.4.0", "prismjs": "^1.21.0" } } diff --git a/packages/mutation-testing-metrics-scala/CHANGELOG.md b/packages/mutation-testing-metrics-scala/CHANGELOG.md index 656f4cfa4..1c9ff0a08 100644 --- a/packages/mutation-testing-metrics-scala/CHANGELOG.md +++ b/packages/mutation-testing-metrics-scala/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.1...v1.4.0) (2020-08-25) + + +### Bug Fixes + +* **sonatype:** fix release process for sonatype ([a308a85](https://github.com/stryker-mutator/mutation-testing-elements/commit/a308a8512c2f2539f98ef16d65a01289b8d0ba1f)) + + +### Features + +* **metrics-scala:** add optional description field ([#602](https://github.com/stryker-mutator/mutation-testing-elements/issues/602)) ([2ef280c](https://github.com/stryker-mutator/mutation-testing-elements/commit/2ef280c8cffaa1e97001cd6d6d74e12630846604)) +* **metrics-scala:** add support for RuntimeError mutant status ([#609](https://github.com/stryker-mutator/mutation-testing-elements/issues/609)) ([d4c9ae5](https://github.com/stryker-mutator/mutation-testing-elements/commit/d4c9ae560753e4841b9ab03f1fe1cdaddd3b1894)) + + + + + ## [1.3.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.0...v1.3.1) (2020-03-28) diff --git a/packages/mutation-testing-metrics-scala/package.json b/packages/mutation-testing-metrics-scala/package.json index 3867cdb4b..92fab8324 100644 --- a/packages/mutation-testing-metrics-scala/package.json +++ b/packages/mutation-testing-metrics-scala/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-metrics-scala", - "version": "1.3.1", + "version": "1.4.0", "description": "Zero-dependency library to calculate mutation testing metrics in Scala.", "scripts": { "test": "sbt \"+compile; test\"", diff --git a/packages/mutation-testing-metrics/CHANGELOG.md b/packages/mutation-testing-metrics/CHANGELOG.md index ad822422c..ce9e6030c 100644 --- a/packages/mutation-testing-metrics/CHANGELOG.md +++ b/packages/mutation-testing-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. +# [1.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.1...v1.4.0) (2020-08-25) + +**Note:** Version bump only for package mutation-testing-metrics + + + + + ## [1.3.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.0...v1.3.1) (2020-03-28) **Note:** Version bump only for package mutation-testing-metrics diff --git a/packages/mutation-testing-metrics/package.json b/packages/mutation-testing-metrics/package.json index 785ca7315..6c40884be 100644 --- a/packages/mutation-testing-metrics/package.json +++ b/packages/mutation-testing-metrics/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-metrics", - "version": "1.3.1", + "version": "1.4.0", "description": "Utility functions to calculate mutation testing metrics.", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", @@ -18,6 +18,6 @@ }, "homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-metrics#readme", "dependencies": { - "mutation-testing-report-schema": "^1.3.1" + "mutation-testing-report-schema": "^1.4.0" } } diff --git a/packages/mutation-testing-report-schema/CHANGELOG.md b/packages/mutation-testing-report-schema/CHANGELOG.md index c7e9581d0..fe544f81d 100644 --- a/packages/mutation-testing-report-schema/CHANGELOG.md +++ b/packages/mutation-testing-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. +# [1.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.1...v1.4.0) (2020-08-25) + +**Note:** Version bump only for package mutation-testing-report-schema + + + + + ## [1.3.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.0...v1.3.1) (2020-03-28) diff --git a/packages/mutation-testing-report-schema/package.json b/packages/mutation-testing-report-schema/package.json index 19b99f24f..589385c1e 100644 --- a/packages/mutation-testing-report-schema/package.json +++ b/packages/mutation-testing-report-schema/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-report-schema", - "version": "1.3.1", + "version": "1.4.0", "description": "The json schema for a mutation testing report.", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts",