From 7038f96c41f8eb917032066f8301a3b2e7c2d556 Mon Sep 17 00:00:00 2001 From: phvm <48687882+phvm@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:51:20 +0000 Subject: [PATCH] chore(release): 2.2.0 --- 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 a28bac8..e524e81 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. +## [2.2.0](https://github.com/vtexdocs/components/compare/v2.1.1...v2.2.0) (2024-10-17) + + +### Features + +* markdown links color match vtex brading and underlined links ([39a6629](https://github.com/vtexdocs/components/commit/39a66295c6e469df91807ec20bf69406fe0fcab6)) + ### [2.1.1](https://github.com/vtexdocs/components/compare/v2.1.0...v2.1.1) (2024-10-11) diff --git a/package-lock.json b/package-lock.json index a389da8..e65e843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vtexdocs/components", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vtexdocs/components", - "version": "2.1.1", + "version": "2.2.0", "license": "MIT", "dependencies": { "@code-hike/mdx": "^0.9.0", diff --git a/package.json b/package.json index 09b5b25..00528e4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "./styles.css": "./dist/index.css", "./dist/index.css": "./dist/index.css" }, - "version": "2.1.1", + "version": "2.2.0", "description": "", "repository": "https://github.com/vtexdocs/components", "scripts": {