Skip to content

Commit e2545b1

Browse files
v0.42.0
1 parent 61446a2 commit e2545b1

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.42.0] - 2025-03-20
88
### Added
99
- Login page: added ability to switch buttons with tab
1010
- Added account resolver for account page
1111
### Fixed
1212
- Flows tab: fixed redirection for derivative dataset when list flows is empty
1313
- Scheduled updates: remove disabled state for "Save" button
1414

15-
1615
## [0.41.1] - 2025-03-07
1716
### Fixed
1817
- `/page-not-found` route hierarchy

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Business Source License 1.1
1111

1212
Licensor: Kamu Data, Inc.
1313

14-
Licensed Work: Kamu WEB UI Version 0.41.1
14+
Licensed Work: Kamu WEB UI Version 0.42.0
1515
The Licensed Work is © 2023 Kamu Data, Inc.
1616

1717
Additional Use Grant: You may use the Licensed Work for any purpose,

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kamu-platform",
3-
"version": "0.41.1",
3+
"version": "0.42.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --watch",

0 commit comments

Comments
 (0)