From fb9e92d51a21981d36b16388e0febce860c08a99 Mon Sep 17 00:00:00 2001 From: Mariana-Caetano <67270558+Mariana-Caetano@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:44:17 +0000 Subject: [PATCH] Release v0.18.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 8563e50..93b527b 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] +## [0.18.1] - 2023-07-11 + ### Fixed - Broken links, Icons' images, and introduction consistency. diff --git a/manifest.json b/manifest.json index 3d3f38c..505f570 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-icons", "vendor": "vtex", - "version": "0.18.0", + "version": "0.18.1", "title": "VTEX Store icons", "description": "All icons that store apps use.", "mustUpdateAt": "2020-01-30", diff --git a/react/package.json b/react/package.json index 380366f..529cf5a 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.store-icons", - "version": "0.18.0", + "version": "0.18.1", "description": "React components that encapsules store icons", "scripts": { "pretest": "yarn",