From 04be944e2b6e348c7ed33a12bb3171435812052c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 May 2024 09:07:45 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=206.6.2=20=E2=86=92=206.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ CITATION.cff | 2 +- ckanext/nhm/theme/package.json | 2 +- pyproject.toml | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f7c285..fd0d8c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v6.7.0 (2024-05-07) + +### Feature + +- add LIV link for resources with image field +- change mirador link to LIV + +### Fix + +- allow passing liv mode and params as separate arguments +- remove "forgot password" button and replace with explanation + ## v6.6.2 (2024-04-15) ### Fix diff --git a/CITATION.cff b/CITATION.cff index 114faae7..b42efcf5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - nhm license: GPL-3.0-or-later -version: 6.6.2 +version: 6.7.0 diff --git a/ckanext/nhm/theme/package.json b/ckanext/nhm/theme/package.json index b6041a10..a920c5c2 100644 --- a/ckanext/nhm/theme/package.json +++ b/ckanext/nhm/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-nhm", - "version": "6.6.2", + "version": "6.7.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 a8d8efe1..8e0d0e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-nhm" -version = "6.6.2" +version = "6.7.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.6.2" +version = "6.7.0" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true