Skip to content

Commit e9ee4cf

Browse files
committed
2.0.1
1 parent 101cac5 commit e9ee4cf

File tree

3 files changed

+17
-29
lines changed

3 files changed

+17
-29
lines changed

library/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [2.0.0](https://github.com/ubilabs/google-maps-react-hooks/compare/v1.6.2...v2.0.0) (2022-11-15)
1+
## [2.0.1](https://github.com/ubilabs/google-maps-react-hooks/compare/v2.0.0...v2.0.1) (2022-12-09)
22

33

44
### Bug Fixes
@@ -9,6 +9,7 @@
99
* **distance-matrix:** types were missing ([68ecb32](https://github.com/ubilabs/google-maps-react-hooks/commit/68ecb325ca6ab5ff9d655cb52cd24abdeba05d56))
1010
* **elevation:** check for elevator ([64e278e](https://github.com/ubilabs/google-maps-react-hooks/commit/64e278e8ccdd464beb188d2e845e80552cfc406e))
1111
* **examples:** stop rendering GoogleMapsProvider twice because of strict mode ([3cecd10](https://github.com/ubilabs/google-maps-react-hooks/commit/3cecd10c12644af888e139819eca463eece31c8a))
12+
* **google-maps-provider:** fixes advanced markers break map loading ([6bb30e7](https://github.com/ubilabs/google-maps-react-hooks/commit/6bb30e7a8e7e7c54cb0b5cc7720ef36daf2e7d7d))
1213
* **google-maps-provider:** quick fix google maps check ([ce6ee04](https://github.com/ubilabs/google-maps-react-hooks/commit/ce6ee0404cd505253f201cab75a65ba4af776ef1))
1314
* **map-clean-up:** clean up map instance and scripts correctly ([eb93d71](https://github.com/ubilabs/google-maps-react-hooks/commit/eb93d712090696a51de874f36bb32ddc58dfee72))
1415
* **map-clean-up:** make sure Google Maps script is added only once ([40d56da](https://github.com/ubilabs/google-maps-react-hooks/commit/40d56da6e5113bed43a94e84137df036402f4437))

library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubilabs/google-maps-react-hooks",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React hooks and map context provider for Google Maps",
55
"source": "src/index.ts",
66
"main": "dist/index.umd.js",

package-lock.json

+14-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)