From b3749d983190c300ab2778a13a15cbe69b0cd7df Mon Sep 17 00:00:00 2001 From: Kevin Ngai Date: Wed, 11 May 2022 08:18:47 -0700 Subject: [PATCH] Update release 2.0.0-beta14 --- debian/changelog | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c093b27b..51a7da3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +woudc-ui (2.0.0-beta14) bionic; urgency=medium + + * Revert change of startindex to offset query param + + -- Kevin Ngai Wed, 11 May 2022 14:46:00 +0000 + woudc-ui (2.0.0-beta13) bionic; urgency=medium * Add autocomplete column filters contributor, station and instrument pages diff --git a/package.json b/package.json index 3419289a..a34e594e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woudc-ui", - "version": "2.0.0-beta13", + "version": "2.0.0-beta14", "description": "The World Ozone and Ultraviolet Radiation Data Centre (WOUDC) is one of six World Data Centres which are part of the Global Atmosphere Watch (GAW) programme of the World Meteorological Organization (WMO). WOUDC contains ozone and UV radiation data measured by instruments located on ground-based, shipborne or airborne platforms.", "author": "Kevin Ngai", "homepage": "https://github.com/woudc/woudc-ui",