Skip to content

Commit 2eaf3cf

Browse files
committed
Updated version number and changelog
1 parent d88f7a9 commit 2eaf3cf

File tree

7 files changed

+215
-309
lines changed

7 files changed

+215
-309
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
2222
### Security -->
2323

24-
## [4.0.0-rc.2] - 2025-03-xx
24+
## [4.0.0-rc.2] - 2025-03-26
2525

2626
### Fixed
2727

@@ -47,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747
- LayerSwitcher: Toggle sublayers when loading Quick Access presets. ([PR](https://github.com/hajkmap/Hajk/pull/1623))
4848
- LayerSwitcher: Fix for fitting the legend graphics. ([commit](https://github.com/hajkmap/Hajk/commit/432fe3ba528154f553d771527aab301d0666dfe9)
4949
- LayerSwitcher: Fix for storing the Theme Presets in LocalStorage. ([PR](https://github.com/hajkmap/Hajk/pull/1625))
50-
- Client/General: Refinement of Window management . ([PR](https://github.com/hajkmap/Hajk/pull/1629))
50+
- Client/General: Refinement of Window management. ([PR](https://github.com/hajkmap/Hajk/pull/1629))
51+
- DocumentHandler/Admin: Now possible to edit TOC on document level. ([PR](https://github.com/hajkmap/Hajk/pull/1626))
5152

5253
## [4.0.0-rc.1] - 2025-02-19
5354

apps/admin/package-lock.json

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

apps/admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hajk-admin",
3-
"version": "4.0.0-rc.1",
3+
"version": "4.0.0-rc.2",
44
"description": "Hajk Admin UI",
55
"homepage": ".",
66
"repository": {
@@ -45,4 +45,4 @@
4545
"draft-extend": "^1.6.5",
4646
"prettier": "^2.7.1"
4747
}
48-
}
48+
}

apps/backend/package-lock.json

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

apps/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hajk-backend",
3-
"version": "4.0.0-rc.1",
3+
"version": "4.0.0-rc.2",
44
"description": "Hajk Backend",
55
"homepage": ".",
66
"repository": {
@@ -54,4 +54,4 @@
5454
"supertest": "^6.3.4"
5555
},
5656
"author": "Jacob Wodzyński <jacob.wodzynski@halmstad.se> (https://github.com/hajkmap)"
57-
}
57+
}

0 commit comments

Comments
 (0)