Skip to content

Commit

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

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

* Update release note and lightsail file

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

---------

Signed-off-by: Tynan DeBold <[email protected]>
  • Loading branch information
tynandebold authored Jun 26, 2023
1 parent d62f52d commit 9764bf9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Please follow the established format:
## Bug fixes and other changes

- Fix broken URL link between experiment tracking and flowchart when the pipeline is not the default one. (#1388)
- Update UI font to match updated Kedro branding. (#1414)

# Release 6.3.0

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.0
6.3.1
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.0",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:6.3.1",
"ports": {
"4141": "HTTP"
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantumblack/kedro-viz",
"version": "6.3.0",
"version": "6.3.1",
"description": "Kedro-Viz is an interactive development tool for building data science pipelines with Kedro.",
"main": "lib/components/app/index.js",
"files": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"test:ci": "npm test -- --watchAll=false --maxWorkers=2",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
"cy:dev": "cypress open",
"cy:test": "./cypress/support/cy-local.start.sh",
"cy:test": "./cypress/support/cy-local.start.sh",
"eject": "react-scripts eject",
"snyk-protect": "snyk protect",
"snyk-test": "snyk test -prune-repeated-subdependencies"
Expand Down Expand Up @@ -159,4 +159,4 @@
"not op_mini all"
],
"snyk": true
}
}
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.0"
__version__ = "6.3.1"

0 comments on commit 9764bf9

Please sign in to comment.