Skip to content

Commit 42ed878

Browse files
committed
Updated ROADMAP, CHANGELOG and versioning i package.json files.
1 parent 18b1415 commit 42ed878

File tree

8 files changed

+21
-15
lines changed

8 files changed

+21
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## [Unreleased]
10+
<!-- ## [Unreleased] -->
11+
12+
## [4.2.0-rc.1] - 2025-11-26
1113

1214
### Added
1315

@@ -470,7 +472,9 @@ _A quick follow-up to 3.13.22, that had some issues with certain map configurati
470472

471473
## [3.12.0-rc.2] - 2023-06-19
472474

473-
[unreleased]: https://github.com/hajkmap/Hajk/compare/v4.0.0...develop
475+
<!-- [unreleased]: https://github.com/hajkmap/Hajk/compare/v4.2.0-rc.1...develop -->
476+
477+
[4.2.0-rc.1]: https://github.com/hajkmap/Hajk/compare/v4.1.0...v4.2.0-rc.1
474478
[4.1.0]: https://github.com/hajkmap/Hajk/compare/v4.1.0-rc.1...v4.1.0
475479
[4.1.0-rc.1]: https://github.com/hajkmap/Hajk/compare/v4.0.0...v4.1.0-rc.1
476480
[4.0.0]: https://github.com/hajkmap/Hajk/compare/v4.0.0-rc.2...v4.0.0

ROADMAP.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ This is primarily a fix release that addresses some of the issues related to the
3030

3131
This release includes a major upgrade of our UI library, MUI, to version 7.
3232

33-
In addition, Client is migrated to Vite, leaving the CRA behind.
34-
3533
Also, an overhaul of the Introduction Guide and the Anchor tool is included in this release.
3634

35+
## 4.3
36+
37+
Client is migrated to Vite, leaving the CRA behind.
38+
3739
## 5.0
3840

3941
The Hajk 5 branch introduces several additions and changes:

apps/admin/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.

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hajk-admin",
3-
"version": "4.1.5",
3+
"version": "4.2.0-rc.1",
44
"description": "Hajk Admin UI",
55
"homepage": ".",
66
"repository": {

apps/backend/package-lock.json

Lines changed: 3 additions & 3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hajk-backend",
3-
"version": "4.1.5",
3+
"version": "4.2.0-rc.1",
44
"description": "Hajk Backend",
55
"homepage": ".",
66
"repository": {

apps/client/package-lock.json

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

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hajk-client",
3-
"version": "4.1.5",
3+
"version": "4.2.0-rc.1",
44
"description": "Hajk Client UI",
55
"homepage": ".",
66
"repository": {

0 commit comments

Comments
 (0)