Skip to content

Commit

Permalink
New major release: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnito committed Sep 4, 2023
1 parent 4df20ba commit 2745573
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,10 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2023-XX-XX

## [v3.0.0] 2023-09-04

This is a major version release. Mainly due to a new process and big changes to the CheckoutPage.

- [add] This PR adds a 3rd process (default-inquiry) to the template.

- As a consequence, CheckoutPage has been refactored heavily
Expand Down Expand Up @@ -45,6 +49,8 @@ way to update this template, but currently, we follow a pattern:
- [fix] asset data denormalization: null values were not handled correctly.
[#200](https://github.com/sharetribe/web-template/pull/200)

[v3.0.0]: https://github.com/sharetribe/web-template/compare/v2.2.0...v3.0.0

## [v2.2.0] 2023-08-09

- [fix] CheckoutPage: totalPrice caused an error after inquiry transition.
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": "2.2.0",
"version": "3.0.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 2745573

Please sign in to comment.