From 7f0d8d24a3f1f14646db6cc95ffa7bddb0ec0b40 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Thu, 10 Aug 2023 17:49:06 +0200 Subject: [PATCH] Release apps (#883) Co-authored-by: github-actions[bot] --- .changeset/nervous-tables-agree.md | 5 ----- .changeset/poor-mugs-fix.md | 5 ----- .changeset/tasty-icons-drum.md | 5 ----- apps/products-feed/CHANGELOG.md | 8 ++++++++ apps/products-feed/package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/nervous-tables-agree.md delete mode 100644 .changeset/poor-mugs-fix.md delete mode 100644 .changeset/tasty-icons-drum.md diff --git a/.changeset/nervous-tables-agree.md b/.changeset/nervous-tables-agree.md deleted file mode 100644 index 8129784..0000000 --- a/.changeset/nervous-tables-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-products-feed": patch ---- - -Fixed error on loading configuration created in the previous version of the app. diff --git a/.changeset/poor-mugs-fix.md b/.changeset/poor-mugs-fix.md deleted file mode 100644 index 1beee97..0000000 --- a/.changeset/poor-mugs-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-products-feed": patch ---- - -Fixed issue with saving changes in the title template form. diff --git a/.changeset/tasty-icons-drum.md b/.changeset/tasty-icons-drum.md deleted file mode 100644 index a4a9c43..0000000 --- a/.changeset/tasty-icons-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-products-feed": patch ---- - -Improved error logging in the tRPC API. diff --git a/apps/products-feed/CHANGELOG.md b/apps/products-feed/CHANGELOG.md index 2e865b3..380930b 100644 --- a/apps/products-feed/CHANGELOG.md +++ b/apps/products-feed/CHANGELOG.md @@ -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 diff --git a/apps/products-feed/package.json b/apps/products-feed/package.json index efe68ff..263366c 100644 --- a/apps/products-feed/package.json +++ b/apps/products-feed/package.json @@ -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",