diff --git a/CHANGELOG.md b/CHANGELOG.md index 68addff3e..96f1543b6 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.43.0] - 2021-06-07 + ### Added - Temporary warning banner for the `newadmin` workspaces to let clients know that the module only affects the production store on the master environment. diff --git a/manifest.json b/manifest.json index 8a9555976..fa4cb5ca8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "admin-pages", - "version": "4.42.0", + "version": "4.43.0", "title": "VTEX Pages Admin", "description": "The VTEX Pages CMS admin interface", "builders": { diff --git a/react/package.json b/react/package.json index 5d380a26d..28c86c6c0 100644 --- a/react/package.json +++ b/react/package.json @@ -110,5 +110,5 @@ "vtex.styles-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styles-graphql@1.17.2/public/@types/vtex.styles-graphql", "vtex.tenant-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.tenant-graphql@0.1.2-beta.0/public/@types/vtex.tenant-graphql" }, - "version": "4.42.0" + "version": "4.43.0" }