diff --git a/.changeset/shy-walls-cough.md b/.changeset/shy-walls-cough.md deleted file mode 100644 index dfbb9739..00000000 --- a/.changeset/shy-walls-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": patch ---- - -Fixed URLs to docs inline code and errors. Now they point to Saleor Docs website, instead local docs that were removed diff --git a/.changeset/sixty-geese-whisper.md b/.changeset/sixty-geese-whisper.md deleted file mode 100644 index 6902d13c..00000000 --- a/.changeset/sixty-geese-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": minor ---- - -Changed behavior or Saleor Cloud APL - get method. Prevoiusly ANY error was catched and method returned "undefined". Now only 404-like errors will return "undefined" and error like 5xx, timeouts, wrong body, etc. will result with thrown error. This is technically a breaking change on function level, but in the end app will fail anyway - if APL is not found, it can't proceed. Now error is thrown earlier. It should help with debugging and better custom error handling. diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d9517e..bad5fad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @saleor/app-sdk +## 0.45.0 + +### Minor Changes + +- d1c30dc: Changed behavior or Saleor Cloud APL - get method. Prevoiusly ANY error was catched and method returned "undefined". Now only 404-like errors will return "undefined" and error like 5xx, timeouts, wrong body, etc. will result with thrown error. This is technically a breaking change on function level, but in the end app will fail anyway - if APL is not found, it can't proceed. Now error is thrown earlier. It should help with debugging and better custom error handling. + +### Patch Changes + +- b5c4429: Fixed URLs to docs inline code and errors. Now they point to Saleor Docs website, instead local docs that were removed + ## 0.44.0 ### Minor Changes diff --git a/package.json b/package.json index efa28101..87a9e6ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saleor/app-sdk", - "version": "0.44.0", + "version": "0.45.0", "description": "SDK for building great Saleor Apps", "scripts": { "prepublishOnly": "pnpm build",