From bf074b38e49e109c3959545676973794ca664418 Mon Sep 17 00:00:00 2001 From: dhirama <4654314+dhirama@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:45:36 +0000 Subject: [PATCH] Release v1.0.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 e16c55d..ddd0279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.1] - 2024-01-08 ### Fixed - Support for blockClass prop from Site Editor content. diff --git a/manifest.json b/manifest.json index 4a71cbc..ec83f00 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "css-handles", - "version": "1.0.0", + "version": "1.0.1", "title": "CSS Handles", "description": "Utility for creating CSS Handles on store components", "builders": { diff --git a/react/package.json b/react/package.json index 254cf6f..1fe8e90 100644 --- a/react/package.json +++ b/react/package.json @@ -17,5 +17,5 @@ "typescript": "3.9.7", "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.124.3/public/@types/vtex.render-runtime" }, - "version": "1.0.0" + "version": "1.0.1" }