Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Jan 31, 2025
1 parent 7439824 commit 62a0b54
Show file tree
Hide file tree
Showing 13 changed files with 128 additions and 19 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.1...v3.5.0) (2025-01-31)


### Bug Fixes

* **deps:** update dependency eslint-config-prettier to v10 ([#3592](https://github.com/stryker-mutator/mutation-testing-elements/issues/3592)) ([4be1b70](https://github.com/stryker-mutator/mutation-testing-elements/commit/4be1b703ad0ce735a9486e83bf5c7f216c6587b0))
* **deps:** update dependency typescript-eslint to v8.18.0 ([#3562](https://github.com/stryker-mutator/mutation-testing-elements/issues/3562)) ([c3d2a60](https://github.com/stryker-mutator/mutation-testing-elements/commit/c3d2a600474651aff222fd02e8717f0b1cd41f9c))
* **deps:** update dependency typescript-eslint to v8.18.1 ([#3568](https://github.com/stryker-mutator/mutation-testing-elements/issues/3568)) ([810e2d2](https://github.com/stryker-mutator/mutation-testing-elements/commit/810e2d2e71dc06394e601e0d98563fab1f402a68))
* **deps:** update dependency typescript-eslint to v8.18.2 ([#3573](https://github.com/stryker-mutator/mutation-testing-elements/issues/3573)) ([b5e350a](https://github.com/stryker-mutator/mutation-testing-elements/commit/b5e350aa90a53334bb01fb1e457147ec05a9a944))
* **deps:** update dependency typescript-eslint to v8.19.1 ([#3581](https://github.com/stryker-mutator/mutation-testing-elements/issues/3581)) ([2f15e4a](https://github.com/stryker-mutator/mutation-testing-elements/commit/2f15e4a811c67eb796e35b696bb0531b8b0b3418))
* **deps:** update dependency typescript-eslint to v8.20.0 ([#3591](https://github.com/stryker-mutator/mutation-testing-elements/issues/3591)) ([df9c4bd](https://github.com/stryker-mutator/mutation-testing-elements/commit/df9c4bd3daa9d0f2e6700291819450bde0dc3eda))
* **deps:** update dependency typescript-eslint to v8.22.0 ([#3604](https://github.com/stryker-mutator/mutation-testing-elements/issues/3604)) ([2708d39](https://github.com/stryker-mutator/mutation-testing-elements/commit/2708d39c996aaed7faf092fa7afaa844f140814b))


### Features

* **deps:** update dependency tailwindcss to v4 ([#3605](https://github.com/stryker-mutator/mutation-testing-elements/issues/3605)) ([b282842](https://github.com/stryker-mutator/mutation-testing-elements/commit/b2828429fc69676068a8c8d57c4f15257266116f))


### Reverts

* Revert "WIP" ([b23d88b](https://github.com/stryker-mutator/mutation-testing-elements/commit/b23d88bf729a793347b1897647b73ab26b40e027))





## [3.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.0...v3.4.1) (2024-11-25)


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.4.1",
"version": "3.5.0",
"command": {
"version": {
"allowBranch": "master",
Expand Down
52 changes: 43 additions & 9 deletions package-lock.json

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

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.

# [3.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.1...v3.5.0) (2025-01-31)


### Features

* **deps:** update dependency tailwindcss to v4 ([#3605](https://github.com/stryker-mutator/mutation-testing-elements/issues/3605)) ([b282842](https://github.com/stryker-mutator/mutation-testing-elements/commit/b2828429fc69676068a8c8d57c4f15257266116f))


### Reverts

* Revert "WIP" ([b23d88b](https://github.com/stryker-mutator/mutation-testing-elements/commit/b23d88bf729a793347b1897647b73ab26b40e027))





# [3.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.3.0...v3.4.0) (2024-11-22)


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.4.0",
"version": "3.5.0",
"description": "A suite of web components for a mutation testing report.",
"unpkg": "dist/mutation-test-elements.js",
"browser": "dist/mutation-test-elements.js",
Expand Down Expand Up @@ -59,9 +59,9 @@
"fuzzysort": "3.1.0",
"lightningcss": "1.29.1",
"lit": "3.2.1",
"mutation-testing-metrics": "3.3.0",
"mutation-testing-real-time": "3.3.0",
"mutation-testing-report-schema": "3.3.0",
"mutation-testing-metrics": "3.5.0",
"mutation-testing-real-time": "3.5.0",
"mutation-testing-report-schema": "3.5.0",
"prism-svelte": "0.5.0",
"prismjs": "1.29.0",
"rxjs": "7.8.1",
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.

# [3.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.1...v3.5.0) (2025-01-31)

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





## [3.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.0...v3.4.1) (2024-11-25)


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

# [3.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.1...v3.5.0) (2025-01-31)

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





# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)


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.3.0",
"version": "3.5.0",
"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.3.0"
"mutation-testing-report-schema": "3.5.0"
},
"devDependencies": {
"eslint-config-mte": "*"
Expand Down
8 changes: 8 additions & 0 deletions packages/real-time/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.

# [3.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.1...v3.5.0) (2025-01-31)

**Note:** Version bump only for package mutation-testing-real-time





# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)


Expand Down
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.3.0",
"version": "3.5.0",
"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
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.

# [3.5.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.4.1...v3.5.0) (2025-01-31)

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





# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)


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

0 comments on commit 62a0b54

Please sign in to comment.