Skip to content

Commit 7ff6ea4

Browse files
chore(main): release 0.2.2
1 parent ab25721 commit 7ff6ea4

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

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.2.2](https://github.com/googlemaps/extended-component-library/compare/v0.2.1...v0.2.2) (2023-07-27)
4+
5+
6+
### Bug Fixes
7+
8+
* fix broken photo gallery and reviews widgets ([ab25721](https://github.com/googlemaps/extended-component-library/commit/ab2572151b8e6d0a41690cadcea5d52fe6c47b3b))
9+
310
## [0.2.1](https://github.com/googlemaps/extended-component-library/compare/v0.2.0...v0.2.1) (2023-07-13)
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.2.1",
3+
"version": "0.2.2",
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.2.1'; // x-release-please-version
8+
export const LIBRARY_VERSION = '0.2.2'; // 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)