Skip to content

Commit

Permalink
Updated changelog and application version.
Browse files Browse the repository at this point in the history
  • Loading branch information
anilnatha committed Oct 22, 2024
1 parent 96a414f commit 2ba5358
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased (0.8.0)
- Added support to report on when health API endpoint is not avaialble in navbar and on health dashboard
- Fixed clickable area of navbar menu items
- Added support to hard code links for projects/venues
- Added health check URL to health dashboard
- Fixed health dashboard column resizer element z-index

## [0.7.0] 2024-09-27
- Updated node version lts/iron
- Added ability to fetch health information from Health API Endpoint for Health Dashboard
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unity-ui",
"private": true,
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 2ba5358

Please sign in to comment.