From 2e8c16d78a4179296be5056edd558bbb431cd1a8 Mon Sep 17 00:00:00 2001 From: aliceoq <62757720+aliceoq@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:08:58 +0000 Subject: [PATCH] chore(release): 1.2.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e574f..ea79e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.2.4](https://github.com/vtexdocs/components/compare/v1.2.3...v1.2.4) (2024-01-08) + + +### Bug Fixes + +* update build files ([361207d](https://github.com/vtexdocs/components/commit/361207d681d44c25d18a37da522c5e7c50c8d71d)) + ### [1.2.3](https://github.com/vtexdocs/components/compare/v1.2.2...v1.2.3) (2024-01-08) diff --git a/package-lock.json b/package-lock.json index 2963e11..f8b4ee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vtexdocs/components", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vtexdocs/components", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "dependencies": { "@code-hike/mdx": "^0.9.0", diff --git a/package.json b/package.json index 14e6e60..ce8715b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "./styles.css": "./dist/index.css", "./dist/index.css": "./dist/index.css" }, - "version": "1.2.3", + "version": "1.2.4", "description": "", "repository": "https://github.com/vtexdocs/components", "scripts": {