1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-23 23:11:12 +02:00

bump to 6.3.7 n add changelog

This commit is contained in:
Kushagra Gour
2024-06-28 17:47:32 +05:30
parent 509e6253ca
commit 3ea1759485
3 changed files with 8 additions and 2 deletions

View File

@@ -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\"",

View File

@@ -107,6 +107,12 @@ export function Changelog(props) {
<div>
<h1>Whats new?</h1>
<Notification version="6.3.7" {...props} isLatest={true}>
<NotificationItem type="bug">
Setting changes not saving to database is fixed.
</NotificationItem>
</Notification>
<Notification version="6.3.6" {...props} isLatest={true}>
<NotificationItem type="bug">
Import of creations (in logged in state) now always works even if the

View File

@@ -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 = {};