From 2544b803b3e1d6fcfab0fd24f5f5d0dcf74962b6 Mon Sep 17 00:00:00 2001 From: RC Date: Sun, 8 Mar 2020 11:03:52 -0700 Subject: [PATCH] fix(smooth-dnd): Moved smooth-dnd to its own library trello-smooth-dnd to remove the dependency on g #354, #317 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abec8c4d6..cd0c65bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.2.4] - 2020-03-08 + +### Fixes + +* [#354] Getting errors on each drag and drop using react-trello/smooth-dnd +* [#317] Upgrade smooth-dnd to the latest version + + ## [2.2.3] - 2019-08-22 ### Fixes