From 3a7eeb3ab0f21b1b6968866753940283f0c34431 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:03:49 +0300 Subject: [PATCH] chore: Release 7.2.1 (#77) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93e5de..0801167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [7.2.1](https://github.com/Wondermarin/react-color-palette/compare/v7.2.0...v7.2.1) (2024-07-12) + + +### Bug Fixes + +* `useBoundingClientRect` wrong dimensions in modal ([#75](https://github.com/Wondermarin/react-color-palette/issues/75)) ([770820b](https://github.com/Wondermarin/react-color-palette/commit/770820b22db6b72bfebf925e0a53914edcd64d46)) + ## [7.2.0](https://github.com/Wondermarin/react-color-palette/compare/v7.1.1...v7.2.0) (2024-06-27) diff --git a/package.json b/package.json index ab84139..b0144c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-color-palette", - "version": "7.2.0", + "version": "7.2.1", "description": "🎨 Lightweight Color Picker component for React.", "author": "Wondermarin", "main": "dist/rcp.js",