mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-23 23:11:12 +02:00
bump to 6.3.4 n add changelog
This commit is contained in:
@@ -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\"",
|
||||
|
@@ -107,6 +107,12 @@ export function Changelog(props) {
|
||||
<div>
|
||||
<h1>Whats new?</h1>
|
||||
|
||||
<Notification version="6.3.4" {...props} isLatest={true}>
|
||||
<NotificationItem type="bug">
|
||||
Public creations are now working.
|
||||
</NotificationItem>
|
||||
</Notification>
|
||||
|
||||
<Notification version="6.3.0" {...props} isLatest={true}>
|
||||
<NotificationItem type="bug">
|
||||
Extension Only: JavaScript is NOW WORKING, again! 🎉 The extension is
|
||||
|
@@ -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 = {};
|
||||
|
@@ -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",
|
||||
|
@@ -35,7 +35,7 @@
|
||||
<body>
|
||||
<h3>
|
||||
Settings
|
||||
<span style="opacity: 0.6; font-size: 0.7em"> v6.3.3</span>
|
||||
<span style="opacity: 0.6; font-size: 0.7em"> v6.3.4</span>
|
||||
</h3>
|
||||
<form name="optionsForm">
|
||||
<label>
|
||||
|
Reference in New Issue
Block a user