From e5b9ccdfbf42adb773bbbbec26619a9ba9a074d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Mar 2024 12:03:37 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=206.5.3=20=E2=86=92=206.5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 123 +++++++++++++++++---------------- CITATION.cff | 2 +- ckanext/nhm/theme/package.json | 2 +- pyproject.toml | 4 +- 4 files changed, 68 insertions(+), 63 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce888155..07364521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# Changelog +## v6.5.4 (2024-03-11) + +### Fix + +- remove random root init ## v6.5.3 (2024-02-26) @@ -232,36 +236,14 @@ ## v6.0.0 (2023-07-18) -### Feature - -- use nav slugs for the homepage search -- remove all references to ckanpackager - ### Fix - try once again to fix the overflowing text on resource list -- modify vds queries before and after converting -- allow for non-datastore resources in download button -- do not propogate errors from phenome10k api call -- set download button query from url - -### Style - -- data is plural ### Build System(s) - update dependencies -### Chores/Misc - -- pull in external link changes from #672 - -### Minor UI Changes - -- replace record download link -- replace resource download link - ## v5.8.2 (2023-07-17) ### Fix @@ -330,9 +312,31 @@ ## v5.6.4 (2023-06-16) +### Feature + +- use nav slugs for the homepage search +- remove all references to ckanpackager + ### Fix - do not propogate errors from phenome10k api call +- modify vds queries before and after converting +- allow for non-datastore resources in download button +- do not propogate errors from phenome10k api call +- set download button query from url + +### Style + +- data is plural + +### Chores/Misc + +- pull in external link changes from #672 + +### Minor UI Changes + +- replace record download link +- replace resource download link ## v5.6.3 (2023-05-09) @@ -487,10 +491,10 @@ - bump vds version - rebuild search app after merging dependabot updates +- **deps**: bump loader-utils +- **deps**: bump decode-uri-component - **deps**: bump node-forge and webpack-dev-server - **deps**: bump json5 in /ckanext/nhm/theme/assets/scripts/apps/search -- **deps**: bump decode-uri-component -- **deps**: bump loader-utils ### Minor UI Changes @@ -521,17 +525,16 @@ ### Feature - change featured dataset 4 to jtd +- sort the show_extensions_versions by name +- add action which lists installed package extensions and their versions - add a button for resetting the download - **search-app**: remove cached download when popup toggled - **search-app**: add new dwc options and improve UI -- sort the show_extensions_versions by name -- add action which lists installed package extensions and their versions -- **search-app**: split popups into separate components, add new dl opts ### Fix -- use new download interface methods for replacing templates - **accessibility**: add aria labels/alt text for all featured datasets +- use new download interface methods for replacing templates - **search-app**: actually trigger a download ### Refactor @@ -545,8 +548,8 @@ ### Tests - go up one more dir to find src files -- remove references to old interface method - add a test for the new show_extension_versions action +- remove references to old interface method ### Build System(s) @@ -586,6 +589,7 @@ ### Build System(s) +- **commitizen**: fix package.json path - **requirements**: use compatible release specifier for extensions ## v4.0.5 (2022-12-08) @@ -596,6 +600,10 @@ ## v4.0.4 (2022-12-07) +### Feature + +- **search-app**: split popups into separate components, add new dl opts + ### Fix - use package data instead of relative paths @@ -629,6 +637,9 @@ ### Build System(s) +- remove ckanext-dcat from dependencies entirely +- put dcat dependency link in setup.py +- fix version number - **requirements**: add ckanext-iiif as a dependency ## v4.0.1 (2022-11-29) @@ -640,31 +651,6 @@ ## v4.0.0 (2022-11-28) -### Fix - -- **less**: add parentheses for less v4 compatibility -- update less and less-loader in beetle-iiif - -### Docs - -- add section delimiters and include-markdown - -### Build System(s) - -- **requirements**: update versions of ckan extensions -- set changelog generation to incremental -- pin minor versions of dependencies - -### CI System(s) - -- add cz_nhm dependency - -### Chores/Misc - -- use cz_nhm commitizen config - -## v3.7.2 (2022-11-21) - ### Breaking Changes - install other extensions from PyPI. The current versions specified are not available so these will need to be changed before this is pushed to main. @@ -676,31 +662,50 @@ ### Fix -- ensure the geo_point radius is always passed as a number in queries +- **less**: add parentheses for less v4 compatibility +- update less and less-loader in beetle-iiif ### Refactor - switch all css to less +### Docs + +- add section delimiters and include-markdown + ### Style - apply formatting changes ### Build System(s) -- rebuild the search app after previous change (prod build) +- **requirements**: update versions of ckan extensions +- set changelog generation to incremental +- pin minor versions of dependencies ### CI System(s) +- add cz_nhm dependency - **commitizen**: fix message template ### Chores/Misc +- use cz_nhm commitizen config - update dcat version - improve commitizen message template - fix license in package.json - standardise package files +## v3.7.2 (2022-11-21) + +### Fix + +- ensure the geo_point radius is always passed as a number in queries + +### Build System(s) + +- rebuild the search app after previous change (prod build) + ## v3.7.1 (2022-10-24) ## v3.7.0 (2022-10-17) @@ -817,14 +822,14 @@ ## v0.3.3 (2019-08-07) -## v1.0.0-alpha (2019-07-23) - ## v0.3.2 (2019-05-29) ## v0.3.1 (2019-05-01) ## v0.3.0 (2019-04-30) +## v1.0.0-alpha (2019-07-23) + ## v0.2.10 (2018-12-07) ## v0.2.9 (2018-09-11) diff --git a/CITATION.cff b/CITATION.cff index 0a8a2b1b..058bc9c3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - nhm license: GPL-3.0-or-later -version: 6.5.3 +version: 6.5.4 diff --git a/ckanext/nhm/theme/package.json b/ckanext/nhm/theme/package.json index ff145ab2..a878b608 100644 --- a/ckanext/nhm/theme/package.json +++ b/ckanext/nhm/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-nhm", - "version": "6.5.3", + "version": "6.5.4", "description": "A CKAN extension for the Natural History Museum's Data Portal.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index 17141a7c..deb1c2c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-nhm" -version = "6.5.3" +version = "6.5.4" 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.5.3" +version = "6.5.4" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true