Skip to content

Commit d1f4050

Browse files
authored
Merge pull request #244 from googlemaps/release-please--branches--main--components--release-please-action
chore(main): release 0.6.13
2 parents 421ed05 + 5ad9372 commit d1f4050

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.6.13](https://github.com/googlemaps/extended-component-library/compare/v0.6.12...v0.6.13) (2024-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* remove <br> from Store Locator for a11y ([421ed05](https://github.com/googlemaps/extended-component-library/commit/421ed05d8d22dff8d39628fd3051da0f049d5062))
9+
* remove header/heading semantics from Store Locator for a11y ([6e7c93a](https://github.com/googlemaps/extended-component-library/commit/6e7c93ab2635107da79ebc3bbffe94c800d054b8))
10+
311
## [0.6.12](https://github.com/googlemaps/extended-component-library/compare/v0.6.11...v0.6.12) (2024-10-22)
412

513

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.12",
3+
"version": "0.6.13",
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.12'; // x-release-please-version
8+
export const LIBRARY_VERSION = '0.6.13'; // 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)