Skip to content

Commit 9080e7d

Browse files
Merge pull request #300 from googlemaps:release-please--branches--main--components--release-please-action
PiperOrigin-RevId: 926129720
2 parents e98cef1 + 21bc633 commit 9080e7d

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [0.6.15](https://github.com/googlemaps/extended-component-library/compare/v0.6.14...v0.6.15) (2026-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* make `isPlaceResult()` type predicate more robust to JS API changes ([d13ae7f](https://github.com/googlemaps/extended-component-library/commit/d13ae7f41e8bf1a55cbf8ae72990f9be0bada62d))
9+
310
## [0.6.12](https://github.com/googlemaps/extended-component-library/compare/v0.6.11...v0.6.12) (2024-10-22)
411

512

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": "@googlemaps/extended-component-library",
3-
"version": "0.6.12",
3+
"version": "0.6.15",
44
"description": "Web Components for building rich experiences with the Google Maps JavaScript API.",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/googlemaps/extended-component-library",

src/base/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/** Package version of this component library. */
8-
export const LIBRARY_VERSION = '0.6.12'; // x-release-please-version
8+
export const LIBRARY_VERSION = '0.6.15'; // x-release-please-version
99

1010
/** Identifier of where this component library is sourced from. */
1111
export const ATTRIBUTION_SOURCE_ID = 'GIT';

0 commit comments

Comments
 (0)