Skip to content

Commit 13afc1a

Browse files
chore(main): release 1.5.3
1 parent f2db7a8 commit 13afc1a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.3](https://github.com/visgl/react-google-maps/compare/v1.5.2...v1.5.3) (2025-05-08)
4+
5+
6+
### Bug Fixes
7+
8+
* ensure proper type inference of APILoadingStatus ([#747](https://github.com/visgl/react-google-maps/issues/747)) ([2c59d59](https://github.com/visgl/react-google-maps/commit/2c59d59b475b9bc1eef7d7f7bd9b08c2d215a3cb))
9+
310
## [1.5.2](https://github.com/visgl/react-google-maps/compare/v1.5.1...v1.5.2) (2025-03-13)
411

512

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vis.gl/react-google-maps",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "React components and hooks for the Google Maps JavaScript API",
55
"source": "src/index.ts",
66
"main": "dist/index.umd.js",

0 commit comments

Comments
 (0)