From 693379c2f7bf02d934eb080a51f5e804cb9240e7 Mon Sep 17 00:00:00 2001 From: camilavcoutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Fri, 23 Dec 2022 13:05:36 +0000 Subject: [PATCH] Release v1.30.0 --- 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 33cce5e..3e72b1e 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.30.0] - 2022-12-23 + ### Added - Indonesian translation. diff --git a/manifest.json b/manifest.json index 01cd181..991e4f2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-price", - "version": "1.29.0", + "version": "1.30.0", "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 3795f58..7c34d95 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.29.0" + "version": "1.30.0" }