From d96d7e92e2142dcf734d9fbf8601194eade37352 Mon Sep 17 00:00:00 2001 From: iago1501 <13649073+iago1501@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:55:17 +0000 Subject: [PATCH] Release v2.90.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e41cf519..e7d46dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.90.1] - 2024-09-25 + ### Fixed - The logic of the `loading` attribute depends only on the `fetchpriority` value and no longer on the image resizing diff --git a/manifest.json b/manifest.json index fe8e7a51..dd294425 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.90.0", + "version": "2.90.1", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 33f7c9da..be2e26a3 100644 --- a/react/package.json +++ b/react/package.json @@ -46,5 +46,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.90.0" + "version": "2.90.1" }