Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Feb 9, 2023
1 parent 56ed5ac commit eccd275
Show file tree
Hide file tree
Showing 23 changed files with 114 additions and 26 deletions.
16 changes: 16 additions & 0 deletions 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.

# [0.12.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.11.0...v0.12.0) (2023-02-09)


### Bug Fixes

* **html report:** update to mutation testing elements v1.7.12 ([#242](https://github.com/stryker-mutator/stryker-dashboard/issues/242)) ([e831a62](https://github.com/stryker-mutator/stryker-dashboard/commit/e831a62ce6c9f4ab121d68ad0aa1293c719d8dad))


### Features

* **mte:** mutation testing elements redesign ([#263](https://github.com/stryker-mutator/stryker-dashboard/issues/263)) ([56ed5ac](https://github.com/stryker-mutator/stryker-dashboard/commit/56ed5ac52a3e92e5ed1fc07d3223bf66dd805da1))





# [0.11.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.10.0...v0.11.0) (2022-07-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.11.0",
"version": "0.12.0",
"command": {
"version": {
"forcePublish": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/badge-api/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.

# [0.12.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.11.0...v0.12.0) (2023-02-09)

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





# [0.11.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.10.0...v0.11.0) (2022-07-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/badge-api/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/badge-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stryker-mutator/dashboard-badge-api",
"description": "The stryker dashboard badge-api serverless app",
"type": "module",
"version": "0.11.0",
"version": "0.12.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -19,8 +19,8 @@
"stryker": "stryker run"
},
"dependencies": {
"@stryker-mutator/dashboard-common": "0.11.0",
"@stryker-mutator/dashboard-data-access": "0.11.0",
"@stryker-mutator/dashboard-common": "0.12.0",
"@stryker-mutator/dashboard-data-access": "0.12.0",
"source-map-support": "^0.5.21",
"ts-httpexceptions": "^4.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/common/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.

# [0.12.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.11.0...v0.12.0) (2023-02-09)

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





# [0.11.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.10.0...v0.11.0) (2022-07-02)

**Note:** Version bump only for package @stryker-mutator/dashboard-common
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/dashboard-common",
"version": "0.11.0",
"version": "0.12.0",
"type": "module",
"description": "This package contains common utilities to be shared between the different dashboard components.",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/data-access/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.

# [0.12.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.11.0...v0.12.0) (2023-02-09)

**Note:** Version bump only for package @stryker-mutator/dashboard-data-access





# [0.11.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.10.0...v0.11.0) (2022-07-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/data-access/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/data-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/dashboard-data-access",
"version": "0.11.0",
"version": "0.12.0",
"type": "module",
"description": "This package contains the data access layer of the stryker dashboard application.",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"typings": "src/index.ts",
"license": "ISC",
"dependencies": {
"@stryker-mutator/dashboard-common": "0.11.0",
"@stryker-mutator/dashboard-common": "0.12.0",
"azure-storage": "^2.10.2",
"mutation-testing-metrics": "1.7.10",
"mutation-testing-report-schema": "1.7.10"
Expand Down
16 changes: 16 additions & 0 deletions packages/e2e/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.

# [0.12.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.11.0...v0.12.0) (2023-02-09)


### Bug Fixes

* **html report:** update to mutation testing elements v1.7.12 ([#242](https://github.com/stryker-mutator/stryker-dashboard/issues/242)) ([e831a62](https://github.com/stryker-mutator/stryker-dashboard/commit/e831a62ce6c9f4ab121d68ad0aa1293c719d8dad))


### Features

* **mte:** mutation testing elements redesign ([#263](https://github.com/stryker-mutator/stryker-dashboard/issues/263)) ([56ed5ac](https://github.com/stryker-mutator/stryker-dashboard/commit/56ed5ac52a3e92e5ed1fc07d3223bf66dd805da1))





# [0.11.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.10.0...v0.11.0) (2022-07-02)

**Note:** Version bump only for package e2e
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "e2e",
"version": "0.11.0",
"version": "0.12.0",
"type": "module",
"description": "The end to end tests for the Stryker Dashboard",
"main": "index.js",
Expand All @@ -15,8 +15,8 @@
"author": "Nico Jansen",
"devDependencies": {
"@playwright/test": "^1.25.1",
"@stryker-mutator/dashboard-common": "0.11.0",
"@stryker-mutator/dashboard-contract": "0.11.0",
"@stryker-mutator/dashboard-common": "0.12.0",
"@stryker-mutator/dashboard-contract": "0.12.0",
"@types/jsonwebtoken": "^8.5.9"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/website-backend/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.

# [0.12.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.11.0...v0.12.0) (2023-02-09)

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





# [0.11.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.10.0...v0.11.0) (2022-07-02)

**Note:** Version bump only for package @stryker-mutator/dashboard-backend
Expand Down
2 changes: 1 addition & 1 deletion packages/website-backend/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/website-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/dashboard-backend",
"version": "0.11.0",
"version": "0.12.0",
"description": "The package which contains the stryker dashboard website backend.",
"main": "index.js",
"type": "module",
Expand All @@ -21,10 +21,10 @@
"directory": "packages/website-backend"
},
"dependencies": {
"@stryker-mutator/dashboard-common": "0.11.0",
"@stryker-mutator/dashboard-contract": "0.11.0",
"@stryker-mutator/dashboard-data-access": "0.11.0",
"@stryker-mutator/dashboard-frontend": "0.11.0",
"@stryker-mutator/dashboard-common": "0.12.0",
"@stryker-mutator/dashboard-contract": "0.12.0",
"@stryker-mutator/dashboard-data-access": "0.12.0",
"@stryker-mutator/dashboard-frontend": "0.12.0",
"@tsed/common": "^6.114.14",
"@tsed/core": "^6.114.14",
"@tsed/di": "^6.114.14",
Expand Down
8 changes: 8 additions & 0 deletions packages/website-contract/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.

# [0.12.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.11.0...v0.12.0) (2023-02-09)

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





# [0.11.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.10.0...v0.11.0) (2022-07-02)

**Note:** Version bump only for package @stryker-mutator/dashboard-contract
Expand Down
2 changes: 1 addition & 1 deletion packages/website-contract/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/website-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/dashboard-contract",
"version": "0.11.0",
"version": "0.12.0",
"type": "module",
"description": "This package contains the typescript interfaces shared between front end and backend",
"main": "dist/src/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/website-frontend/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.

# [0.12.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.11.0...v0.12.0) (2023-02-09)


### Bug Fixes

* **html report:** update to mutation testing elements v1.7.12 ([#242](https://github.com/stryker-mutator/stryker-dashboard/issues/242)) ([e831a62](https://github.com/stryker-mutator/stryker-dashboard/commit/e831a62ce6c9f4ab121d68ad0aa1293c719d8dad))


### Features

* **mte:** mutation testing elements redesign ([#263](https://github.com/stryker-mutator/stryker-dashboard/issues/263)) ([56ed5ac](https://github.com/stryker-mutator/stryker-dashboard/commit/56ed5ac52a3e92e5ed1fc07d3223bf66dd805da1))





# [0.11.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.10.0...v0.11.0) (2022-07-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/website-frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/website-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/dashboard-frontend",
"version": "0.11.0",
"version": "0.12.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -27,8 +27,8 @@
"@github/clipboard-copy-element": "^1.1.2",
"@ng-bootstrap/ng-bootstrap": "^12.1.2",
"@primer/octicons": "^17.2.0",
"@stryker-mutator/dashboard-common": "0.11.0",
"@stryker-mutator/dashboard-contract": "0.11.0",
"@stryker-mutator/dashboard-common": "0.12.0",
"@stryker-mutator/dashboard-contract": "0.12.0",
"bootstrap": "~5.1.3",
"rxjs": "~7.5.5",
"tslib": "^2.4.0",
Expand Down

0 comments on commit eccd275

Please sign in to comment.