diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe81e6..d9128c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.18](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.10.17...v1.10.18) (2023-06-11) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([1958510](https://github.com/CoCreate-app/CoCreate-modal/commit/1958510659ac9ceede9844df81d8111e6b86c3d0)) + ## [1.10.17](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.10.16...v1.10.17) (2023-06-11) diff --git a/package.json b/package.json index 65859f1..22f1e8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/modal", - "version": "1.10.17", + "version": "1.10.18", "description": "A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.", "keywords": [ "modal", @@ -68,4 +68,4 @@ "@cocreate/position": "^1.3.18", "@cocreate/uuid": "^1.4.17" } -} \ No newline at end of file +}