Skip to content

Commit

Permalink
v1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Feb 8, 2023
1 parent d20ec55 commit b98411b
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 7 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.13](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.12...v1.7.13) (2023-02-08)


### Bug Fixes

* Hide test files tab if there are no test files ([#2139](https://github.com/stryker-mutator/mutation-testing-elements/issues/2139)) ([14e84d3](https://github.com/stryker-mutator/mutation-testing-elements/commit/14e84d3fa205ff39dfa00c7e0b225abc60f900f4))


### Features

* replace bootstrap with tailwind ([#2160](https://github.com/stryker-mutator/mutation-testing-elements/issues/2160)) ([4f255b4](https://github.com/stryker-mutator/mutation-testing-elements/commit/4f255b4533f47bf581ff237131f61aa0be1212f9))





## [1.7.12](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.11...v1.7.12) (2022-09-02)


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.12",
"version": "1.7.13",
"command": {
"version": {
"allowBranch": "master",
Expand Down
16 changes: 16 additions & 0 deletions packages/elements/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.13](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.12...v1.7.13) (2023-02-08)


### Bug Fixes

* Hide test files tab if there are no test files ([#2139](https://github.com/stryker-mutator/mutation-testing-elements/issues/2139)) ([14e84d3](https://github.com/stryker-mutator/mutation-testing-elements/commit/14e84d3fa205ff39dfa00c7e0b225abc60f900f4))


### Features

* replace bootstrap with tailwind ([#2160](https://github.com/stryker-mutator/mutation-testing-elements/issues/2160)) ([4f255b4](https://github.com/stryker-mutator/mutation-testing-elements/commit/4f255b4533f47bf581ff237131f61aa0be1212f9))





## [1.7.12](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.11...v1.7.12) (2022-09-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/elements/package-lock.json

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

4 changes: 2 additions & 2 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.12",
"version": "1.7.13",
"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,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.11",
"mutation-testing-metrics": "1.7.13",
"mutation-testing-report-schema": "1.7.10",
"prismjs": "^1.21.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.

## [1.7.13](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.12...v1.7.13) (2023-02-08)

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





## [1.7.11](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.10...v1.7.11) (2022-08-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": "1.7.11",
"version": "1.7.13",
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
"scripts": {
"test": "sbt \"compile; metrics/test; circe/test; docs/mdoc --check\"",
Expand Down
11 changes: 11 additions & 0 deletions packages/metrics/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.13](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.12...v1.7.13) (2023-02-08)


### Bug Fixes

* Hide test files tab if there are no test files ([#2139](https://github.com/stryker-mutator/mutation-testing-elements/issues/2139)) ([14e84d3](https://github.com/stryker-mutator/mutation-testing-elements/commit/14e84d3fa205ff39dfa00c7e0b225abc60f900f4))





## [1.7.11](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.10...v1.7.11) (2022-08-31)

**Note:** Version bump only for package mutation-testing-metrics
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "1.7.13",
"description": "Utility functions to calculate mutation testing metrics.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down

0 comments on commit b98411b

Please sign in to comment.