Release apps (#883)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
bb504d95aa
commit
7f0d8d24a3
5 changed files with 9 additions and 16 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-products-feed": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed error on loading configuration created in the previous version of the app.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-products-feed": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed issue with saving changes in the title template form.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-products-feed": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Improved error logging in the tRPC API.
|
|
|
@ -1,5 +1,13 @@
|
||||||
# saleor-app-products-feed
|
# saleor-app-products-feed
|
||||||
|
|
||||||
|
## 1.11.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- bb504d9: Fixed error on loading configuration created in the previous version of the app.
|
||||||
|
- bb504d9: Fixed issue with saving changes in the title template form.
|
||||||
|
- bb504d9: Improved error logging in the tRPC API.
|
||||||
|
|
||||||
## 1.11.0
|
## 1.11.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-products-feed",
|
"name": "saleor-app-products-feed",
|
||||||
"version": "1.11.0",
|
"version": "1.11.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
Loading…
Reference in a new issue