Skip to content

Commit

Permalink
Merge pull request #155 from sharetribe/v10.0.1
Browse files Browse the repository at this point in the history
New patch release: v10.0.1
  • Loading branch information
Gnito authored Jul 11, 2022
2 parents 9fe10d0 + 11831b5 commit 17461d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2022-XX-XX

## [v10.0.1] 2022-07-11

- ListingPage.test.js needed an update due to missing 'stock' in includes.

[v10.0.1]: https://github.com/sharetribe/ftw-product/compare/v10.0.0...v10.0.1

## [v10.0.0] 2022-07-11

This is a major release since it includes a major update to sharetribe-scripts aka our fork of
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": "10.0.0",
"version": "10.0.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/containers/ListingPage/ListingPage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('ListingPage', () => {
id,
'imageVariant.listing-card': 'w:400;h:400;fit:crop',
'imageVariant.listing-card-2x': 'w:800;h:800;fit:crop',
include: ['author', 'author.profileImage', 'images'],
include: ['author', 'author.profileImage', 'images', 'currentStock'],
}),
],
]);
Expand Down Expand Up @@ -155,7 +155,7 @@ describe('ListingPage', () => {
id,
'imageVariant.listing-card': 'w:400;h:400;fit:crop',
'imageVariant.listing-card-2x': 'w:800;h:800;fit:crop',
include: ['author', 'author.profileImage', 'images'],
include: ['author', 'author.profileImage', 'images', 'currentStock'],
}),
],
]);
Expand Down

0 comments on commit 17461d8

Please sign in to comment.