Skip to content

Commit

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

Signed-off-by: Tynan DeBold <[email protected]>

* Update release notes and lightsail json file

Signed-off-by: Tynan DeBold <[email protected]>

* add to release notes

* Sort release notes for consistency

Signed-off-by: Tynan DeBold <[email protected]>

---------

Signed-off-by: Tynan DeBold <[email protected]>
Co-authored-by: Rashida Kanchwala <[email protected]>
  • Loading branch information
tynandebold and rashidakanchwala authored Jul 7, 2023
1 parent 14d2741 commit 01f4656
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Please follow the established format:
- Include the ID number for the related PR (or PRs) in parentheses
-->

# Release 6.3.2

## Bug fixes and other changes

- Add validation for layers in transcoding datasets.(#1406)
- Fix bug where flowchart wasn't updating on back/forward clicks after selecting a registered pipeline. (#1422)
- Fix bug in layout for large pipeline warning message. (#1428)

# Release 6.3.1

## Bug fixes and other changes
Expand Down
2 changes: 1 addition & 1 deletion demo-project/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.1
6.3.2
2 changes: 1 addition & 1 deletion demo-project/lightsail.json
Original file line number Diff line number Diff line change
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.1",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:6.3.2",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantumblack/kedro-viz",
"version": "6.3.1",
"version": "6.3.2",
"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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Kedro plugin for visualising a Kedro pipeline"""

__version__ = "6.3.1"
__version__ = "6.3.2"

0 comments on commit 01f4656

Please sign in to comment.