Skip to content

Commit f933774

Browse files
chore(main): release 1.5.5 (#807)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1f499e commit f933774

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.5.5](https://github.com/visgl/react-google-maps/compare/v1.5.4...v1.5.5) (2025-08-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **static-maps:** remove path grouping by style ([#809](https://github.com/visgl/react-google-maps/issues/809)) ([d1f499e](https://github.com/visgl/react-google-maps/commit/d1f499e6089086e40265c9b21c6a318d292e2f9e))
9+
* Update calc clusters to happen after Idle event - reduces issue 563 ([#806](https://github.com/visgl/react-google-maps/issues/806)) ([bed6ccd](https://github.com/visgl/react-google-maps/commit/bed6ccd31911ac82decc758bd4ecee0a18fe492f))
10+
311
## [1.5.4](https://github.com/visgl/react-google-maps/compare/v1.5.3...v1.5.4) (2025-07-06)
412

513

package-lock.json

Lines changed: 2 additions & 2 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.4",
3+
"version": "1.5.5",
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)