Skip to content

Commit 96e0d5c

Browse files
chore(main): release 1.1.0 (#395)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6e15ca2 commit 96e0d5c

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.1.0](https://github.com/visgl/react-google-maps/compare/v1.0.2...v1.1.0) (2024-06-17)
4+
5+
6+
### Features
7+
8+
* **infowindow:** add new headerContent prop ([#396](https://github.com/visgl/react-google-maps/issues/396)) ([0d40c81](https://github.com/visgl/react-google-maps/commit/0d40c81fe0d850accccf031bfb4f6f7412eea73a)), closes [#378](https://github.com/visgl/react-google-maps/issues/378)
9+
* **map:** add padding option to defaultBounds ([#392](https://github.com/visgl/react-google-maps/issues/392)) ([9dc65dc](https://github.com/visgl/react-google-maps/commit/9dc65dc36c1d3efb17ebcfa55da3b2f3909eb63f))
10+
311
## [1.0.2](https://github.com/visgl/react-google-maps/compare/v1.0.1...v1.0.2) (2024-05-30)
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.0.2",
3+
"version": "1.1.0",
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)