v7.7.0
github-actions
released this
01 Aug 14:17
·
124 commits
to refs/heads/develop
since this release
Breaking Change
- You will now need to reference the package via the * import syntax if you wish to pull in all functions. eg,
import * as qppMeasuresData from 'qpp-measures-data'
. Not including the* as
will throw an error during compilation.
📏 Measure & MVP Updates
- QPPA-9185: create PY25 measures @chetanmunegowda (#816)
- QPPA-9264: Add new companionMeasureId field @ckawell-sb (#815)
🚀 Features
- QPPA-9309: Add beta versioning @ckawell-sb (#818)
- QPPA-9027: root scripts ts migration @chetanmunegowda (#817)
- QPPA-9185: create PY25 measures @chetanmunegowda (#816)
- QPPA-9264: Add new companionMeasureId field @ckawell-sb (#815)
- QPPA-9026: Convert validation scripts to TS @ckawell-sb (#814)
- QPPA-9025: migrate clinical clusters to TS @ckawell-sb (#812)
🐛 Bug Fixes
- QPPA-9027: fix TS migration @ckawell-sb (#821)
- QPPA-9309: fix slack notification for beta release @ckawell-sb (#819)
🧰 Maintenance
- [Snyk] Upgrade yaml from 2.4.3 to 2.4.5 @beekoticf (#809)