Skip to content

Commit 19581bf

Browse files
chore(main): release 1.5.3
1 parent 42c4c7e commit 19581bf

File tree

3 files changed

+72
-71
lines changed

3 files changed

+72
-71
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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-17)
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

Lines changed: 64 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)