Skip to content

Commit 7e11d01

Browse files
Merge pull request #240 from googlemaps:release-please--branches--main--components--release-please-action
PiperOrigin-RevId: 688689058
2 parents 696ae15 + 545d1fb commit 7e11d01

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.12](https://github.com/googlemaps/extended-component-library/compare/v0.6.11...v0.6.12) (2024-10-22)
4+
5+
6+
### Bug Fixes
7+
8+
* add accessible label to store locator directions button ([696ae15](https://github.com/googlemaps/extended-component-library/commit/696ae152f1ade2f74dbfe2e8c5e052a656511f13))
9+
310
## [0.6.11](https://github.com/googlemaps/extended-component-library/compare/v0.6.10...v0.6.11) (2024-05-08)
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.11",
3+
"version": "0.6.12",
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.11'; // x-release-please-version
8+
export const LIBRARY_VERSION = '0.6.12'; // 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)