From 7e58ae583ea8b047f1cab6092d0385d572ce8742 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 6 Sep 2021 12:13:07 +0000 Subject: [PATCH] chore(release): cut 31.6.32 [skip ci] ## [31.6.32](https://github.com/dhis2/tracker-capture-app/compare/v31.6.31...v31.6.32) (2021-09-06) ### Bug Fixes * inserted pagination for upcoming and overdue events lists ([#1239](https://github.com/dhis2/tracker-capture-app/issues/1239)) ([7b4352c](https://github.com/dhis2/tracker-capture-app/commit/7b4352cc76be2770e296916fa8fd63e9fae521ee)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffa89c63..439148550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [31.6.32](https://github.com/dhis2/tracker-capture-app/compare/v31.6.31...v31.6.32) (2021-09-06) + + +### Bug Fixes + +* inserted pagination for upcoming and overdue events lists ([#1239](https://github.com/dhis2/tracker-capture-app/issues/1239)) ([7b4352c](https://github.com/dhis2/tracker-capture-app/commit/7b4352cc76be2770e296916fa8fd63e9fae521ee)) + ## [31.6.31](https://github.com/dhis2/tracker-capture-app/compare/v31.6.30...v31.6.31) (2021-08-27) diff --git a/package.json b/package.json index a2c8e8195..e54e40130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracker-capture-app", - "version": "31.6.31", + "version": "31.6.32", "description": "DHIS2 tracker capture app", "main": "index.js", "scripts": {