Skip to content

Commit

Permalink
v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Mar 8, 2024
1 parent 6e9888a commit 679afa7
Show file tree
Hide file tree
Showing 19 changed files with 93 additions and 53 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.

## [0.14.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.0...v0.14.1) (2024-03-08)

### Bug Fixes

- make dashboard bin executable ([6e9888a](https://github.com/stryker-mutator/stryker-dashboard/commit/6e9888a207d7ba2c38b6efa65c41e9041c88059b))

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.5.1",
"packages": ["packages/*"],
"version": "0.14.0",
"version": "0.14.1",
"command": {
"version": {
"forcePublish": true,
Expand Down
64 changes: 32 additions & 32 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/badge-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.

## [0.14.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.0...v0.14.1) (2024-03-08)

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

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes
Expand Down
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.14.0",
"version": "0.14.1",
"main": "badge/start.mjs",
"publishConfig": {
"access": "public"
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@azure/functions": "4.3.0",
"@stryker-mutator/dashboard-common": "0.14.0",
"@stryker-mutator/dashboard-data-access": "0.14.0",
"@stryker-mutator/dashboard-common": "0.14.1",
"@stryker-mutator/dashboard-data-access": "0.14.1",
"source-map-support": "0.5.21"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/common/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.

## [0.14.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.0...v0.14.1) (2024-03-08)

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

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes
Expand Down
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.14.0",
"version": "0.14.1",
"type": "module",
"description": "This package contains common utilities to be shared between the different dashboard components.",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/data-access/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.

## [0.14.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.0...v0.14.1) (2024-03-08)

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

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes
Expand Down
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.14.0",
"version": "0.14.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.14.0",
"@stryker-mutator/dashboard-common": "0.14.1",
"azure-storage": "2.10.7",
"mutation-testing-metrics": "3.0.2",
"mutation-testing-report-schema": "3.0.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/e2e/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.

## [0.14.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.0...v0.14.1) (2024-03-08)

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

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes
Expand Down
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.14.0",
"version": "0.14.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.42.1",
"@stryker-mutator/dashboard-common": "0.14.0",
"@stryker-mutator/dashboard-contract": "0.14.0",
"@stryker-mutator/dashboard-common": "0.14.1",
"@stryker-mutator/dashboard-contract": "0.14.1",
"@types/jsonwebtoken": "9.0.6"
},
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/stryker-elements/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.

## [0.14.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.0...v0.14.1) (2024-03-08)

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

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/stryker-elements",
"version": "0.14.0",
"version": "0.14.1",
"type": "module",
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions packages/website-backend/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.

## [0.14.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.0...v0.14.1) (2024-03-08)

### Bug Fixes

- make dashboard bin executable ([6e9888a](https://github.com/stryker-mutator/stryker-dashboard/commit/6e9888a207d7ba2c38b6efa65c41e9041c88059b))

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes
Expand Down
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.14.0",
"version": "0.14.1",
"description": "The package which contains the stryker dashboard website backend.",
"type": "module",
"bin": {
Expand All @@ -26,10 +26,10 @@
"@nestjs/core": "10.3.3",
"@nestjs/platform-express": "10.3.3",
"@nestjs/serve-static": "4.0.1",
"@stryker-mutator/dashboard-common": "0.14.0",
"@stryker-mutator/dashboard-contract": "0.14.0",
"@stryker-mutator/dashboard-data-access": "0.14.0",
"@stryker-mutator/dashboard-frontend": "0.14.0",
"@stryker-mutator/dashboard-common": "0.14.1",
"@stryker-mutator/dashboard-contract": "0.14.1",
"@stryker-mutator/dashboard-data-access": "0.14.1",
"@stryker-mutator/dashboard-frontend": "0.14.1",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"compression": "1.7.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/website-contract/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.

## [0.14.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.0...v0.14.1) (2024-03-08)

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

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes
Expand Down
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.14.0",
"version": "0.14.1",
"type": "module",
"description": "This package contains the typescript interfaces shared between front end and backend",
"main": "dist/src/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/website-frontend/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.

## [0.14.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.0...v0.14.1) (2024-03-08)

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

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes
Expand Down
Loading

0 comments on commit 679afa7

Please sign in to comment.