diff --git a/.changeset/hip-suits-swim.md b/.changeset/hip-suits-swim.md deleted file mode 100644 index 979dea19..00000000 --- a/.changeset/hip-suits-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": patch ---- - -Removed SaleorCloudAPL. This is not marked as breaking changed, because it was private and not documented API for internal Saleor usage. diff --git a/.changeset/twenty-onions-see.md b/.changeset/twenty-onions-see.md deleted file mode 100644 index 894d2a09..00000000 --- a/.changeset/twenty-onions-see.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": minor ---- - -Added new action `popupClose` to AppBridge. Now app can request Dashboard to close the popup. If app was not mounted in popup, event will be ignored. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0321a4dd..78450d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @saleor/app-sdk +## 1.7.0 + +### Minor Changes + +- 7d22dea: Added new action `popupClose` to AppBridge. Now app can request Dashboard to close the popup. If app was not mounted in popup, event will be ignored. + +### Patch Changes + +- 563251f: Removed SaleorCloudAPL. This is not marked as breaking changed, because it was private and not documented API for internal Saleor usage. + ## 1.6.0 ### Minor Changes diff --git a/package.json b/package.json index 1c1a1133..e27306b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saleor/app-sdk", - "version": "1.6.0", + "version": "1.7.0", "description": "SDK for building great Saleor Apps", "scripts": { "prepublishOnly": "pnpm build",