From 8960682bfb3d652e92de8c2a05350fad6db2b9ed Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Thu, 28 Nov 2024 10:05:58 +0100 Subject: [PATCH] Release apps (#1654) Co-authored-by: github-actions[bot] --- .changeset/little-zoos-tan.md | 5 ----- apps/products-feed/CHANGELOG.md | 6 ++++++ apps/products-feed/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/little-zoos-tan.md diff --git a/.changeset/little-zoos-tan.md b/.changeset/little-zoos-tan.md deleted file mode 100644 index 769d60a04..000000000 --- a/.changeset/little-zoos-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"products-feed": patch ---- - -Now the total amount of loaded attributes and the size of generated XML is present within the logs. diff --git a/apps/products-feed/CHANGELOG.md b/apps/products-feed/CHANGELOG.md index 0c5d23624..e51907796 100644 --- a/apps/products-feed/CHANGELOG.md +++ b/apps/products-feed/CHANGELOG.md @@ -1,5 +1,11 @@ # saleor-app-products-feed +## 1.19.16 + +### Patch Changes + +- 0fac242d: Now the total amount of loaded attributes and the size of generated XML is present within the logs. + ## 1.19.15 ### Patch Changes diff --git a/apps/products-feed/package.json b/apps/products-feed/package.json index 22f1df6ab..ba831cfb6 100644 --- a/apps/products-feed/package.json +++ b/apps/products-feed/package.json @@ -1,6 +1,6 @@ { "name": "products-feed", - "version": "1.19.15", + "version": "1.19.16", "scripts": { "build": "next build", "check-types": "tsc --noEmit",