From 7ae7bef8210c6c2deafd8aab9960894c6d2636cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Dec 2023 10:40:15 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=206.2.1=20=E2=86=92=206.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ CITATION.cff | 2 +- ckanext/nhm/theme/package.json | 2 +- pyproject.toml | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d9e1bb..139a21a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v6.3.0 (2023-12-11) + +### Feature + +- update 4th dataset (aphid slides) + +### Fix + +- check for aborted requests, sort images, move loading +- remove extra unnecessary image load in gallery component +- add key to parent div to prevent view rerendering + +### Chores/Misc + +- add build section to read the docs config + ## v6.2.1 (2023-12-04) ### Fix diff --git a/CITATION.cff b/CITATION.cff index 1a48958e..bbc5df65 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - nhm license: GPL-3.0-or-later -version: 6.2.1 +version: 6.3.0 diff --git a/ckanext/nhm/theme/package.json b/ckanext/nhm/theme/package.json index 63ff2ad3..f0c0cd5f 100644 --- a/ckanext/nhm/theme/package.json +++ b/ckanext/nhm/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-nhm", - "version": "6.2.1", + "version": "6.3.0", "description": "A CKAN extension for the Natural History Museum's Data Portal.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index 319ea41b..e5d13573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-nhm" -version = "6.2.1" +version = "6.3.0" 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.2.1" +version = "6.3.0" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true