1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 18:20:15 +02:00

bump to 4.2.0

This commit is contained in:
RuntimeTerror10
2022-02-20 16:01:43 +05:30
parent 736219297c
commit f4e4565f3b
3 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "web-maker",
"version": "4.0.3",
"version": "4.2.0",
"description": "A blazing fast & offline web playground",
"scripts": {
"start": "npm run -s dev && gulp start-preview-server",

View File

@@ -77,7 +77,7 @@ const LocalStorageKeys = {
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
};
const UNSAVED_WARNING_COUNT = 15;
const version = '4.0.3';
const version = '4.2.0';
// Read forced settings as query parameters
window.forcedSettings = {};
@@ -1779,7 +1779,6 @@ export default class App extends Component {
<CommandPalette
show={this.state.isCommandPaletteOpen}
closeHandler={() => this.setState({ isCommandPaletteOpen: false })}
files={linearizeFiles(this.state.currentItem.files || [])}
isCommandMode={this.state.isCommandPaletteInCommandMode}
closeHandler={() => this.setState({ isCommandPaletteOpen: false })}

View File

@@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "4.0.3",
"version": "4.2.0",
"manifest_version": 2,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmaker.app",