Skip to content

Commit

Permalink
v8.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Feb 19, 2024
1 parent 40ace6e commit 7630ea4
Show file tree
Hide file tree
Showing 33 changed files with 181 additions and 101 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.2.4](https://github.com/stryker-mutator/stryker-js/compare/v8.2.3...v8.2.4) (2024-02-19)

### Bug Fixes

- **deps:** update dependency semver to ~7.6.0 ([#4719](https://github.com/stryker-mutator/stryker-js/issues/4719)) ([ffe9aeb](https://github.com/stryker-mutator/stryker-js/commit/ffe9aebc3d5726796be085d31a356d6922a78948))
- **typescript-checker:** support prerelease TypeScript versions ([#4738](https://github.com/stryker-mutator/stryker-js/issues/4738)) ([40ace6e](https://github.com/stryker-mutator/stryker-js/commit/40ace6efb8db155034f28dda5c159dfb05c42662))

## [8.2.3](https://github.com/stryker-mutator/stryker-js/compare/v8.2.2...v8.2.3) (2024-02-03)

### Bug Fixes
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": "8.2.3",
"version": "8.2.4",
"command": {
"version": {
"allowBranch": ["master", "epic/*", "feat/*"],
Expand Down
100 changes: 50 additions & 50 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.2.4](https://github.com/stryker-mutator/stryker-js/compare/v8.2.3...v8.2.4) (2024-02-19)

**Note:** Version bump only for package @stryker-mutator/api

## [8.2.3](https://github.com/stryker-mutator/stryker-js/compare/v8.2.2...v8.2.3) (2024-02-03)

**Note:** Version bump only for package @stryker-mutator/api
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/api",
"version": "8.2.3",
"version": "8.2.4",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"type": "module",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.2.4](https://github.com/stryker-mutator/stryker-js/compare/v8.2.3...v8.2.4) (2024-02-19)

### Bug Fixes

- **deps:** update dependency semver to ~7.6.0 ([#4719](https://github.com/stryker-mutator/stryker-js/issues/4719)) ([ffe9aeb](https://github.com/stryker-mutator/stryker-js/commit/ffe9aebc3d5726796be085d31a356d6922a78948))

## [8.2.3](https://github.com/stryker-mutator/stryker-js/compare/v8.2.2...v8.2.3) (2024-02-03)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/core",
"version": "8.2.3",
"version": "8.2.4",
"description": "The extendable JavaScript mutation testing framework",
"type": "module",
"files": [
Expand Down Expand Up @@ -68,9 +68,9 @@
"stryker": "./bin/stryker.js"
},
"dependencies": {
"@stryker-mutator/api": "8.2.3",
"@stryker-mutator/instrumenter": "8.2.3",
"@stryker-mutator/util": "8.2.3",
"@stryker-mutator/api": "8.2.4",
"@stryker-mutator/instrumenter": "8.2.4",
"@stryker-mutator/util": "8.2.4",
"ajv": "~8.12.0",
"chalk": "~5.3.0",
"commander": "~11.1.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"typed-rest-client": "~1.8.11"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "8.2.3",
"@stryker-mutator/test-helpers": "8.2.4",
"@types/diff-match-patch": "1.0.36",
"@types/inquirer": "9.0.7",
"@types/lodash.groupby": "4.6.9",
Expand Down
4 changes: 4 additions & 0 deletions packages/create-stryker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.2.4](https://github.com/stryker-mutator/stryker-js/compare/v8.2.3...v8.2.4) (2024-02-19)

**Note:** Version bump only for package create-stryker

## [8.2.3](https://github.com/stryker-mutator/stryker-js/compare/v8.2.2...v8.2.3) (2024-02-03)

**Note:** Version bump only for package create-stryker
Expand Down
4 changes: 2 additions & 2 deletions packages/create-stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-stryker",
"version": "8.2.3",
"version": "8.2.4",
"description": "Initializer for StrykerJS",
"type": "module",
"files": [
Expand Down Expand Up @@ -38,6 +38,6 @@
"homepage": "https://stryker-mutator.io/",
"bin": "dist/src/index.js",
"dependencies": {
"@stryker-mutator/core": "8.2.3"
"@stryker-mutator/core": "8.2.4"
}
}
Loading

0 comments on commit 7630ea4

Please sign in to comment.