Skip to content

Commit 8359dbd

Browse files
authored
Merge pull request #566 from sharetribe/v8.0.0
New release: v8.0.0
2 parents 46f6d04 + 7971012 commit 8359dbd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

1515
## Upcoming version 2025-XX-XX
1616

17+
## [v8.0.0] 2025-03-26
18+
19+
This major release adds support for bookings with a fixed duration. The feature is touching so many
20+
parts of the codebase, that we decided to bump the major version.
21+
1722
- [add] Add support for bookings with a fixed duration.
1823
[#560](https://github.com/sharetribe/web-template/pull/560)
1924
- [fix] Fix the positioning of the camera control otpions on Google Maps
2025
[#565](https://github.com/sharetribe/web-template/pull/565)
2126
- [fix] Fix currently available translations for FR.
2227
[#559](https://github.com/sharetribe/web-template/pull/559)
2328

29+
[v8.0.0]: https://github.com/sharetribe/web-template/compare/v7.3.0...v8.0.0
30+
2431
## [v7.3.0] 2025-02-19
2532

2633
- [fix] Remove obsolete Flex CLI references

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.3.0",
3+
"version": "8.0.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"dependencies": {

0 commit comments

Comments
 (0)