From eae9de892454e62dd0b0a748acc17c62b44de71a Mon Sep 17 00:00:00 2001 From: Tejal Shah Date: Thu, 25 Aug 2022 13:33:27 -0400 Subject: [PATCH] Version 4.14.0 - released August 25, 2022 ### Features/Improvements - When the Teacher Edition is launched from the dash, the activity in the new TED window needs to be logged [#181821831](https://www.pivotaltracker.com/story/show/181821831) - Add rollover text to Teacher Edition buttons in class dashboard [#181821815](https://www.pivotaltracker.com/story/show/181821815) - Tweak dashboard logging events to make them more clear for data analysis [#181821731](https://www.pivotaltracker.com/story/show/181821731) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a5fe6c6..52195ee9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@concord-consortium/portal-report", - "version": "4.13.0", + "version": "4.14.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4ef2fb22..d44cec23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@concord-consortium/portal-report", "description": "", - "version": "4.13.0", + "version": "4.14.0", "main": "dist/library/portal-report.js", "files": [ "dist/library"