Skip to content

Commit

Permalink
chore(main): release 0.20.2 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Sep 9, 2022
1 parent 0dc0959 commit 8e44cb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.20.2](https://github.com/zakodium-oss/react-plot/compare/v0.20.1...v0.20.2) (2022-09-09)


### Bug Fixes

* legend bug (bar series) ([#429](https://github.com/zakodium-oss/react-plot/issues/429)) ([4ddaef5](https://github.com/zakodium-oss/react-plot/commit/4ddaef56617b58f3bdf6005df1c7feffcc7f9885))
* use camelCase props in text element ([0dc0959](https://github.com/zakodium-oss/react-plot/commit/0dc09596e033c021b4604ab435c839de1cbe8fb1))

## [0.20.1](https://github.com/zakodium-oss/react-plot/compare/v0.20.0...v0.20.1) (2022-06-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-plot",
"version": "0.20.1",
"version": "0.20.2",
"description": "Library of React components to render SVG 2D plots.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down

0 comments on commit 8e44cb2

Please sign in to comment.