Skip to content

Commit

Permalink
Merge pull request #61 from Nils1729/release/v1.2.7
Browse files Browse the repository at this point in the history
Release v1.2.7 (dev)
  • Loading branch information
Nils1729 committed May 15, 2023
2 parents c1bcf0b + 3b97e45 commit 1213eea
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 20 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project does **not** adhere to [Semantic Versioning](https://semver.org

## [Unreleased]

## [1.2.7] - 2023-05-15

### Added

- Added a new favicon. `some text here`
Expand Down Expand Up @@ -222,7 +224,8 @@ and this project does **not** adhere to [Semantic Versioning](https://semver.org

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

[Unreleased]: https://github.com/Nils1729/digital-fuesim-manv/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/Nils1729/digital-fuesim-manv/compare/v1.2.7...HEAD
[1.2.7]: https://github.com/Nils1729/digital-fuesim-manv/compare/v0.5.1...v1.2.7
[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
[0.4.0]: https://github.com/hpi-sam/digital-fuesim-manv/compare/v0.3.0...v0.4.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.6",
"version": "1.2.7",
"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.6",
"version": "1.2.7",
"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.6
version: 1.2.7
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.6",
"version": "1.2.7",
"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.6",
"version": "1.2.7",
"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.6",
"version": "1.2.7",
"type": "module",
"main": "./dist/index.js",
"esnext": "./dist/index.js",
Expand Down

0 comments on commit 1213eea

Please sign in to comment.