From 0953b2202efe00a55b89e50c43593bd4feb256fc Mon Sep 17 00:00:00 2001 From: luarakerlen <26902816+luarakerlen@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:17:53 +0000 Subject: [PATCH] Release v0.0.5 --- CHANGELOG.md | 2 ++ manifest.json | 6 ++++-- react/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4c789..51263f8 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] +## [0.0.5] - 2024-11-14 + ### Changed - Downgrade `vtex.css-handles` version. diff --git a/manifest.json b/manifest.json index 9f3338b..0aeb872 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "sponsored-banners", - "version": "0.0.4", + "version": "0.0.5", "title": "VTEX Sponsored Banners", "description": "Frontend apps that configure VTEX Ads sponsored banners in your storefront.", "builders": { @@ -16,7 +16,9 @@ "vtex.css-handles": "0.x", "vtex.adserver-graphql": "0.x" }, - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "policies": [], "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" } diff --git a/react/package.json b/react/package.json index c217483..9883b4e 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "sponsored-banners", - "version": "0.0.4", + "version": "0.0.5", "scripts": { "test": "vtex-test-tools test" },