diff --git a/CHANGELOG.md b/CHANGELOG.md index df042937..3dc9033d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.28.4](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.28.3...v1.28.4) (2023-01-09) + + +### Bug Fixes + +* bump cdn to 1.41.1 ([45e0a49](https://github.com/CoCreate-app/CoCreate-admin/commit/45e0a49ae4142a494aff06fadb4be0d01ffb66fb)) +* bump dependnecies ([88e727c](https://github.com/CoCreate-app/CoCreate-admin/commit/88e727cd39c17b47ea74304c34f6bb92fcf219b6)) +* update floating btn ([e347f59](https://github.com/CoCreate-app/CoCreate-admin/commit/e347f596fa64c7880b5dd28d54ee235a8b25a0df)) + ## [1.28.3](https://github.com/CoCreate-app/CoCreate-admin/compare/v1.28.2...v1.28.3) (2023-01-06) diff --git a/package.json b/package.json index 56e8bef4..dfb04924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/admin", - "version": "1.28.3", + "version": "1.28.4", "description": "A No Code Admin, CRM, CMS, Website Builder platform. Powered by CoCreateJS to provide Realtime and Collaborative CRUD functionality. ", "keywords": [ "admin", @@ -22,14 +22,18 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "private" }, + "publishConfig": { + "access": "private" + }, "author": "CoCreate LLC", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/CoCreate-app/CoCreate-admin.git" }, - "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-admin/issues" }, + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-admin/issues" + }, "homepage": "https://cocreate.app", "funding": { "type": "GitHub Sponsors ❤", @@ -52,5 +56,8 @@ "webpack-cli": "^4.5.0", "webpack-log": "^3.0.1" }, - "dependencies": { "@cocreate/docs": "^1.5.5", "@cocreate/hosting": "^1.7.5" } + "dependencies": { + "@cocreate/docs": "^1.5.5", + "@cocreate/hosting": "^1.7.5" + } }