From 703d6a4d4e60dbe9f4310fb1ca1da68a91805b24 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 22 Aug 2024 18:46:58 +0000 Subject: [PATCH] 0.60.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f74edec..a6b7bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # CHANGELOG +## v0.60.0 (2024-08-22) + +### Chore + +* chore: update github actions (#57) ([`fd1076a`](https://github.com/moderneinc/moderne-visualizations-misc/commit/fd1076af1817689620eec468a09a017578ed20d5)) + +* chore: update thumbnails for `find methods` visualizations (#56) + +these are now data grids and custom yaml recipes + +re: https://github.com/moderneinc/moderne-ui/issues/4671 ([`ae5ffbb`](https://github.com/moderneinc/moderne-visualizations-misc/commit/ae5ffbb9c60fb9be2b565a6b0d31fea81ab6ad72)) + +### Refactor + +* refactor(sankey): update color palette for sankey diagram (composite recipe results) (#55) + +important to have length of `colors` array match number of nodes + +fix https://github.com/moderneinc/moderne-ui/issues/4670 ([`2a30506`](https://github.com/moderneinc/moderne-visualizations-misc/commit/2a30506d2eeb049932819d409d1b857c76bb9d1f)) + ## v0.59.0 (2024-08-14) ### Unknown diff --git a/pyproject.toml b/pyproject.toml index a6235c8..9692bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # @see https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ [project] name = "moderne_visualizations_misc" -version = "0.59.0" +version = "0.60.0" description = "Miscellaneous visualizations for the Moderne platform" authors = [ { name = "Jonathan Schneider", email = "jonathan@moderne.io" },