Skip to content

Commit b4f7cf9

Browse files
committed
Debug v1.2.3-test21
1 parent 71d13f1 commit b4f7cf9

12 files changed

Lines changed: 26 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project does **not** adhere to [Semantic Versioning](https://semver.org
77

88
## [Unreleased]
99

10+
## [1.2.3-test21] - 2023-02-25
11+
1012
### Added
1113

1214
- A new team of contributors joined the project!
@@ -33,4 +35,5 @@ and this project does **not** adhere to [Semantic Versioning](https://semver.org
3335
- Minor dependency updates
3436
- Updated deprecated actions
3537

36-
[Unreleased]: https://github.com/Nils1729/digital-fuesim-manv/compare/v0.0.0...HEAD
38+
[Unreleased]: https://github.com/Nils1729/digital-fuesim-manv/compare/1.2.3-test21...HEAD
39+
[1.2.3-test21]: https://github.com/Nils1729/digital-fuesim-manv/compare/71d13f1cceac98128c9b6e0174b5a65943c1347d...1.2.3-test21

backend/package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digital-fuesim-manv-backend",
3-
"version": "1.2.3-test8",
3+
"version": "1.2.3-test21",
44
"type": "module",
55
"scripts": {
66
"start:once:linux-macos": "NODE_ENV=production node --experimental-specifier-resolution=node dist/src/index.js",

benchmark/package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digital-fuesim-manv-benchmark",
3-
"version": "1.2.3-test8",
3+
"version": "1.2.3-test21",
44
"type": "module",
55
"scripts": {
66
"lint": "eslint --max-warnings 0 --ignore-path .gitignore \"./**/*.{ts,js,yml,html}\"",

docs/swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: Digital Fuesim MANV HTTP API
44
description: HTTP API of the digital-fuesim-manv project
5-
version: 1.2.3-test8
5+
version: 1.2.3-test21
66
paths:
77
/api/health:
88
get:

frontend/package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digital-fuesim-manv-frontend",
3-
"version": "1.2.3-test8",
3+
"version": "1.2.3-test21",
44
"type": "module",
55
"scripts": {
66
"cy:open": "cypress open",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digital-fuesim-manv",
3-
"version": "1.2.3-test8",
3+
"version": "1.2.3-test21",
44
"type": "module",
55
"scripts": {
66
"build": "cd shared && npm run build && cd .. && concurrently \"cd frontend && npm run build\" \"cd backend && npm run build\"",

0 commit comments

Comments
 (0)