Skip to content

Commit

Permalink
Merge pull request #190 from googlemaps:release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--components--release-please-action

PiperOrigin-RevId: 619352858
  • Loading branch information
copybara-github committed Mar 26, 2024
2 parents b45066f + ee7668f commit 04956bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.9](https://github.com/googlemaps/extended-component-library/compare/v0.6.8...v0.6.9) (2024-03-26)


### Bug Fixes

* reduce loading latency of lightbox photos by capping width/height to window ([29e02ea](https://github.com/googlemaps/extended-component-library/commit/29e02eab8439c110c86ba13c088b4223a622eb5a))
* resolves issue of font-family CSS variable not working on Place Picker ([#191](https://github.com/googlemaps/extended-component-library/issues/191)) ([b45066f](https://github.com/googlemaps/extended-component-library/commit/b45066f6fc323748fd14bbf727728f810f271754))

## [0.6.8](https://github.com/googlemaps/extended-component-library/compare/v0.6.7...v0.6.8) (2024-03-13)


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": "@googlemaps/extended-component-library",
"version": "0.6.8",
"version": "0.6.9",
"description": "Web Components for building rich experiences with the Google Maps JavaScript API.",
"license": "Apache-2.0",
"homepage": "https://github.com/googlemaps/extended-component-library",
Expand Down
2 changes: 1 addition & 1 deletion src/base/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/** Package version of this component library. */
export const LIBRARY_VERSION = '0.6.8'; // x-release-please-version
export const LIBRARY_VERSION = '0.6.9'; // x-release-please-version

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

0 comments on commit 04956bf

Please sign in to comment.