Skip to content

Commit

Permalink
v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xandervedder committed Jan 17, 2025
1 parent c86f32b commit d4cf5f9
Show file tree
Hide file tree
Showing 19 changed files with 103 additions and 43 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.17.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.16.0...v0.17.0) (2025-01-17)

### Bug Fixes

- **deps:** update nestjs packages to v10.4.13 ([#1104](https://github.com/stryker-mutator/stryker-dashboard/issues/1104)) ([1d36555](https://github.com/stryker-mutator/stryker-dashboard/commit/1d36555823893f15cb9cac2a2fcdbb2c7999a29e))
- **deps:** update nestjs packages to v10.4.15 ([#1116](https://github.com/stryker-mutator/stryker-dashboard/issues/1116)) ([ef9d319](https://github.com/stryker-mutator/stryker-dashboard/commit/ef9d319cac27914ea4f2fa98cfd953a2cd2d0fd6))
- **website-frontend:** copy badge producing broken links ([#1154](https://github.com/stryker-mutator/stryker-dashboard/issues/1154)) ([3fc1ad1](https://github.com/stryker-mutator/stryker-dashboard/commit/3fc1ad136fdf23dcd240a3c1e310cbbf8595da9f))

### Features

- **elements:** animate collapsible opening/closing ([#1119](https://github.com/stryker-mutator/stryker-dashboard/issues/1119)) ([3cfb554](https://github.com/stryker-mutator/stryker-dashboard/commit/3cfb5546fbaf28f711416d2d5267168390562c9d))
- **website-frontend:** show spinner when loading takes too long ([#1023](https://github.com/stryker-mutator/stryker-dashboard/issues/1023)) ([f85dffa](https://github.com/stryker-mutator/stryker-dashboard/commit/f85dffa2af2ba1c0731eb7181f8027c2ed7d3a5e))

# [0.16.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.1...v0.16.0) (2024-11-30)

### 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.16.0",
"version": "0.17.0",
"command": {
"version": {
"forcePublish": true,
Expand Down
42 changes: 21 additions & 21 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.17.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.16.0...v0.17.0) (2025-01-17)

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

# [0.16.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.1...v0.16.0) (2024-11-30)

### 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.16.0",
"version": "0.17.0",
"main": "dist/badge/index.mjs",
"publishConfig": {
"access": "public"
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@azure/functions": "4.6.0",
"@stryker-mutator/dashboard-common": "0.16.0",
"@stryker-mutator/dashboard-data-access": "0.16.0",
"@stryker-mutator/dashboard-common": "0.17.0",
"@stryker-mutator/dashboard-data-access": "0.17.0",
"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.17.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.16.0...v0.17.0) (2025-01-17)

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

# [0.16.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.1...v0.16.0) (2024-11-30)

### Features
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.16.0",
"version": "0.17.0",
"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.17.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.16.0...v0.17.0) (2025-01-17)

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

# [0.16.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.1...v0.16.0) (2024-11-30)

### 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.16.0",
"version": "0.17.0",
"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.3.0",
"@azure/storage-blob": "12.26.0",
"@stryker-mutator/dashboard-common": "0.16.0",
"@stryker-mutator/dashboard-common": "0.17.0",
"mutation-testing-metrics": "3.3.0",
"mutation-testing-report-schema": "3.3.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/e2e/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.17.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.16.0...v0.17.0) (2025-01-17)

### Features

- **elements:** animate collapsible opening/closing ([#1119](https://github.com/stryker-mutator/stryker-dashboard/issues/1119)) ([3cfb554](https://github.com/stryker-mutator/stryker-dashboard/commit/3cfb5546fbaf28f711416d2d5267168390562c9d))

# [0.16.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.1...v0.16.0) (2024-11-30)

### 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.16.0",
"version": "0.17.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.49.1",
"@stryker-mutator/dashboard-common": "0.16.0",
"@stryker-mutator/dashboard-contract": "0.16.0",
"@stryker-mutator/dashboard-common": "0.17.0",
"@stryker-mutator/dashboard-contract": "0.17.0",
"@types/jsonwebtoken": "9.0.7"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/stryker-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.17.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.16.0...v0.17.0) (2025-01-17)

### Features

- **elements:** animate collapsible opening/closing ([#1119](https://github.com/stryker-mutator/stryker-dashboard/issues/1119)) ([3cfb554](https://github.com/stryker-mutator/stryker-dashboard/commit/3cfb5546fbaf28f711416d2d5267168390562c9d))
- **website-frontend:** show spinner when loading takes too long ([#1023](https://github.com/stryker-mutator/stryker-dashboard/issues/1023)) ([f85dffa](https://github.com/stryker-mutator/stryker-dashboard/commit/f85dffa2af2ba1c0731eb7181f8027c2ed7d3a5e))

# [0.16.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.1...v0.16.0) (2024-11-30)

### Features
Expand Down
4 changes: 2 additions & 2 deletions 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.16.0",
"version": "0.17.0",
"type": "module",
"files": [
"dist",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@storybook/theming": "8.5.0",
"@storybook/web-components": "8.5.0",
"@storybook/web-components-vite": "8.5.0",
"@stryker-mutator/dashboard-common": "0.16.0",
"@stryker-mutator/dashboard-common": "0.17.0",
"autoprefixer": "10.4.20",
"postcss": "8.5.1",
"storybook": "8.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/website-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.17.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.16.0...v0.17.0) (2025-01-17)

### Bug Fixes

- **deps:** update nestjs packages to v10.4.13 ([#1104](https://github.com/stryker-mutator/stryker-dashboard/issues/1104)) ([1d36555](https://github.com/stryker-mutator/stryker-dashboard/commit/1d36555823893f15cb9cac2a2fcdbb2c7999a29e))
- **deps:** update nestjs packages to v10.4.15 ([#1116](https://github.com/stryker-mutator/stryker-dashboard/issues/1116)) ([ef9d319](https://github.com/stryker-mutator/stryker-dashboard/commit/ef9d319cac27914ea4f2fa98cfd953a2cd2d0fd6))

# [0.16.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.1...v0.16.0) (2024-11-30)

### 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.16.0",
"version": "0.17.0",
"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.15",
"@nestjs/serve-static": "4.0.2",
"@stryker-mutator/dashboard-common": "0.16.0",
"@stryker-mutator/dashboard-contract": "0.16.0",
"@stryker-mutator/dashboard-data-access": "0.16.0",
"@stryker-mutator/dashboard-frontend": "0.16.0",
"@stryker-mutator/dashboard-common": "0.17.0",
"@stryker-mutator/dashboard-contract": "0.17.0",
"@stryker-mutator/dashboard-data-access": "0.17.0",
"@stryker-mutator/dashboard-frontend": "0.17.0",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"compression": "1.7.5",
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.17.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.16.0...v0.17.0) (2025-01-17)

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

# [0.16.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.1...v0.16.0) (2024-11-30)

**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.16.0",
"version": "0.17.0",
"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.17.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.16.0...v0.17.0) (2025-01-17)

### Bug Fixes

- **website-frontend:** copy badge producing broken links ([#1154](https://github.com/stryker-mutator/stryker-dashboard/issues/1154)) ([3fc1ad1](https://github.com/stryker-mutator/stryker-dashboard/commit/3fc1ad136fdf23dcd240a3c1e310cbbf8595da9f))

### Features

- **elements:** animate collapsible opening/closing ([#1119](https://github.com/stryker-mutator/stryker-dashboard/issues/1119)) ([3cfb554](https://github.com/stryker-mutator/stryker-dashboard/commit/3cfb5546fbaf28f711416d2d5267168390562c9d))
- **website-frontend:** show spinner when loading takes too long ([#1023](https://github.com/stryker-mutator/stryker-dashboard/issues/1023)) ([f85dffa](https://github.com/stryker-mutator/stryker-dashboard/commit/f85dffa2af2ba1c0731eb7181f8027c2ed7d3a5e))

# [0.16.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.15.1...v0.16.0) (2024-11-30)

### Features
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.16.0",
"version": "0.17.0",
"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.16.0",
"@stryker-mutator/dashboard-contract": "0.16.0",
"@stryker-mutator/stryker-elements": "0.16.0",
"@stryker-mutator/dashboard-common": "0.17.0",
"@stryker-mutator/dashboard-contract": "0.17.0",
"@stryker-mutator/stryker-elements": "0.17.0",
"@vaadin/router": "2.0.0",
"@vitest/browser": "3.0.1",
"lit": "3.2.1",
Expand Down

0 comments on commit d4cf5f9

Please sign in to comment.