Skip to content

Commit def6016

Browse files
version number
1 parent 60895a4 commit def6016

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- That's because map-converters and wizard-converters are completele independent.
2424

2525

26-
# [2.0.6]
26+
# [2.0.7]
2727

2828
- Ongoing:
2929

@@ -33,7 +33,7 @@
3333
- redo-button
3434

3535

36-
# [2.0.5](https://github.com/riesgos/dlr-riesgos-frontend/releases/tag/2.0.5) (Jun 11 2023) Compare prototype working
36+
# [2.0.6](https://github.com/riesgos/dlr-riesgos-frontend/releases/tag/2.0.5) (Jun 11 2023) Compare prototype working
3737

3838
## Features
3939
- Overall:

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scenarios",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "",
55
"scripts": {
66
"build:prod": "tsc --build",

compare-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compare-frontend",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "riesgos",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

monitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monitor",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "",
55
"main": "src/runall.ts",
66
"scripts": {

0 commit comments

Comments
 (0)