diff --git a/.changeset/fifty-mangos-know.md b/.changeset/fifty-mangos-know.md deleted file mode 100644 index fc21178c..00000000 --- a/.changeset/fifty-mangos-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": patch ---- - -Added export path "@saleor/app-sdk/types". It was accessible but not correctly marked in package.json. Now its added in "exports" field which should fix some bundles and IDEs diff --git a/.changeset/smooth-rockets-agree.md b/.changeset/smooth-rockets-agree.md deleted file mode 100644 index d8611de0..00000000 --- a/.changeset/smooth-rockets-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": patch ---- - -Bumped semver from 5.7.1 to 5.7.2 diff --git a/.changeset/tender-news-do.md b/.changeset/tender-news-do.md deleted file mode 100644 index ac8fb3a5..00000000 --- a/.changeset/tender-news-do.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@saleor/app-sdk": minor ---- - -Changed the "query" field in the AppManifest webhook to be required. Previously, this field was optional. - -For subscription events, Saleor rejects webhooks without query, so this field was valid only with legacy non-subscription webhooks. - -Now, the query is obligatory. - -Warning: This can be a breaking change for some scenarios where legacy webhooks were used! diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a0d94c..d6d9517e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # @saleor/app-sdk +## 0.44.0 + +### Minor Changes + +- 3e31b3a: Changed the "query" field in the AppManifest webhook to be required. Previously, this field was optional. + + For subscription events, Saleor rejects webhooks without query, so this field was valid only with legacy non-subscription webhooks. + + Now, the query is obligatory. + + **Warning: This can be a breaking change for some scenarios where legacy webhooks were used!** + +### Patch Changes + +- 8ff42af: Added export path "@saleor/app-sdk/types". It was accessible but not correctly marked in package.json. Now its added in "exports" field which should fix some bundles and IDEs +- e04d6c0: Bumped semver from 5.7.1 to 5.7.2 + ## 0.43.1 ### Patch Changes diff --git a/package.json b/package.json index 102624a3..efa28101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saleor/app-sdk", - "version": "0.43.1", + "version": "0.44.0", "description": "SDK for building great Saleor Apps", "scripts": { "prepublishOnly": "pnpm build",