Skip to content

Commit

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

PiperOrigin-RevId: 580634941
  • Loading branch information
copybara-github committed Nov 8, 2023
2 parents b3b07e9 + aece6ff commit 6f94a3e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### Features

* add helper component for Address Validation API ([b3b07e9](https://github.com/googlemaps/extended-component-library/commit/b3b07e96211ecc37192ac157d55c0c690ba935b0))
* support aria-label attribute on Place Field Link ([9676a62](https://github.com/googlemaps/extended-component-library/commit/9676a623c5ddf37169d7a981147171366396de49))


### Bug Fixes

* add role="img" to star rating renderings to support aria-label usage ([b69d8bd](https://github.com/googlemaps/extended-component-library/commit/b69d8bd544fc8943638d77c9e13c113e3aa59e87))
* fix duplicate node in a11y tree when using aria-label on components ([c04dd5e](https://github.com/googlemaps/extended-component-library/commit/c04dd5e834d681e3edb1744edaad9346a9e9e9f3))
* include Routes components in generated React module ([1ed2275](https://github.com/googlemaps/extended-component-library/commit/1ed22750a8a3f501f1de986361e86f0559180657))
* increase color contrast to 4.5:1 for accessibility ([ec6265d](https://github.com/googlemaps/extended-component-library/commit/ec6265dbef35bb547e66b87d183e1844bc482443))

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


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.3",
"version": "0.5.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.4.3'; // x-release-please-version
export const LIBRARY_VERSION = '0.5.0'; // x-release-please-version

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

0 comments on commit 6f94a3e

Please sign in to comment.