Skip to content

Commit d0b242e

Browse files
2.0.2
1 parent 75613cb commit d0b242e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.2] - 2020-07-30
2+
3+
- #878 Fix heatmap options not being updated
4+
15
## [2.0.1] - 2020-07-30
26

37
- #864 On resize it's getting undefined minZoom
@@ -8,7 +12,7 @@
812
### Changed
913

1014
- Rewrite library using [create-react-library](https://www.npmjs.com/package/create-react-library)
11-
- **Breaking** Move `google-map-react/utils` to module import, so instead of doing `import { utilName } from 'google-map-react/utils` you will do `import { utilName } from google-map-react`
15+
- **Breaking** Move `google-map-react/utils` to module import, meaning that instead of doing: `import { utilName } from 'google-map-react/utils` you will do `import { utilName } from google-map-react`
1216

1317
## [1.1.7] - 2020-03-17
1418

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-map-react",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Isomorphic component that allows rendering react components on a google map",
55
"author": "istarkov https://github.com/istarkov",
66
"license": "MIT",

0 commit comments

Comments
 (0)