Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#394)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 30, 2024
1 parent dc51eb9 commit 183fb42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/visgl/react-google-maps/compare/v1.0.1...v1.0.2) (2024-05-30)


### Bug Fixes

* **info-window:** fix reappearing InfoWindows ([#393](https://github.com/visgl/react-google-maps/issues/393)) ([dc51eb9](https://github.com/visgl/react-google-maps/commit/dc51eb979e5db6fb57a07d52efa36ef03e83dfcf))

## [1.0.1](https://github.com/visgl/react-google-maps/compare/v1.0.0...v1.0.1) (2024-05-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vis.gl/react-google-maps",
"version": "1.0.1",
"version": "1.0.2",
"description": "React components and hooks for the Google Maps JavaScript API",
"source": "src/index.ts",
"main": "dist/index.umd.js",
Expand Down

0 comments on commit 183fb42

Please sign in to comment.