Skip to content

Commit

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

PiperOrigin-RevId: 581355334
  • Loading branch information
copybara-github committed Nov 10, 2023
2 parents b2921f8 + 73ce349 commit d08755d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.6.0](https://github.com/googlemaps/extended-component-library/compare/v0.5.0...v0.6.0) (2023-11-10)


### Features

* add Store Locator component ([b2921f8](https://github.com/googlemaps/extended-component-library/commit/b2921f897814c7063d7880ed3f8ba8ab95a4fdf8))
* make divider/button outline color customizable ([6e7f0cb](https://github.com/googlemaps/extended-component-library/commit/6e7f0cb658f383289465339f417f0d568dbee777))
* make Place Opening Hours colors customizable ([66c5d88](https://github.com/googlemaps/extended-component-library/commit/66c5d8898aa41634d281b28f77d22c80fb6e5814))


### Bug Fixes

* adjust photo carousel margins in Place Overview ([3b03f39](https://github.com/googlemaps/extended-component-library/commit/3b03f3965151fda9da715f2b9ad3ed3fe2919ce2))

## [0.5.0](https://github.com/googlemaps/extended-component-library/compare/v0.4.3...v0.5.0) (2023-11-08)


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

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

0 comments on commit d08755d

Please sign in to comment.