From 628da407d1c08bb1e4e531a40befe61051483785 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Aug 2023 08:51:47 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=206.0.2=20=E2=86=92=206.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ ckanext/nhm/theme/package.json | 2 +- pyproject.toml | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f349cb0b..961398dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v6.0.3 (2023-08-21) + +### Fix + +- replace google analytics with adobe analytics +- load images on create gallery +- reload images on new search when view is gallery +- delay gallery tile resizing +- fix promise chaining on runSearch, lock image loading +- tile the gallery with js again +- make runSearch cancellable + +### Refactor + +- remove google analytics config + ## v6.0.2 (2023-07-20) ### Fix diff --git a/ckanext/nhm/theme/package.json b/ckanext/nhm/theme/package.json index 152b9306..dd28b6d7 100644 --- a/ckanext/nhm/theme/package.json +++ b/ckanext/nhm/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-nhm", - "version": "6.0.2", + "version": "6.0.3", "description": "A CKAN extension for the Natural History Museum's Data Portal.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index 4e3e7c58..40fc386e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-nhm" -version = "6.0.2" +version = "6.0.3" description = "A CKAN extension for the Natural History Museum's Data Portal." readme = "README.md" requires-python = ">=3.6" @@ -74,7 +74,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "6.0.2" +version = "6.0.3" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true