-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a2275e
commit 3718f17
Showing
5 changed files
with
38 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"saleor-app-search": minor | ||
--- | ||
|
||
Added new "pricing" field to Algolia object representation. It now contains "onSale", "discount gross amount", "undiscounted gross amount", "gross amount" and "channel listing amount". The "grossPrice" field is deprecated now, its value is the same as "channel listing amount". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,15 +39,15 @@ | |
"*.{ts,tsx,md,js,jsx}": "cspell --no-must-find-files" | ||
}, | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"overrides": { | ||
"@saleor/app-sdk": "0.43.1" | ||
} | ||
}, | ||
"private": true, | ||
"workspaces": [ | ||
"apps/*", | ||
"packages/*", | ||
"templates/*" | ||
], | ||
"pnpm": { | ||
"overrides": { | ||
"@saleor/app-sdk": "0.43.1" | ||
} | ||
} | ||
] | ||
} |