Skip to content

Commit

Permalink
Merge pull request #1321 from sharetribe/v6.1.0
Browse files Browse the repository at this point in the history
New release v6.1.0
  • Loading branch information
Gnito authored Jul 1, 2020
2 parents 2a72a69 + a568911 commit 645818d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2020-XX-XX

## [v6.1.0] 2020-07-01

- [fix] MainPanel: search filter bug. Address and bounds are handled outside of MainPanel, URL
params should be trusted instead of values stored to state.
[#1320](https://github.com/sharetribe/ftw-daily/pull/1320)
Expand All @@ -25,6 +27,8 @@ way to update this template, but currently, we follow a pattern:
- [fix] Sync bookingUnitType variables and update comments. Client app's API (proxy) server needs to
know about unit type. [#1317](https://github.com/sharetribe/ftw-daily/pull/1317)

[v6.1.0]: https://github.com/sharetribe/flex-template-web/compare/v6.0.0...v6.1.0

## [v6.0.0] 2020-06-25

- [change] Use privileged transitions for price calculation by default and update the process alias.
Expand All @@ -39,6 +43,8 @@ way to update this template, but currently, we follow a pattern:
- [fix] `yarn run dev-backend` was expecting NODE_ENV.
[#1303](https://github.com/sharetribe/ftw-daily/pull/1303)

[v6.0.0]: https://github.com/sharetribe/flex-template-web/compare/v5.0.0...v6.0.0

## [v5.0.0] 2020-06-04

- [change] Streamlining filter setup. Everyone who customizes FTW-templates, needs to update filters
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "6.0.0",
"version": "6.1.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 645818d

Please sign in to comment.