From 75665b81f9a44432128f240127decd4975c1f7c1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Jan 2023 17:25:44 +0000 Subject: [PATCH] chore(release): 1.7.9 [skip ci] ## [1.7.9](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.7.8...v1.7.9) (2023-01-13) ### Bug Fixes * bump dependencies ([96c604f](https://github.com/CoCreate-app/CoCreate-modal/commit/96c604f75bcf12ea001ad6c7ca8ab97efcb355d1)) --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0bb92..d89c23b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.9](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.7.8...v1.7.9) (2023-01-13) + + +### Bug Fixes + +* bump dependencies ([96c604f](https://github.com/CoCreate-app/CoCreate-modal/commit/96c604f75bcf12ea001ad6c7ca8ab97efcb355d1)) + ## [1.7.8](https://github.com/CoCreate-app/CoCreate-modal/compare/v1.7.7...v1.7.8) (2023-01-10) diff --git a/package.json b/package.json index 02c3eb5..dbe15d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/modal", - "version": "1.7.8", + "version": "1.7.9", "description": "A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.", "keywords": [ "modal", @@ -20,7 +20,9 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -34,7 +36,9 @@ }, "author": "CoCreate LLC", "license": "MIT", - "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-modal/issues" }, + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-modal/issues" + }, "homepage": "https://cocreate.app/docs/modal", "funding": { "type": "GitHub Sponsors ❤",