From c688932355bf5efc8597cde1614071e852cc75f7 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 9 Mar 2022 09:10:27 +0000 Subject: [PATCH] chore(release): cut 1.1.3 [skip ci] ## [1.1.3](https://github.com/dhis2/line-listing-app/compare/v1.1.2...v1.1.3) (2022-03-09) ### Bug Fixes * default operators to numeric for program indicators that dont have value type ([c5d1020](https://github.com/dhis2/line-listing-app/commit/c5d102039adb5bb9e0c979e7611dc8f54e887fd6)) * make layout scrollable and collapsible at full height ([cb164dc](https://github.com/dhis2/line-listing-app/commit/cb164dc674993d240792a501faad297cbfe32dc1)) * operators for program indicators [#16](https://github.com/dhis2/line-listing-app/issues/16) ([ffc5d91](https://github.com/dhis2/line-listing-app/commit/ffc5d91c0d3ae8cfe0a70e8d440c4c343a59aa1b)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c20c340a7..15d8736c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.3](https://github.com/dhis2/line-listing-app/compare/v1.1.2...v1.1.3) (2022-03-09) + + +### Bug Fixes + +* default operators to numeric for program indicators that dont have value type ([c5d1020](https://github.com/dhis2/line-listing-app/commit/c5d102039adb5bb9e0c979e7611dc8f54e887fd6)) +* make layout scrollable and collapsible at full height ([cb164dc](https://github.com/dhis2/line-listing-app/commit/cb164dc674993d240792a501faad297cbfe32dc1)) +* operators for program indicators [#16](https://github.com/dhis2/line-listing-app/issues/16) ([ffc5d91](https://github.com/dhis2/line-listing-app/commit/ffc5d91c0d3ae8cfe0a70e8d440c4c343a59aa1b)) + ## [1.1.2](https://github.com/dhis2/line-listing-app/compare/v1.1.1...v1.1.2) (2022-03-07) diff --git a/package.json b/package.json index 07c229b55..e1aad40d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "1.1.2", + "version": "1.1.3", "description": "", "license": "BSD-3-Clause", "private": true,