From 2c96f035ff21867c8757cdaffadbee2536c1bfe0 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Tue, 25 Jun 2024 15:05:52 +0530 Subject: [PATCH] bump to 6.3.6 n add changelog --- package.json | 2 +- src/components/Changelog.jsx | 7 +++++++ src/components/app.jsx | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 88529ce..e102623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "6.3.5", + "version": "6.3.6", "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 36a62d2..eb560c7 100644 --- a/src/components/Changelog.jsx +++ b/src/components/Changelog.jsx @@ -107,6 +107,13 @@ export function Changelog(props) {

Whats new?

+ + + Import of creations (in logged in state) now always works even if the + same creations have been imported to some other account. + + + Public creations are now working. diff --git a/src/components/app.jsx b/src/components/app.jsx index b31bdd3..eb0d107 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.5'; +const version = '6.3.6'; // Read forced settings as query parameters window.forcedSettings = {};