Skip to content

Commit 86522d8

Browse files
Merge pull request #169 from googlemaps:release-please--branches--main--components--release-please-action
PiperOrigin-RevId: 601886044
2 parents dc83f25 + 2c987bc commit 86522d8

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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+
## [0.6.5](https://github.com/googlemaps/extended-component-library/compare/v0.6.4...v0.6.5) (2024-01-26)
4+
5+
6+
### Bug Fixes
7+
8+
* replace usage of deprecated findPlaceFromQuery with searchByText in Place Picker ([dc83f25](https://github.com/googlemaps/extended-component-library/commit/dc83f2540d144391420a2ffdd99ad392549ba225))
9+
310
## [0.6.4](https://github.com/googlemaps/extended-component-library/compare/v0.6.3...v0.6.4) (2024-01-04)
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.4",
3+
"version": "0.6.5",
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.4'; // x-release-please-version
8+
export const LIBRARY_VERSION = '0.6.5'; // 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)