Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Oct 31, 2023
1 parent 546a780 commit 8c3f6c7
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 15 deletions.
8 changes: 8 additions & 0 deletions 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.

## [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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.0.4",
"version": "2.0.5",
"command": {
"version": {
"allowBranch": "master",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/elements/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.

## [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)


Expand Down
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": "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",
Expand Down Expand Up @@ -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",
Expand Down
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.

## [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
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": "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\"",
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.

## [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)


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": "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",
Expand All @@ -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": "*"
Expand Down
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.

## [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
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": "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",
Expand Down

0 comments on commit 8c3f6c7

Please sign in to comment.