Skip to content

Commit

Permalink
chore(version): plotly-v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Apr 3, 2024
1 parent 1c56236 commit 3a6c218
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
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.

17 changes: 17 additions & 0 deletions plugins/plotly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## plotly-v0.1.0 - 2024-04-03
#### Bug Fixes
- Scatter plots rendering at the wrong location (#324) - (dfe5c48) - mofojed
#### Build system
- Update dh ui packages to ^0.66.1 (#330) - (9433a98) - bmingles
#### Features
- combine plotly plots into plotly-express plugin (#358) - (7a1893d) - Joe
- Support lerna scopes in npm start (#203) - (aab9591) - bmingles
- Auth keycloak plugin (#19) - (8e77e7d) - mofojed

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
2 changes: 1 addition & 1 deletion plugins/plotly/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = deephaven-plugin-plotly
description = Deephaven Plugin for Plotly
long_description = file: README.md
long_description_content_type = text/markdown
version = 0.3.0.dev0
version = 0.1.0
url = https://github.com/deephaven/deephaven-plugins
project_urls =
Source Code = https://github.com/deephaven/deephaven-plugins
Expand Down
2 changes: 1 addition & 1 deletion plugins/plotly/src/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/js-plugin-plotly",
"version": "0.3.0",
"version": "0.1.0",
"description": "Deephaven plotly plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 3a6c218

Please sign in to comment.