Skip to content

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed May 12, 2023
1 parent 32fe85a commit c252d96
Show file tree
Hide file tree
Showing 23 changed files with 96 additions and 26 deletions.
11 changes: 11 additions & 0 deletions 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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.0...v0.13.1) (2023-05-12)


### Bug Fixes

* **report-page:** only get report when url path changes ([#278](https://github.com/stryker-mutator/stryker-dashboard/issues/278)) ([32fe85a](https://github.com/stryker-mutator/stryker-dashboard/commit/32fe85aafe2bf2d221f241d441b06e6568ba7ce5))





# [0.13.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.12.1...v0.13.0) (2023-05-06)


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.13.0",
"version": "0.13.1",
"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.13.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.0...v0.13.1) (2023-05-12)

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





# [0.13.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.12.1...v0.13.0) (2023-05-06)


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.13.0",
"version": "0.13.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -19,8 +19,8 @@
"stryker": "stryker run"
},
"dependencies": {
"@stryker-mutator/dashboard-common": "0.13.0",
"@stryker-mutator/dashboard-data-access": "0.13.0",
"@stryker-mutator/dashboard-common": "0.13.1",
"@stryker-mutator/dashboard-data-access": "0.13.1",
"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.13.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.0...v0.13.1) (2023-05-12)

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





# [0.13.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.12.1...v0.13.0) (2023-05-06)


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.13.0",
"version": "0.13.1",
"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.13.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.0...v0.13.1) (2023-05-12)

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





# [0.13.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.12.1...v0.13.0) (2023-05-06)


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.13.0",
"version": "0.13.1",
"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.13.0",
"@stryker-mutator/dashboard-common": "0.13.1",
"azure-storage": "^2.10.2",
"mutation-testing-metrics": "2.0.0",
"mutation-testing-report-schema": "2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/e2e/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.13.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.0...v0.13.1) (2023-05-12)

**Note:** Version bump only for package e2e





# [0.13.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.12.1...v0.13.0) (2023-05-06)


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.13.0",
"version": "0.13.1",
"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.13.0",
"@stryker-mutator/dashboard-contract": "0.13.0",
"@stryker-mutator/dashboard-common": "0.13.1",
"@stryker-mutator/dashboard-contract": "0.13.1",
"@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.13.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.0...v0.13.1) (2023-05-12)

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





# [0.13.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.12.1...v0.13.0) (2023-05-06)


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.13.0",
"version": "0.13.1",
"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.13.0",
"@stryker-mutator/dashboard-contract": "0.13.0",
"@stryker-mutator/dashboard-data-access": "0.13.0",
"@stryker-mutator/dashboard-frontend": "0.13.0",
"@stryker-mutator/dashboard-common": "0.13.1",
"@stryker-mutator/dashboard-contract": "0.13.1",
"@stryker-mutator/dashboard-data-access": "0.13.1",
"@stryker-mutator/dashboard-frontend": "0.13.1",
"@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.13.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.0...v0.13.1) (2023-05-12)

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





# [0.13.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.12.1...v0.13.0) (2023-05-06)


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.13.0",
"version": "0.13.1",
"type": "module",
"description": "This package contains the typescript interfaces shared between front end and backend",
"main": "dist/src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/website-frontend/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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.0...v0.13.1) (2023-05-12)


### Bug Fixes

* **report-page:** only get report when url path changes ([#278](https://github.com/stryker-mutator/stryker-dashboard/issues/278)) ([32fe85a](https://github.com/stryker-mutator/stryker-dashboard/commit/32fe85aafe2bf2d221f241d441b06e6568ba7ce5))





# [0.13.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.12.1...v0.13.0) (2023-05-06)


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.13.0",
"version": "0.13.1",
"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.13.0",
"@stryker-mutator/dashboard-contract": "0.13.0",
"@stryker-mutator/dashboard-common": "0.13.1",
"@stryker-mutator/dashboard-contract": "0.13.1",
"bootstrap": "~5.1.3",
"mutation-testing-elements": "^2.0.0",
"mutation-testing-metrics": "^2.0.0",
Expand Down

0 comments on commit c252d96

Please sign in to comment.