Skip to content

Commit 223aec5

Browse files
authored
Merge pull request #692 from sharetribe/v10.1.0
New release v10.1.0
2 parents 8efa50b + ea94b6f commit 223aec5

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,12 +14,16 @@ way to update this template, but currently, we follow a pattern:
1414

1515
## Upcoming version 2025-XX-XX
1616

17+
## [v10.1.0] 2025-11-06
18+
1719
- [add] Add support for regular negotiation flow where provider creates listings representing offers
1820
(e.g. projects) and customer can request for a quote.
1921
[#685](https://github.com/sharetribe/web-template/pull/685)
2022
- [fix] Add line break to TopbarMobileMenu.signupOrLogin translation
2123
[#690](https://github.com/sharetribe/web-template/pull/690)
2224

25+
[v10.1.0]: https://github.com/sharetribe/web-template/compare/v10.0.0...v10.1.0
26+
2327
## [v10.0.0] 2025-11-04
2428

2529
This major release introduces Redux Toolkit for state management. This is a big change and you

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

0 commit comments

Comments
 (0)