From 050b083c809aab99d7edc3564d37aea9d8f03425 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Mar 2024 19:52:55 +0000 Subject: [PATCH] Version Packages --- .changeset/late-maps-travel.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/late-maps-travel.md diff --git a/.changeset/late-maps-travel.md b/.changeset/late-maps-travel.md deleted file mode 100644 index f8352a0..0000000 --- a/.changeset/late-maps-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wethegit/react-modal": patch ---- - -hotfix: exported types diff --git a/CHANGELOG.md b/CHANGELOG.md index a92a89f..a37b997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @wethegit/react-modal +## 2.2.1 + +### Patch Changes + +- [#16](https://github.com/wethegit/react-modal/pull/16) [`4a7ac9b`](https://github.com/wethegit/react-modal/commit/4a7ac9b009db57e3ff31658ac9f5702f5543d1a9) Thanks [@marlonmarcello](https://github.com/marlonmarcello)! - hotfix: exported types + ## 2.2.0 ### Minor Changes diff --git a/package.json b/package.json index 1299e83..795f36a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wethegit/react-modal", - "version": "2.2.0", + "version": "2.2.1", "description": "A customizable, accessible modal window component for React projects.", "files": [ "dist"