Skip to content

Commit

Permalink
chore(main): release 0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed Oct 23, 2024
1 parent 421ed05 commit 5ad9372
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.13](https://github.com/googlemaps/extended-component-library/compare/v0.6.12...v0.6.13) (2024-10-23)


### Bug Fixes

* remove <br> from Store Locator for a11y ([421ed05](https://github.com/googlemaps/extended-component-library/commit/421ed05d8d22dff8d39628fd3051da0f049d5062))
* remove header/heading semantics from Store Locator for a11y ([6e7c93a](https://github.com/googlemaps/extended-component-library/commit/6e7c93ab2635107da79ebc3bbffe94c800d054b8))

## [0.6.12](https://github.com/googlemaps/extended-component-library/compare/v0.6.11...v0.6.12) (2024-10-22)


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

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

0 comments on commit 5ad9372

Please sign in to comment.