Skip to content

Commit

Permalink
Merge pull request #366 from sharetribe/v5.0.0
Browse files Browse the repository at this point in the history
New release: v5.0.0
  • Loading branch information
Gnito authored Apr 23, 2024
2 parents dca07b3 + d47a9e5 commit e16b014
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2024-XX-XX

## [v5.0.0] 2024-04-23

This major release prepares the codebase for the new concepts: user fields and categories. The
biggest changes are on PRs: #314 and #337.

Note: We will also introduce user types later on, but that concept might still change a bit from
what we have in this release.

- [add] Add support for hosted category configuration

- Prepare for a future asset: listing-categories.json
Expand Down Expand Up @@ -44,7 +52,7 @@ way to update this template, but currently, we follow a pattern:
- The ProfileSettingsPage is the default location for adding or editing user fields.
- The AuthenticationPage (SignupForm and ConfirmSignupForm) can also collect user field data.

[#377](https://github.com/sharetribe/web-template/pull/337)
[#337](https://github.com/sharetribe/web-template/pull/337)

- [change] Update Node.js version to >= 18.20.1 (engine) 20.12.1 (circleci)
[#360](https://github.com/sharetribe/web-template/pull/360)
Expand All @@ -61,6 +69,8 @@ way to update this template, but currently, we follow a pattern:
- [fix] Some email templates were not using the correct helper to format currencies and dates based
on localization. [#351](https://github.com/sharetribe/web-template/pull/351)

[v5.0.0]: https://github.com/sharetribe/web-template/compare/v4.1.2...v5.0.0

## [v4.1.2] 2024-03-26

- [fix] SSO signups didn't show hosted Terms & Privacy policy assets due to missing loadData.
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": "4.1.2",
"version": "5.0.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit e16b014

Please sign in to comment.