Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xandervedder committed Sep 13, 2024
1 parent 0954989 commit 7376ca5
Show file tree
Hide file tree
Showing 19 changed files with 85 additions and 41 deletions.
8 changes: 8 additions & 0 deletions 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.15.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.0...v0.15.1) (2024-09-13)

### Bug Fixes

- redirect to repositories page after logging in ([#900](https://github.com/stryker-mutator/stryker-dashboard/issues/900)) ([d758402](https://github.com/stryker-mutator/stryker-dashboard/commit/d7584025bde3d44992a1fb741dc8166c0d12832a))
- **website-frontend:** background color staying the same after viewing report ([#899](https://github.com/stryker-mutator/stryker-dashboard/issues/899)) ([0954989](https://github.com/stryker-mutator/stryker-dashboard/commit/0954989ae57d19d5b28e0fd18ae56497321d91ed))
- **website-frontend:** switching org not reflected in URL ([#916](https://github.com/stryker-mutator/stryker-dashboard/issues/916)) ([3b8ce2e](https://github.com/stryker-mutator/stryker-dashboard/commit/3b8ce2e8ebbb87baade8ed17261894be6cbf02f4))

# [0.15.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.3...v0.15.0) (2024-08-31)

### 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.15.0",
"version": "0.15.1",
"command": {
"version": {
"forcePublish": true,
Expand Down
40 changes: 20 additions & 20 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.15.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.0...v0.15.1) (2024-09-13)

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

# [0.15.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.3...v0.15.0) (2024-08-31)

### 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.15.0",
"version": "0.15.1",
"main": "dist/badge/index.mjs",
"publishConfig": {
"access": "public"
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@azure/functions": "4.5.1",
"@stryker-mutator/dashboard-common": "0.15.0",
"@stryker-mutator/dashboard-data-access": "0.15.0",
"@stryker-mutator/dashboard-common": "0.15.1",
"@stryker-mutator/dashboard-data-access": "0.15.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.15.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.0...v0.15.1) (2024-09-13)

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

# [0.15.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.3...v0.15.0) (2024-08-31)

**Note:** Version bump only for package @stryker-mutator/dashboard-common
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.15.0",
"version": "0.15.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.15.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.0...v0.15.1) (2024-09-13)

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

# [0.15.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.3...v0.15.0) (2024-08-31)

**Note:** Version bump only for package @stryker-mutator/dashboard-data-access
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.15.0",
"version": "0.15.1",
"type": "module",
"description": "This package contains the data access layer of the stryker dashboard application.",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@azure/data-tables": "13.2.2",
"@azure/storage-blob": "12.24.0",
"@stryker-mutator/dashboard-common": "0.15.0",
"@stryker-mutator/dashboard-common": "0.15.1",
"mutation-testing-metrics": "3.3.0",
"mutation-testing-report-schema": "3.3.0"
}
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.15.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.0...v0.15.1) (2024-09-13)

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

# [0.15.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.3...v0.15.0) (2024-08-31)

### Features
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.15.0",
"version": "0.15.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.47.0",
"@stryker-mutator/dashboard-common": "0.15.0",
"@stryker-mutator/dashboard-contract": "0.15.0",
"@stryker-mutator/dashboard-common": "0.15.1",
"@stryker-mutator/dashboard-contract": "0.15.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.15.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.0...v0.15.1) (2024-09-13)

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

# [0.15.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.3...v0.15.0) (2024-08-31)

### Features
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.15.0",
"version": "0.15.1",
"type": "module",
"files": [
"dist",
Expand Down
4 changes: 4 additions & 0 deletions packages/website-backend/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.15.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.0...v0.15.1) (2024-09-13)

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

# [0.15.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.3...v0.15.0) (2024-08-31)

### 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.15.0",
"version": "0.15.1",
"description": "The package which contains the stryker dashboard website backend.",
"type": "module",
"bin": {
Expand Down Expand Up @@ -29,10 +29,10 @@
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.4.1",
"@nestjs/serve-static": "4.0.2",
"@stryker-mutator/dashboard-common": "0.15.0",
"@stryker-mutator/dashboard-contract": "0.15.0",
"@stryker-mutator/dashboard-data-access": "0.15.0",
"@stryker-mutator/dashboard-frontend": "0.15.0",
"@stryker-mutator/dashboard-common": "0.15.1",
"@stryker-mutator/dashboard-contract": "0.15.1",
"@stryker-mutator/dashboard-data-access": "0.15.1",
"@stryker-mutator/dashboard-frontend": "0.15.1",
"ajv": "8.17.1",
"ajv-formats": "3.0.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.15.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.0...v0.15.1) (2024-09-13)

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

# [0.15.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.3...v0.15.0) (2024-08-31)

**Note:** Version bump only for package @stryker-mutator/dashboard-contract
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.15.0",
"version": "0.15.1",
"type": "module",
"description": "This package contains the typescript interfaces shared between front end and backend",
"main": "dist/src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/website-frontend/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.15.1](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.0...v0.15.1) (2024-09-13)

### Bug Fixes

- redirect to repositories page after logging in ([#900](https://github.com/stryker-mutator/stryker-dashboard/issues/900)) ([d758402](https://github.com/stryker-mutator/stryker-dashboard/commit/d7584025bde3d44992a1fb741dc8166c0d12832a))
- **website-frontend:** background color staying the same after viewing report ([#899](https://github.com/stryker-mutator/stryker-dashboard/issues/899)) ([0954989](https://github.com/stryker-mutator/stryker-dashboard/commit/0954989ae57d19d5b28e0fd18ae56497321d91ed))
- **website-frontend:** switching org not reflected in URL ([#916](https://github.com/stryker-mutator/stryker-dashboard/issues/916)) ([3b8ce2e](https://github.com/stryker-mutator/stryker-dashboard/commit/3b8ce2e8ebbb87baade8ed17261894be6cbf02f4))

# [0.15.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.14.3...v0.15.0) (2024-08-31)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.15.0",
"version": "0.15.1",
"scripts": {
"start": "vite --host",
"build": "tsc -b && vite build",
Expand All @@ -13,9 +13,9 @@
"main": "main.js",
"typings": "main.d.ts",
"devDependencies": {
"@stryker-mutator/dashboard-common": "0.15.0",
"@stryker-mutator/dashboard-contract": "0.15.0",
"@stryker-mutator/stryker-elements": "0.15.0",
"@stryker-mutator/dashboard-common": "0.15.1",
"@stryker-mutator/dashboard-contract": "0.15.1",
"@stryker-mutator/stryker-elements": "0.15.1",
"@vaadin/router": "1.7.5",
"@vitest/browser": "2.1.0",
"lit": "3.2.0",
Expand Down

0 comments on commit 7376ca5

Please sign in to comment.