Skip to content

Commit

Permalink
v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Nov 19, 2021
1 parent 24d48f8 commit 33d0972
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.6](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.5...v1.7.6) (2021-11-19)


### Bug Fixes

* stryker-net url ([#1482](https://github.com/stryker-mutator/mutation-testing-elements/issues/1482)) ([15c46d9](https://github.com/stryker-mutator/mutation-testing-elements/commit/15c46d9c0431695a3c436fc7011f29c747875209))


### Features

* **diff:** add new "diff" feature to mutant view ([#1515](https://github.com/stryker-mutator/mutation-testing-elements/issues/1515)) ([c5f0657](https://github.com/stryker-mutator/mutation-testing-elements/commit/c5f0657a26be07fa4607a89291d34ceac1110632))





## [1.7.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.4...v1.7.5) (2021-08-01)


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.7.5",
"version": "1.7.6",
"command": {
"version": {
"allowBranch": "master",
Expand Down
11 changes: 11 additions & 0 deletions packages/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.7.6](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.5...v1.7.6) (2021-11-19)


### Features

* **diff:** add new "diff" feature to mutant view ([#1515](https://github.com/stryker-mutator/mutation-testing-elements/issues/1515)) ([c5f0657](https://github.com/stryker-mutator/mutation-testing-elements/commit/c5f0657a26be07fa4607a89291d34ceac1110632))





## [1.7.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.4...v1.7.5) (2021-08-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/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/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-elements",
"version": "1.7.5",
"version": "1.7.6",
"description": "A suite of web components for a mutation testing report.",
"unpkg": "dist/mutation-test-elements.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"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.5",
"mutation-testing-report-schema": "1.7.4",
"mutation-testing-metrics": "1.7.6",
"mutation-testing-report-schema": "1.7.6",
"prismjs": "^1.21.0"
}
}
8 changes: 8 additions & 0 deletions packages/metrics-scala/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.7.6](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.5...v1.7.6) (2021-11-19)

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





## [1.7.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.4...v1.7.5) (2021-08-01)

**Note:** Version bump only for package mutation-testing-metrics-scala
Expand Down
2 changes: 1 addition & 1 deletion packages/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.7.5",
"version": "1.7.6",
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
"scripts": {
"test": "sbt \"compile; metrics/test; circe/test; docs/mdoc --check\"",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.7.6](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.5...v1.7.6) (2021-11-19)

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





## [1.7.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.4...v1.7.5) (2021-08-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-metrics",
"version": "1.7.5",
"version": "1.7.6",
"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/metrics#readme",
"dependencies": {
"mutation-testing-report-schema": "1.7.4"
"mutation-testing-report-schema": "1.7.6"
}
}
8 changes: 8 additions & 0 deletions packages/report-schema/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.7.6](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.5...v1.7.6) (2021-11-19)

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





## [1.7.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.3...v1.7.4) (2021-07-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/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.7.4",
"version": "1.7.6",
"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 33d0972

Please sign in to comment.