From d5bc95b86cede884b25f42ae4b5cb6e16e59b781 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jun 2024 18:48:58 +0000 Subject: [PATCH] chore(release): 0.50.2 [skip ci] ## [0.50.2](https://github.com/CoCreate-app/CoCreateWS/compare/v0.50.1...v0.50.2) (2024-06-27) ### Bug Fixes * bump '[@cocreate](https://github.com/cocreate)' dependencies ([f5bcefb](https://github.com/CoCreate-app/CoCreateWS/commit/f5bcefbc96c55f13df6d41daa8d355ccc5290a0d)) * color and fill handled by index.css to support dark and light mode ([8a08b8c](https://github.com/CoCreate-app/CoCreateWS/commit/8a08b8c375cc46e37d5ba250567eac0eb6d7af18)) --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f248f62..97e5093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.50.2](https://github.com/CoCreate-app/CoCreateWS/compare/v0.50.1...v0.50.2) (2024-06-27) + + +### Bug Fixes + +* bump '[@cocreate](https://github.com/cocreate)' dependencies ([f5bcefb](https://github.com/CoCreate-app/CoCreateWS/commit/f5bcefbc96c55f13df6d41daa8d355ccc5290a0d)) +* color and fill handled by index.css to support dark and light mode ([8a08b8c](https://github.com/CoCreate-app/CoCreateWS/commit/8a08b8c375cc46e37d5ba250567eac0eb6d7af18)) + ## [0.50.1](https://github.com/CoCreate-app/CoCreateWS/compare/v0.50.0...v0.50.1) (2024-05-08) diff --git a/package.json b/package.json index a0afc2f..432ff9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cocreatews", - "version": "0.50.1", + "version": "0.50.2", "description": "Server Side for CoCreateJS. Containing websocket, crud, auth, server side rendering, and permission components.", "keywords": [ "cocreatews", @@ -74,4 +74,4 @@ "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0" } -} \ No newline at end of file +}