Skip to content

Commit dda3f6e

Browse files
Release to npm (#343)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8789f37 commit dda3f6e

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/fair-ads-trade.md

-7
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @saleor/app-sdk
22

3+
## 0.50.0
4+
5+
### Minor Changes
6+
7+
- ef61335: Fix wrong logic introduced in [0.49.0](https://github.com/saleor/app-sdk/releases/tag/v0.49.0): there is not header `saleor-schema-version` when app-sdk is processing saleor webhook. This header is only present on install request.
8+
9+
Now app-sdk will try to parse version from `version` field on GraphQL subscription [Event](https://docs.saleor.io/docs/3.x/api-storefront/miscellaneous/interfaces/event#code-style-fontweight-normal-eventbversionbcodestring-). If field is not present `null` will be returned.
10+
311
## 0.49.0
412

513
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saleor/app-sdk",
3-
"version": "0.49.0",
3+
"version": "0.50.0",
44
"description": "SDK for building great Saleor Apps",
55
"scripts": {
66
"prepublishOnly": "pnpm build",

0 commit comments

Comments
 (0)