Skip to content

Commit 585a77d

Browse files
committed
chore(release): 5.0.0
1 parent c694775 commit 585a77d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [5.0.0](https://github.com/RakanNimer/react-google-charts/compare/v4.0.7...v5.0.0) (2024-10-02)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
* re-draw on any relevant prop change ([4da45f6](https://github.com/RakanNimer/react-google-charts/commit/4da45f6c372fe936ac57118dd39664fdbc3301b5))
12+
* re-draw when data, columns or rows changed ([687521f](https://github.com/RakanNimer/react-google-charts/commit/687521ff93c7262a2f200a9de8736fea1882de9a))

packages/react-google-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-charts",
3-
"version": "5.0.0-beta.3",
3+
"version": "5.0.0",
44
"description": "react-google-charts React component",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)