From 4017d50bfef7766acc415086de5a3f2392883580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Heggest=C3=B8yl?= Date: Fri, 5 May 2023 14:37:49 +0200 Subject: [PATCH] Release 3.6.0 --- CHANGELOG.md | 8 +++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460220d12..62d638caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format ## [UNRELEASED] +## [3.6.0] 2023-05-05 + ### Added - A new timeline view for objectives has been added (visualized in a Gantt @@ -12,8 +14,8 @@ All notable changes to this project will be documented in this file. The format ### Changed -- The OKR period selection tabs have been moved into a drop down menu in the top - bar matching the period selector on the KPI page. +- The OKR period selection tabs have been moved into a dropdown menu in the top + bar matching the period selector on the measurements page. - Improved OKR overview page styling. - Improved tooltip styling. - All forms now use Punkt-styled input fields. @@ -25,7 +27,7 @@ All notable changes to this project will be documented in this file. The format ### Fixed -- Fixed rendering of charts containing goals with missing value. +- Fixed rendering of charts containing goals with missing values. - Fixed a bug in the measurement goal value input field. - The period selector dropdown menu has been made more responsive. - The key result progression update form is now cleared on submit to prevent diff --git a/package-lock.json b/package-lock.json index b18ec0c07..2f0d52d9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "okr-tracker", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "okr-tracker", - "version": "3.5.0", + "version": "3.6.0", "dependencies": { "@braid/griddle": "^2.3.1", "@fortawesome/fontawesome-free": "^5.15.4", diff --git a/package.json b/package.json index 8f7a350dd..d91b016d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "okr-tracker", - "version": "3.5.0", + "version": "3.6.0", "private": true, "scripts": { "test:unit": "NODE_ENV=test jest",