Skip to content

Commit 20d0715

Browse files
authored
Merge pull request #547 from sharetribe/v7.2.0
release v7.2.0
2 parents 1247616 + c47fc34 commit 20d0715

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:
1414

1515
## Upcoming version 2025-XX-XX
1616

17+
## [v7.2.0] 2025-01-30
18+
1719
- [add] Add support for the new Google Places API
1820
[#539](https://github.com/sharetribe/web-template/pull/539)
1921
- [fix] SearchPageWithMap: duplicate class caused positioning issue on localhost:3000.
@@ -28,6 +30,8 @@ way to update this template, but currently, we follow a pattern:
2830
- [fix] Private marketplace: allow search crawlers to access the `/sitemap` route.
2931
[#541](https://github.com/sharetribe/web-template/pull/541)
3032

33+
[v7.2.0]: https://github.com/sharetribe/web-template/compare/v7.1.0...v7.2.0
34+
3135
## [v7.1.0] 2025-01-23
3236

3337
- [add] Add support for hiding the Topbar search based on configuration.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"dependencies": {

0 commit comments

Comments
 (0)