Skip to content

Commit

Permalink
chore(version): matplotlib-v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed May 16, 2024
1 parent 4e5f19a commit ff53e49
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions plugins/matplotlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## matplotlib-v0.4.0 - 2024-05-16
#### Bug Fixes
- Type fixes and require pyright (#302) - (d5d003d) - Joe
#### Build system
- Bump version number to 0.5.0 for matplotlib (#466) - (4e5f19a) - mofojed
- Fix npm package update (#361) - (cabbcab) - mofojed
- Update dh ui packages to ^0.66.1 (#330) - (9433a98) - bmingles
- Version bump matplotlib to v0.4.0.dev0 (#188) - (a7daf6a) - Joe
#### Features
- Package matplotlib and ui JS with wheel (#343) - (7724e55) - Joe
- Support lerna scopes in npm start (#203) - (aab9591) - bmingles
- Update Matplotlib plugin to register widget view (#189) - (cd52fb2) - mofojed

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
2 changes: 1 addition & 1 deletion plugins/matplotlib/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = deephaven-plugin-matplotlib
description = Deephaven Plugin for matplotlib
long_description = file: README.md
long_description_content_type = text/markdown
version = 0.5.0.dev0
version = 0.4.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/matplotlib/src/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/js-plugin-matplotlib",
"version": "0.5.0",
"version": "0.4.0",
"description": "Deephaven matplotlib plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit ff53e49

Please sign in to comment.