Release apps (#883)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-08-10 17:49:06 +02:00 committed by GitHub
parent bb504d95aa
commit 7f0d8d24a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 16 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-products-feed": patch
---
Fixed error on loading configuration created in the previous version of the app.

View file

@ -1,5 +0,0 @@
---
"saleor-app-products-feed": patch
---
Fixed issue with saving changes in the title template form.

View file

@ -1,5 +0,0 @@
---
"saleor-app-products-feed": patch
---
Improved error logging in the tRPC API.

View file

@ -1,5 +1,13 @@
# 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
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-products-feed",
"version": "1.11.0",
"version": "1.11.1",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",