Skip to content

Commit

Permalink
3.10.0 (#384)
Browse files Browse the repository at this point in the history
# Release 3.10.0

## Major features and improvements

- Display a prompt before rendering very large graphs (#361, #376, #377, #381)

## Bug fixes and other changes

- Clean up SCSS tech debt (#380)
- Add Container component to simplify app/lib entrypoint (#379)
- Add stylelint 'rule-empty-line-before': 'always' (#378)
  • Loading branch information
richardwestenra authored Mar 2, 2021
1 parent fe2420b commit 1b2d302
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ Please follow the established format:

<!-- Add release notes for the upcoming release here -->

# Release 3.10.0

## Major features and improvements

- Display a prompt before rendering very large graphs (#361, #376, #377, #381)

## Bug fixes and other changes

- Clean up SCSS tech debt (#380)
- Add Container component to simplify app/lib entrypoint (#379)
- Add stylelint 'rule-empty-line-before': 'always' (#378)

# Release 3.9.0

## Major features and improvements
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": "3.9.0",
"version": "3.10.0",
"main": "lib/components/app/index.js",
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion package/kedro_viz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

""" Kedro plugin for vizualising a Kedro pipeline """

__version__ = "3.9.0"
__version__ = "3.10.0"


from kedro_viz.server import format_pipeline_data # noqa

0 comments on commit 1b2d302

Please sign in to comment.