Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Nov 3, 2020
1 parent 525f791 commit 9e61aa8
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.1...v1.4.2) (2020-11-03)


### Bug Fixes

* **metrics-scala:** release process if versions in submodules differ ([525f791](https://github.com/stryker-mutator/mutation-testing-elements/commit/525f791d507899df2dc843704cb0ac398a47982c))
* **sonatype:** give elements and report-schema their own sonatype version ([ec93ce3](https://github.com/stryker-mutator/mutation-testing-elements/commit/ec93ce3861fcb46e052626fa59c0db5597487345))





## [1.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.0...v1.4.1) (2020-10-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.4.1",
"version": "1.4.2",
"command": {
"version": {
"allowBranch": "master"
Expand Down
11 changes: 11 additions & 0 deletions packages/mutation-testing-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.1...v1.4.2) (2020-11-03)


### Features

* **schema:** Allow for ProjectRoot with absolute path to the projectfolder ([e8e8425](https://github.com/stryker-mutator/mutation-testing-elements/commit/e8e842531b689276be97eff371c3c8816bef3425))





## [1.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.0...v1.4.1) (2020-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/mutation-testing-elements/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/mutation-testing-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-elements",
"version": "1.4.1",
"version": "1.4.2",
"description": "A suite of web components for a mutation testing report.",
"unpkg": "dist/mutation-test-elements.js",
"main": "dist/index.js",
Expand All @@ -27,8 +27,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.4.1",
"mutation-testing-report-schema": "^1.4.1",
"mutation-testing-metrics": "^1.4.2",
"mutation-testing-report-schema": "^1.4.2",
"prismjs": "^1.21.0"
}
}
17 changes: 17 additions & 0 deletions packages/mutation-testing-metrics-scala/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.1...v1.4.2) (2020-11-03)


### Bug Fixes

* **metrics-scala:** release process if versions in submodules differ ([525f791](https://github.com/stryker-mutator/mutation-testing-elements/commit/525f791d507899df2dc843704cb0ac398a47982c))
* **sonatype:** give elements and report-schema their own sonatype version ([ec93ce3](https://github.com/stryker-mutator/mutation-testing-elements/commit/ec93ce3861fcb46e052626fa59c0db5597487345))


### Features

* **schema:** Allow for ProjectRoot with absolute path to the projectfolder ([e8e8425](https://github.com/stryker-mutator/mutation-testing-elements/commit/e8e842531b689276be97eff371c3c8816bef3425))





# [1.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.1...v1.4.0) (2020-08-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/mutation-testing-metrics-scala/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-metrics-scala",
"version": "1.4.0",
"version": "1.4.2",
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
"scripts": {
"test": "sbt \"+compile; test\"",
Expand Down
8 changes: 8 additions & 0 deletions packages/mutation-testing-metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.1...v1.4.2) (2020-11-03)

**Note:** Version bump only for package mutation-testing-metrics





## [1.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.0...v1.4.1) (2020-10-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/mutation-testing-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-metrics",
"version": "1.4.1",
"version": "1.4.2",
"description": "Utility functions to calculate mutation testing metrics.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand All @@ -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.4.1"
"mutation-testing-report-schema": "^1.4.2"
}
}
11 changes: 11 additions & 0 deletions packages/mutation-testing-report-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.1...v1.4.2) (2020-11-03)


### Features

* **schema:** Allow for ProjectRoot with absolute path to the projectfolder ([e8e8425](https://github.com/stryker-mutator/mutation-testing-elements/commit/e8e842531b689276be97eff371c3c8816bef3425))





## [1.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.0...v1.4.1) (2020-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/mutation-testing-report-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-report-schema",
"version": "1.4.1",
"version": "1.4.2",
"description": "The json schema for a mutation testing report.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down

0 comments on commit 9e61aa8

Please sign in to comment.