From e3d24dc092022994be0bfb9142a80eb3098790fe Mon Sep 17 00:00:00 2001 From: Aldemylla Date: Mon, 29 Jul 2024 14:56:13 -0300 Subject: [PATCH] release: 2.5.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21c9d89..79d19d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.5.0 (2024-07-29) + +### Added + +- Added Drawer without overlay variation and its story. + +### Fixed +- Fixed close icon of Drawer to be dynamic. + ## 2.4.0 (2024-07-23) ### Added diff --git a/package.json b/package.json index 5c4d356c..60b2c764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@weni/unnnic-system", - "version": "2.4.0", + "version": "2.5.0", "type": "commonjs", "files": [ "dist",