From 5e28fce12e12642fe2cc0aa6f4216d6ac3feb018 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 09:50:15 +0100 Subject: [PATCH] [vercel deploy] Invoices * Release apps * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Lukasz Ostrowski --- .changeset/dirty-olives-search.md | 5 ----- .changeset/perfect-zoos-notice.md | 5 ----- .changeset/spotty-carrots-approve.md | 5 ----- apps/invoices/CHANGELOG.md | 11 +++++++++++ apps/invoices/package.json | 2 +- packages/eslint-config-saleor/CHANGELOG.md | 6 ++++++ packages/eslint-config-saleor/package.json | 2 +- 7 files changed, 19 insertions(+), 17 deletions(-) delete mode 100644 .changeset/dirty-olives-search.md delete mode 100644 .changeset/perfect-zoos-notice.md delete mode 100644 .changeset/spotty-carrots-approve.md diff --git a/.changeset/dirty-olives-search.md b/.changeset/dirty-olives-search.md deleted file mode 100644 index 7b916f7..0000000 --- a/.changeset/dirty-olives-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-invoices": minor ---- - -App no longer shows initial loading spinner. It renders nothing until initial required data (channels) are fetched. When this happens, AppBridge informs Dashboard (via NotifyReady action) that it can be displayed. diff --git a/.changeset/perfect-zoos-notice.md b/.changeset/perfect-zoos-notice.md deleted file mode 100644 index b8e7cf1..0000000 --- a/.changeset/perfect-zoos-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-invoices": patch ---- - -Removed frontend GraphQL provider, because no frontend queries are used diff --git a/.changeset/spotty-carrots-approve.md b/.changeset/spotty-carrots-approve.md deleted file mode 100644 index 279b286..0000000 --- a/.changeset/spotty-carrots-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-config-saleor": patch ---- - -Update dependencies to fix config, so ESLint should work in IDEs diff --git a/apps/invoices/CHANGELOG.md b/apps/invoices/CHANGELOG.md index 27c4f57..9797d36 100644 --- a/apps/invoices/CHANGELOG.md +++ b/apps/invoices/CHANGELOG.md @@ -1,5 +1,16 @@ # saleor-app-invoices +## 1.8.0 + +### Minor Changes + +- 639dfc3: App no longer shows initial loading spinner. It renders nothing until initial required data (channels) are fetched. When this happens, AppBridge informs Dashboard (via NotifyReady action) that it can be displayed. + +### Patch Changes + +- 639dfc3: Removed frontend GraphQL provider, because no frontend queries are used + - @saleor/apps-shared@1.3.0 + ## 1.7.2 ### Patch Changes diff --git a/apps/invoices/package.json b/apps/invoices/package.json index cf9a9ab..7b44fd5 100644 --- a/apps/invoices/package.json +++ b/apps/invoices/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-invoices", - "version": "1.7.2", + "version": "1.8.0", "private": true, "scripts": { "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/packages/eslint-config-saleor/CHANGELOG.md b/packages/eslint-config-saleor/CHANGELOG.md index e7a9118..b035fb2 100644 --- a/packages/eslint-config-saleor/CHANGELOG.md +++ b/packages/eslint-config-saleor/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-config-saleor +## 0.2.1 + +### Patch Changes + +- 749941a: Update dependencies to fix config, so ESLint should work in Jetbrains IDE + ## 0.2.0 ### Minor Changes diff --git a/packages/eslint-config-saleor/package.json b/packages/eslint-config-saleor/package.json index cc4542f..0d64968 100644 --- a/packages/eslint-config-saleor/package.json +++ b/packages/eslint-config-saleor/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-saleor", - "version": "0.2.0", + "version": "0.2.1", "main": "index.js", "license": "MIT", "dependencies": {