From a9b5388076663c6832d224533afc1a9886649517 Mon Sep 17 00:00:00 2001 From: Aulon Mujaj Date: Tue, 9 Nov 2021 13:28:07 +0100 Subject: [PATCH] release: 2.6.0 --- CHANGELOG.md | 11 ++++++----- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82000a970..9a8d50bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,23 @@ All notable changes to this project will be documented in this file. The format ## [UNRELEASED] +## [2.6.0] 2021-11-09 + +Last minor update before releasing our new design. New updates from now on will only be small bug fixes. + ### Changes - Rewritten sass rules from @import to @use/@forward - hopefully easier to implement the new Oslo Design System - Rewritten all the Cloud Functions to es modules - we can now write more future-proof code. - Updated all dependencies of Cloud Functions +- Updated dependencies +- Updated stylelint to v14 and fixed all the breaking changes ### Fixed - Not allowed to update Period if you only changed the name. - Showing loading spinner when fetching KPI/KeyResult progress - Moved widgets around for a better UX experience for mobile users -- Updated dependencies -- Updated stylelint to v14 and fixed all the breaking changes - -### Fixed - - When updating Org/Dep/Prod, the state store would get corrupt and only refresh fixed it. Double documents would show because vuexfire does not handle hundreds of documents that well. - functions: config to active slackbot or not actually works diff --git a/package-lock.json b/package-lock.json index 63d2de320..66406aad1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "okr-tracker", - "version": "2.5.3", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 565b240c9..9d6783853 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "okr-tracker", - "version": "2.5.3", + "version": "2.6.0", "private": true, "scripts": { "dev": "firebase emulators:start --import=./mock_data & vite",