[vercel deploy]

Invoices

* Release apps

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>
This commit is contained in:
github-actions[bot] 2023-03-10 09:50:15 +01:00 committed by GitHub
parent 71d7157d93
commit 5e28fce12e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 19 additions and 17 deletions

View file

@ -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.

View file

@ -1,5 +0,0 @@
---
"saleor-app-invoices": patch
---
Removed frontend GraphQL provider, because no frontend queries are used

View file

@ -1,5 +0,0 @@
---
"eslint-config-saleor": patch
---
Update dependencies to fix config, so ESLint should work in IDEs

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "eslint-config-saleor",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",
"license": "MIT",
"dependencies": {