From a851ff7633b0f30d59c622d50ef559be5d84c317 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 20 Jun 2024 19:21:33 +0530 Subject: [PATCH] bump to 6.3.4 n add changelog --- package.json | 2 +- src/components/Changelog.jsx | 6 ++++++ src/components/app.jsx | 2 +- src/manifest.json | 2 +- src/options.html | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0526841..5ec1cce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "6.3.1", + "version": "6.3.4", "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 ddd40e6..36a62d2 100644 --- a/src/components/Changelog.jsx +++ b/src/components/Changelog.jsx @@ -107,6 +107,12 @@ export function Changelog(props) {

Whats new?

+ + + Public creations are now working. + + + Extension Only: JavaScript is NOW WORKING, again! 🎉 The extension is diff --git a/src/components/app.jsx b/src/components/app.jsx index 2d494ff..545b4ec 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.1'; +const version = '6.3.4'; // Read forced settings as query parameters window.forcedSettings = {}; diff --git a/src/manifest.json b/src/manifest.json index 2f78e79..02a0e34 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Maker", - "version": "6.3.3", + "version": "6.3.4", "manifest_version": 3, "description": "Blazing fast & offline playground for your web experiments", "homepage_url": "https://webmaker.app", diff --git a/src/options.html b/src/options.html index 5f9e3a4..1696f8c 100644 --- a/src/options.html +++ b/src/options.html @@ -35,7 +35,7 @@

Settings - v6.3.3 + v6.3.4