-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 6.3.3 #1450
Release 6.3.3 #1450
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested locally and its working fine for me. Thanks @rashidakanchwala
kedro 0.18.11
kedro-datasets 1.4.0
kedro-viz 6.3.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@quantumblack/kedro-viz", | |||
"version": "6.3.2", | |||
"version": "6.3.3", | |||
"lockfileVersion": 2, | |||
"requires": true, | |||
"packages": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know the PR is merged. I was trying to build the package and saw the version under packages section is not updated to 6.3.3
@rashidakanchwala should we do that ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tynandebold -- how do we do this best?
Description
It's a patch release to fix Kedro-viz backward compatibility issue with Kedro and also fix compatibility with strawberry-graphql. Below are release notes :
strawberry-graphql
to at least version 0.192 to support the newstrawberry.union
syntax. (Fix strawberry-graphql union error. #1441)Development notes
QA notes
Checklist
RELEASE.md
file