Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
strykermutator-npa committed Aug 4, 2017
1 parent 47b3295 commit 0ff6a71
Show file tree
Hide file tree
Showing 16 changed files with 86 additions and 22 deletions.
6 changes: 6 additions & 0 deletions packages/grunt-stryker/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.6.0"></a>
## [0.6.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.6.0) (2017-08-04)




<a name="0.5.7"></a>
## [0.5.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.7) (2017-07-14)

Expand Down
6 changes: 3 additions & 3 deletions packages/grunt-stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-stryker",
"description": "Grunt plugin for the mutation testing framework 'stryker'",
"version": "0.5.7",
"version": "0.6.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"main": "Gruntfile.js",
"devDependencies": {
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
},
"peerDependencies": {
"grunt": ">=0.4.5",
"stryker": "^0.6.0"
"stryker": "^0.7.0"
}
}
11 changes: 11 additions & 0 deletions packages/stryker-api/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.6.0"></a>
# [0.6.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.6.0) (2017-08-04)


### Features

* **html-reporter:** Score result as single source of truth (#341) ([47b3295](https://github.com/stryker-mutator/stryker/commit/47b3295)), closes [#335](https://github.com/stryker-mutator/stryker/issues/335)




<a name="0.5.6"></a>
## [0.5.6](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.6) (2017-07-14)

Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-api",
"version": "0.5.6",
"version": "0.6.0",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"scripts": {
"start": "tsc -w",
Expand Down
11 changes: 11 additions & 0 deletions packages/stryker-html-reporter/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.0) (2017-08-04)


### Features

* **html-reporter:** Score result as single source of truth (#341) ([47b3295](https://github.com/stryker-mutator/stryker/commit/47b3295)), closes [#335](https://github.com/stryker-mutator/stryker/issues/335)




<a name="0.4.7"></a>
## [0.4.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.4.7) (2017-07-14)

Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-html-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-html-reporter",
"version": "0.4.7",
"version": "0.5.0",
"description": "An html reporter for the JavaScript mutation testing framework Stryker",
"main": "src/index.js",
"typings": "src/index.d.ts",
Expand Down Expand Up @@ -41,15 +41,15 @@
"typed-html": "^0.3.3"
},
"peerDependencies": {
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
},
"devDependencies": {
"@types/file-url": "^1.0.28",
"@types/rimraf": "0.0.28",
"@types/selenium-webdriver": "^3.0.3",
"bootstrap": "3.3.7",
"highlight.js": "^9.4.0",
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
},
"contributors": [
"Nico Jansen <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/stryker-jasmine/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.3.0"></a>
## [0.3.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.3.0) (2017-08-04)




<a name="0.2.7"></a>
## [0.2.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.2.7) (2017-07-14)

Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-jasmine",
"version": "0.2.7",
"version": "0.3.0",
"description": "A plugin to use the Jasmine test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -29,10 +29,10 @@
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-jasmine#readme",
"peerDependencies": {
"jasmine-core": ">=2",
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
},
"devDependencies": {
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
},
"contributors": []
}
6 changes: 6 additions & 0 deletions packages/stryker-karma-runner/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.5.0"></a>
## [0.5.0](https://github.io/stryker-mutator/stryker/compare/[email protected]@0.5.0) (2017-08-04)




<a name="0.4.5"></a>
## [0.4.5](https://github.io/stryker-mutator/stryker/compare/[email protected]@0.4.5) (2017-07-14)

Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-karma-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-karma-runner",
"version": "0.4.5",
"version": "0.5.0",
"description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -31,14 +31,14 @@
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-karma-runner#readme",
"peerDependencies": {
"karma": "^0.13.0 || ~1.0.0 || ^1.1.1",
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.0 || ~1.0.0 || ^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
},
"dependencies": {
"lodash": "^4.13.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/stryker-mocha-framework/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.0"></a>
## [0.2.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.2.0) (2017-08-04)




<a name="0.1.4"></a>
## [0.1.4](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.1.4) (2017-07-14)

Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-mocha-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-mocha-framework",
"version": "0.1.4",
"version": "0.2.0",
"description": "A plugin to use the mocha test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -38,11 +38,11 @@
"log4js": "^1.1.1"
},
"devDependencies": {
"stryker-api": "^0.5.6",
"stryker-api": "^0.6.0",
"tslib": "^1.5.0"
},
"peerDependencies": {
"mocha": ">= 2.3.3 < 4",
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
}
}
6 changes: 6 additions & 0 deletions packages/stryker-mocha-runner/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.5.0"></a>
## [0.5.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.5.0) (2017-08-04)




<a name="0.4.4"></a>
## [0.4.4](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.4.4) (2017-07-14)

Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-mocha-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-mocha-runner",
"version": "0.4.4",
"version": "0.5.0",
"description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -37,11 +37,11 @@
"log4js": "^1.1.1"
},
"devDependencies": {
"stryker-api": "^0.5.6",
"stryker-api": "^0.6.0",
"tslib": "^1.5.0"
},
"peerDependencies": {
"mocha": ">= 2.3.3 < 4",
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
}
}
12 changes: 12 additions & 0 deletions packages/stryker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.7.0"></a>
# [0.7.0](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.7.0) (2017-08-04)


### Features

* **ConfigReader:** Inform about init command (#340) ([7f3e61f](https://github.com/stryker-mutator/stryker/commit/7f3e61f))
* **html-reporter:** Score result as single source of truth (#341) ([47b3295](https://github.com/stryker-mutator/stryker/commit/47b3295)), closes [#335](https://github.com/stryker-mutator/stryker/issues/335)




<a name="0.6.7"></a>
## [0.6.7](https://github.com/stryker-mutator/stryker/compare/[email protected]@0.6.7) (2017-07-14)

Expand Down
6 changes: 3 additions & 3 deletions packages/stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker",
"version": "0.6.7",
"version": "0.7.0",
"description": "The extendable JavaScript mutation testing framework",
"main": "src/Stryker.js",
"typings": "src/Stryker.d.ts",
Expand Down Expand Up @@ -72,9 +72,9 @@
"devDependencies": {
"@types/commander": "^2.9.0",
"@types/inquirer": "0.0.33",
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
},
"peerDependencies": {
"stryker-api": "^0.5.6"
"stryker-api": "^0.6.0"
}
}

0 comments on commit 0ff6a71

Please sign in to comment.