Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Apr 4, 2024
1 parent 3f20e11 commit 156f1e2
Show file tree
Hide file tree
Showing 13 changed files with 101 additions and 19 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)


### Bug Fixes

* **deps:** update linters to v7 ([#3012](https://github.com/stryker-mutator/mutation-testing-elements/issues/3012)) ([6a2631b](https://github.com/stryker-mutator/mutation-testing-elements/commit/6a2631b7116aaf32f2bec8115c820e7d7a90d2fc))
* flush real-time response after sending event ([#3106](https://github.com/stryker-mutator/mutation-testing-elements/issues/3106)) ([3f20e11](https://github.com/stryker-mutator/mutation-testing-elements/commit/3f20e113246aa89c26982e248ecf0e43175681ea))


### Features

* **real-time:** add real-time package ([#3023](https://github.com/stryker-mutator/mutation-testing-elements/issues/3023)) ([c887bf9](https://github.com/stryker-mutator/mutation-testing-elements/commit/c887bf9c9345a2a9231dcd36fec63878c4ab7ac8))


### Reverts

* Revert "build(deps-dev): update scala-library from 2.12.18 to 2.13.12 (#3029)" (#3030) ([202bfae](https://github.com/stryker-mutator/mutation-testing-elements/commit/202bfae8a1a5c923174196b7bb2222d94fc7564d)), closes [#3029](https://github.com/stryker-mutator/mutation-testing-elements/issues/3029) [#3030](https://github.com/stryker-mutator/mutation-testing-elements/issues/3030)





## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "3.0.2",
"version": "3.0.3",
"command": {
"version": {
"allowBranch": "master",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

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.

## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)


### Features

* **real-time:** add real-time package ([#3023](https://github.com/stryker-mutator/mutation-testing-elements/issues/3023)) ([c887bf9](https://github.com/stryker-mutator/mutation-testing-elements/commit/c887bf9c9345a2a9231dcd36fec63878c4ab7ac8))





## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23)


Expand Down
8 changes: 4 additions & 4 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-elements",
"version": "3.0.2",
"version": "3.0.3",
"description": "A suite of web components for a mutation testing report.",
"unpkg": "dist/mutation-test-elements.js",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -62,9 +62,9 @@
"eslint-config-mte": "*",
"express": "4.19.2",
"lit": "3.1.2",
"mutation-testing-metrics": "3.0.2",
"mutation-testing-real-time": "3.0.2",
"mutation-testing-report-schema": "3.0.2",
"mutation-testing-metrics": "3.0.3",
"mutation-testing-real-time": "3.0.3",
"mutation-testing-report-schema": "3.0.3",
"postcss": "8.4.38",
"prism-svelte": "0.5.0",
"prismjs": "1.29.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/metrics-scala/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.

## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)


### Reverts

* Revert "build(deps-dev): update scala-library from 2.12.18 to 2.13.12 (#3029)" (#3030) ([202bfae](https://github.com/stryker-mutator/mutation-testing-elements/commit/202bfae8a1a5c923174196b7bb2222d94fc7564d)), closes [#3029](https://github.com/stryker-mutator/mutation-testing-elements/issues/3029) [#3030](https://github.com/stryker-mutator/mutation-testing-elements/issues/3030)





## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23)

**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": "3.0.2",
"version": "3.0.3",
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
"nx": {
"name": "metrics-scala",
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.

## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)


### Features

* **real-time:** add real-time package ([#3023](https://github.com/stryker-mutator/mutation-testing-elements/issues/3023)) ([c887bf9](https://github.com/stryker-mutator/mutation-testing-elements/commit/c887bf9c9345a2a9231dcd36fec63878c4ab7ac8))





## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23)

**Note:** Version bump only for package mutation-testing-metrics
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": "3.0.2",
"version": "3.0.3",
"description": "Utility functions to calculate mutation testing metrics.",
"type": "module",
"main": "dist/src/index.js",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics#readme",
"dependencies": {
"mutation-testing-report-schema": "3.0.2"
"mutation-testing-report-schema": "3.0.3"
},
"devDependencies": {
"eslint-config-mte": "*"
Expand Down
16 changes: 16 additions & 0 deletions packages/real-time/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)


### Bug Fixes

* flush real-time response after sending event ([#3106](https://github.com/stryker-mutator/mutation-testing-elements/issues/3106)) ([3f20e11](https://github.com/stryker-mutator/mutation-testing-elements/commit/3f20e113246aa89c26982e248ecf0e43175681ea))


### Features

* **real-time:** add real-time package ([#3023](https://github.com/stryker-mutator/mutation-testing-elements/issues/3023)) ([c887bf9](https://github.com/stryker-mutator/mutation-testing-elements/commit/c887bf9c9345a2a9231dcd36fec63878c4ab7ac8))
2 changes: 1 addition & 1 deletion packages/real-time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-testing-real-time",
"version": "3.0.2",
"version": "3.0.3",
"description": "Helpers to create a NodeJS server for real-time reporting for a mutation testing elements report",
"module": "dist/src/index.js",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/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.

## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)


### Features

* **real-time:** add real-time package ([#3023](https://github.com/stryker-mutator/mutation-testing-elements/issues/3023)) ([c887bf9](https://github.com/stryker-mutator/mutation-testing-elements/commit/c887bf9c9345a2a9231dcd36fec63878c4ab7ac8))





## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23)

**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": "3.0.2",
"version": "3.0.3",
"description": "The json schema for a mutation testing report.",
"main": "dist/src/index.js",
"type": "module",
Expand Down

0 comments on commit 156f1e2

Please sign in to comment.