Skip to content

Commit

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

PiperOrigin-RevId: 573255316
  • Loading branch information
copybara-github committed Oct 13, 2023
2 parents 95e9a6c + f68e983 commit feaf58f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.3](https://github.com/googlemaps/extended-component-library/compare/v0.4.2...v0.4.3) (2023-10-13)


### Bug Fixes

* resolve minor styling issue with photo scrollbar in Place Overview ([95e9a6c](https://github.com/googlemaps/extended-component-library/commit/95e9a6c4f08b6efdeb5c26ed17ceed138fec6e75))

## [0.4.2](https://github.com/googlemaps/extended-component-library/compare/v0.4.1...v0.4.2) (2023-09-06)


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.4.2",
"version": "0.4.3",
"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.4.2'; // x-release-please-version
export const LIBRARY_VERSION = '0.4.3'; // x-release-please-version

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

0 comments on commit feaf58f

Please sign in to comment.