Skip to content

Commit

Permalink
Merge pull request #58 from Nils1729/release/v1.2.6
Browse files Browse the repository at this point in the history
Release v1.2.6 (dev)
  • Loading branch information
Nils1729 authored May 15, 2023
2 parents cb9724c + 8d44d41 commit 4397129
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 21 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ and this project does **not** adhere to [Semantic Versioning](https://semver.org

## [Unreleased]

## [1.2.6] - 2023-05-15

## [1.2.4] - 2023-05-15

### Added

- Added a new favicon. `some text here`
$(Some text there)
$(Some text there)
- 2 new events related to patient transport have been added to the simulation.
- Selected material, personnel and vehicles are now highlighted on the map.
- When material or personnel is selected, the corresponding vehicle is highlighted as well.
Expand Down Expand Up @@ -224,7 +226,8 @@ $(Some text there)

### Initial unstable release of Digitale FüSim MANV

[Unreleased]: https://github.com/Nils1729/digital-fuesim-manv/compare/v1.2.4...HEAD
[Unreleased]: https://github.com/Nils1729/digital-fuesim-manv/compare/v1.2.6...HEAD
[1.2.6]: https://github.com/Nils1729/digital-fuesim-manv/compare/v1.2.4...v1.2.6
[1.2.4]: https://github.com/Nils1729/digital-fuesim-manv/compare/v0.5.1...v1.2.4
[0.5.1]: https://github.com/hpi-sam/digital-fuesim-manv/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/hpi-sam/digital-fuesim-manv/compare/v0.4.0...v0.5.0
Expand Down
6 changes: 3 additions & 3 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-fuesim-manv-backend",
"version": "1.2.4",
"version": "1.2.6",
"type": "module",
"scripts": {
"start:once:linux-macos": "NODE_ENV=production node --experimental-specifier-resolution=node dist/src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions benchmark/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 benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-fuesim-manv-benchmark",
"version": "1.2.4",
"version": "1.2.6",
"type": "module",
"scripts": {
"lint": "eslint --max-warnings 0 --ignore-path .gitignore \"./**/*.{ts,js,yml,html}\"",
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Digital Fuesim MANV HTTP API
description: HTTP API of the digital-fuesim-manv project
version: 1.2.4
version: 1.2.6
paths:
/api/health:
get:
Expand Down
6 changes: 3 additions & 3 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-fuesim-manv-frontend",
"version": "1.2.4",
"version": "1.2.6",
"type": "module",
"scripts": {
"cy:open": "cypress open",
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-fuesim-manv",
"version": "1.2.4",
"version": "1.2.6",
"type": "module",
"scripts": {
"build": "cd shared && npm run build && cd .. && concurrently \"cd frontend && npm run build\" \"cd backend && npm run build\"",
Expand Down
4 changes: 2 additions & 2 deletions shared/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 shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-fuesim-manv-shared",
"version": "1.2.4",
"version": "1.2.6",
"type": "module",
"main": "./dist/index.js",
"esnext": "./dist/index.js",
Expand Down

0 comments on commit 4397129

Please sign in to comment.