Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Oct 3, 2024
1 parent 0a1ffd3 commit 18522b9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions packages/react-google-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.1.0](https://github.com/RakanNimer/react-google-charts/compare/v4.0.7...v5.1.0) (2024-10-03)


### Features

* add support for custom loader.js script location ([c11c31c](https://github.com/RakanNimer/react-google-charts/commit/c11c31c4e528cd094827bbc6fd8797630323dfec)), closes [#730](https://github.com/RakanNimer/react-google-charts/issues/730)


### Bug Fixes

* add and remove event listeners using useEffect ([#731](https://github.com/RakanNimer/react-google-charts/issues/731)) ([651d14c](https://github.com/RakanNimer/react-google-charts/commit/651d14ce710ee9b2b601a9e5d7792ea5d6ddcf2d))
* re-draw on any relevant prop change ([4da45f6](https://github.com/RakanNimer/react-google-charts/commit/4da45f6c372fe936ac57118dd39664fdbc3301b5))
* re-draw when data, columns or rows changed ([687521f](https://github.com/RakanNimer/react-google-charts/commit/687521ff93c7262a2f200a9de8736fea1882de9a))

## [5.0.0](https://github.com/RakanNimer/react-google-charts/compare/v4.0.7...v5.0.0) (2024-10-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/react-google-charts/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 packages/react-google-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-google-charts",
"version": "5.0.0",
"version": "5.1.0",
"description": "react-google-charts React component",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 18522b9

Please sign in to comment.