Skip to content

Commit

Permalink
Merge pull request #446 from sharetribe/v5.5.0
Browse files Browse the repository at this point in the history
V5.5.0
  • Loading branch information
Gnito authored Sep 3, 2024
2 parents 84eb855 + 8cba4af commit a28ad29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,24 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2024-XX-XX

- [change] Make the propType blockId optional for all Block types. [#444](https://github.com/sharetribe/web-template/pull/444)
- [change] Updates to the configuration script. Marketplace name is now prompted in the mandatory
settings. [#440](https://github.com/sharetribe/web-template/pull/440)
- [change] Update one copy text. [#439](https://github.com/sharetribe/web-template/pull/439)
## [v5.5.0] 2024-09-03

- [add] Add currently available translations for DE, ES, FR.
[#445](https://github.com/sharetribe/web-template/pull/445)

## [v5.4.0] 2024-08-20

- [change] Make the propType blockId optional for all Block types.
[#444](https://github.com/sharetribe/web-template/pull/444)
- [change] Update Sentry (v6.19.7 -> v8.26.0). Add ignoreErrors setup, add CSP directives and avoid
some errors. [#441](https://github.com/sharetribe/web-template/pull/441)
- [fix] ListingPage: the optional chaining for processType variable was faulty.
[#443](https://github.com/sharetribe/web-template/pull/443)
- [change] Updates to the configuration script. Marketplace name is now prompted in the mandatory
settings. [#440](https://github.com/sharetribe/web-template/pull/440)
- [change] Update one copy text. [#439](https://github.com/sharetribe/web-template/pull/439)

[v5.5.0]: https://github.com/sharetribe/web-template/compare/v5.4.0...v5.5.0

## [v5.4.0] 2024-08-20

- [change] auth.duck.js: login flow should wait for currentUser entity be loaded.
[#436](https://github.com/sharetribe/web-template/pull/436)
- [add] Access control: private marketplace mode
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": "5.4.0",
"version": "5.5.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit a28ad29

Please sign in to comment.