Skip to content

Commit

Permalink
Release v6.4.0 (#1492)
Browse files Browse the repository at this point in the history
* v6.4.0

Signed-off-by: Tynan DeBold <thdebold@gmail.com>

* Update release notes and update reminder content

Signed-off-by: Tynan DeBold <thdebold@gmail.com>

---------

Signed-off-by: Tynan DeBold <thdebold@gmail.com>
  • Loading branch information
tynandebold committed Aug 18, 2023
1 parent 713cd77 commit f74cbca
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 23 deletions.
8 changes: 4 additions & 4 deletions RELEASE.md
Expand Up @@ -6,20 +6,20 @@ Please follow the established format:
- Include the ID number for the related PR (or PRs) in parentheses
-->


# Release 6.3.5
# Release 6.4.0

## Major features and improvements

- Add feature hint cards to illuminate features of the app. (#1454)
- Add support for displaying dataset statistics in the metadata panel. (#1472)

## Bug fixes and other changes

- Fix dataset and global toolbar error with standalone React component (#1351)
- Fix incorrect rendering of datasets in modular pipelines. (#1439)
- Fix broken SVG/PNG exports in light theme. (#1463)
- Fix dataset and global toolbar error with standalone React component (#1351)
- Fix Sidebar search result based on Pretty name setting (#1485)
- Fix `ImportError` as kedro-datasets is now lazily loaded (#1481).
- Fix Sidebar search result based on Pretty name setting (#1485)
- Fix issue of encountering a blank page in Safari when interacting with modular pipelines. (#1488)

# Release 6.3.4
Expand Down
2 changes: 1 addition & 1 deletion demo-project/.version
@@ -1 +1 @@
6.3.4
6.4.0
2 changes: 1 addition & 1 deletion demo-project/lightsail.json
Expand Up @@ -2,7 +2,7 @@
"serviceName": "kedro-viz-live-demo",
"containers": {
"kedro-viz-live-demo": {
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:6.3.4",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:6.4.0",
"ports": {
"4141": "HTTP"
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@quantumblack/kedro-viz",
"version": "6.3.4",
"version": "6.4.0",
"description": "Kedro-Viz is an interactive development tool for building data science pipelines with Kedro.",
"main": "lib/components/app/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion package/kedro_viz/__init__.py
@@ -1,3 +1,3 @@
"""Kedro plugin for visualising a Kedro pipeline"""

__version__ = "6.3.4"
__version__ = "6.4.0"
21 changes: 7 additions & 14 deletions src/components/update-reminder/update-reminder-content.js

Large diffs are not rendered by default.

0 comments on commit f74cbca

Please sign in to comment.