From 798039a876e4fe96e97cbbd642de786c3fcb65d3 Mon Sep 17 00:00:00 2001 From: iago1501 <13649073+iago1501@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:37:59 +0000 Subject: [PATCH] Release v1.31.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 b2fb021..920c7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.31.1] - 2024-11-11 + ### Fixed - I18n on readme file. diff --git a/manifest.json b/manifest.json index d16662d..b6c55a2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-price", - "version": "1.31.0", + "version": "1.31.1", "title": "VTEX Product Price", "description": "Components used to show everything price related in the context of the product", "builders": { diff --git a/react/package.json b/react/package.json index 284c19d..8ce98d9 100644 --- a/react/package.json +++ b/react/package.json @@ -32,5 +32,5 @@ "vtex.product-summary-context": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.product-summary-context@0.7.1/public/@types/vtex.product-summary-context", "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.128.4/public/@types/vtex.render-runtime" }, - "version": "1.31.0" + "version": "1.31.1" }