From 1bf27959ab6412dda490854c9c6e5d651cae8d43 Mon Sep 17 00:00:00 2001 From: carolinamenezes <60782333+carolinamenezes@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:01:28 +0000 Subject: [PATCH] chore(release): 2.4.0 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7749a7c..e3af577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.4.0](https://github.com/vtexdocs/components/compare/v2.3.0...v2.4.0) (2024-11-14) + ## [2.3.0](https://github.com/vtexdocs/components/compare/v2.2.0...v2.3.0) (2024-11-12) diff --git a/package-lock.json b/package-lock.json index a7913a6..f327213 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vtexdocs/components", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vtexdocs/components", - "version": "2.3.0", + "version": "2.4.0", "license": "MIT", "dependencies": { "@code-hike/mdx": "^0.9.0", diff --git a/package.json b/package.json index 0b34d63..a03bb85 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "./styles.css": "./dist/index.css", "./dist/index.css": "./dist/index.css" }, - "version": "2.3.0", + "version": "2.4.0", "description": "", "repository": "https://github.com/vtexdocs/components", "scripts": {