Skip to content

Commit

Permalink
v8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Jan 29, 2024
1 parent 3fc5af8 commit f567999
Show file tree
Hide file tree
Showing 33 changed files with 167 additions and 101 deletions.
6 changes: 6 additions & 0 deletions 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.1](https://github.com/stryker-mutator/stryker-js/compare/v8.2.0...v8.2.1) (2024-01-29)

### Bug Fixes

- **publish:** use `npm ci` instead of `install` in publish ([#4697](https://github.com/stryker-mutator/stryker-js/issues/4697)) ([3fc5af8](https://github.com/stryker-mutator/stryker-js/commit/3fc5af8fbd409553f3ef95846250779721042e80))

# [8.2.0](https://github.com/stryker-mutator/stryker-js/compare/v8.1.0...v8.2.0) (2024-01-29)

### Features
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.0",
"version": "8.2.1",
"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.1](https://github.com/stryker-mutator/stryker-js/compare/v8.2.0...v8.2.1) (2024-01-29)

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

# [8.2.0](https://github.com/stryker-mutator/stryker-js/compare/v8.1.0...v8.2.0) (2024-01-29)

**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.0",
"version": "8.2.1",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"type": "module",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.1](https://github.com/stryker-mutator/stryker-js/compare/v8.2.0...v8.2.1) (2024-01-29)

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

# [8.2.0](https://github.com/stryker-mutator/stryker-js/compare/v8.1.0...v8.2.0) (2024-01-29)

**Note:** Version bump only for package @stryker-mutator/core
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.0",
"version": "8.2.1",
"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.0",
"@stryker-mutator/instrumenter": "8.2.0",
"@stryker-mutator/util": "8.2.0",
"@stryker-mutator/api": "8.2.1",
"@stryker-mutator/instrumenter": "8.2.1",
"@stryker-mutator/util": "8.2.1",
"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.0",
"@stryker-mutator/test-helpers": "8.2.1",
"@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.1](https://github.com/stryker-mutator/stryker-js/compare/v8.2.0...v8.2.1) (2024-01-29)

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

# [8.2.0](https://github.com/stryker-mutator/stryker-js/compare/v8.1.0...v8.2.0) (2024-01-29)

### Features
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.0",
"version": "8.2.1",
"description": "Initializer for StrykerJS",
"type": "module",
"files": [
Expand Down Expand Up @@ -35,6 +35,6 @@
"homepage": "https://stryker-mutator.io/",
"bin": "dist/src/index.js",
"dependencies": {
"@stryker-mutator/core": "8.2.0"
"@stryker-mutator/core": "8.2.1"
}
}

0 comments on commit f567999

Please sign in to comment.