From 97ef50eb605a1a58056bee4bd80472c144ab4ab9 Mon Sep 17 00:00:00 2001 From: afmejia23 <75274040+afmejia23@users.noreply.github.com> Date: Mon, 10 Jul 2023 21:11:20 +0000 Subject: [PATCH] Release v4.51.2 --- 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 f91596838..178f44886 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] +## [4.51.2] - 2023-07-10 + ## [4.51.1] - 2023-06-21 diff --git a/manifest.json b/manifest.json index 80ded82bf..556cebe1c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "admin-pages", - "version": "4.51.1", + "version": "4.51.2", "title": "VTEX Pages Admin", "description": "The VTEX Pages CMS admin interface", "builders": { diff --git a/react/package.json b/react/package.json index 9da0937be..d42030f59 100644 --- a/react/package.json +++ b/react/package.json @@ -111,5 +111,5 @@ "vtex.styles-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styles-graphql@1.18.0/public/@types/vtex.styles-graphql", "vtex.tenant-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.tenant-graphql@0.1.2/public/@types/vtex.tenant-graphql" }, - "version": "4.51.1" + "version": "4.51.2" }