From 3ea1759485c068932ba4624e5d65e803cc3f98f5 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 28 Jun 2024 17:47:32 +0530 Subject: [PATCH] bump to 6.3.7 n add changelog --- package.json | 2 +- src/components/Changelog.jsx | 6 ++++++ src/components/app.jsx | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e102623..402bb75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "6.3.6", + "version": "6.3.7", "description": "A blazing fast & offline web playground", "scripts": { "start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"", diff --git a/src/components/Changelog.jsx b/src/components/Changelog.jsx index eb560c7..f3282c6 100644 --- a/src/components/Changelog.jsx +++ b/src/components/Changelog.jsx @@ -107,6 +107,12 @@ export function Changelog(props) {

Whats new?

+ + + Setting changes not saving to database is fixed. + + + Import of creations (in logged in state) now always works even if the diff --git a/src/components/app.jsx b/src/components/app.jsx index 0a23d5d..b86e161 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -84,7 +84,7 @@ if (module.hot) { } const UNSAVED_WARNING_COUNT = 15; -const version = '6.3.6'; +const version = '6.3.7'; // Read forced settings as query parameters window.forcedSettings = {};