diff --git a/CHANGELOG.md b/CHANGELOG.md index eef90129..4c9af844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,19 @@ ### :house: Internal --> +## [6.9.18 (2024-09-10)](https://github.com/bokuweb/re-resizable/compare/6.9.16...6.9.18) + +### :nail_care: Enhancement + +- added grid gap prop to support adding any gaps to width/height. Fixes #822 + +### :bug: Bug Fix + +- fix-boundary-scale: adds scaling to boundary Fixes #820 + +## [6.9.17 (2024-05-25)] + +- Define callback refs inline to work with latest versions of Next.js / React #819 ## [6.9.16 (2024-04-25)](https://github.com/bokuweb/re-resizable/compare/v6.9.16...v6.9.14) diff --git a/package.json b/package.json index d31ca8f9..a0d466cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "re-resizable", - "version": "6.9.16", + "version": "6.9.18", "description": "Resizable component for React.", "title": "re-resizable", "main": "./lib/index.es5.js",