[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:
parent
71d7157d93
commit
5e28fce12e
7 changed files with 19 additions and 17 deletions
|
@ -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.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-invoices": patch
|
||||
---
|
||||
|
||||
Removed frontend GraphQL provider, because no frontend queries are used
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"eslint-config-saleor": patch
|
||||
---
|
||||
|
||||
Update dependencies to fix config, so ESLint should work in IDEs
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-saleor",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue