From 079f0399fc209043c5aa773921aa1b2d406c1945 Mon Sep 17 00:00:00 2001 From: TheJaredWilcurt Date: Wed, 19 Feb 2020 12:09:32 -0500 Subject: [PATCH] bump --- README.md | 9 ++++++--- package.json | 10 +++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 59718e2..bdab0b6 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ NW.js + Vue-CLI 4 example ![A screenshot of the default app running on Windows](screenshot.png) -* NW.js -* Vue-CLI 4 -* Vue 2.6 +* NW.js 0.44.2 + * Chrome 80 + * Node 13.8.0 +* Vue-CLI 4.2.2 +* Vue 2.6.11 * Vue-DevTools (latest) * Babel * ESLint @@ -88,5 +90,6 @@ This is not for those *using* this repo, but for those *maintaining* it. * `tests/unit/setup.js` * `tests/unit/components/__snapshots__/HelloWorld.test.js.snap` * `.browserslistrc` +1. Update the version numbers at the top of the README 1. Bump the version number, and all the npm scripts that reference the version number 1. Run `npm run regression` after updating dependencies or other major changes to verify builds still work correctly diff --git a/package.json b/package.json index 7826294..22d18a9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "To turn spell checking off, remove it from the chromium-args in this file" ], "name": "nw-vue", - "version": "1.4.0", + "version": "1.5.0", "main": "http://localhost:8964", "node-remote": "http://localhost:8964", "node-main": "", @@ -27,10 +27,10 @@ "build:nw": "build --concurrent --tasks win-x86,linux-x86,linux-x64,mac-x64 --mirror https://dl.nwjs.io/ .", "build:win": "npm run build:win:clean && npm run build:vue && build --tasks win-x86 --mirror https://dl.nwjs.io/ .", "build:lin": "npm run build:lin:clean && npm run build:vue && build --tasks linux-x64 --mirror https://dl.nwjs.io/ .", - "build:win:clean": "rimraf ./dist-vue ./dist/nw-vue-1.4.0-win-x86 ./dist/nw-vue-1.4.0-win-x86.zip ./dist/nw-vue-1.4.0-win-x86.7z ./dist/nw-vue-1.4.0-win-x86-Setup.exe", - "build:lin:clean": "rimraf ./dist-vue ./dist/nw-vue-1.4.0-linux-x64 ./dist/nw-vue-1.4.0-linux-x64.zip", - "run:win": "dist\\nw-vue-1.4.0-win-x86\\nw-vue.exe", - "run:lin": "./dist/nw-vue-1.4.0-linux-x64/nw-vue", + "build:win:clean": "rimraf ./dist-vue ./dist/nw-vue-1.5.0-win-x86 ./dist/nw-vue-1.5.0-win-x86.zip ./dist/nw-vue-1.5.0-win-x86.7z ./dist/nw-vue-1.5.0-win-x86-Setup.exe", + "build:lin:clean": "rimraf ./dist-vue ./dist/nw-vue-1.5.0-linux-x64 ./dist/nw-vue-1.5.0-linux-x64.zip", + "run:win": "dist\\nw-vue-1.5.0-win-x86\\nw-vue.exe", + "run:lin": "./dist/nw-vue-1.5.0-linux-x64/nw-vue", "regression": "rd /s /q node_modules & rd /s /q node_modules & rd /s /q node_modules & npm install && npm run lint && npm test && npm run build:win && npm run run:win", "lint": "vue-cli-service lint --no-fix", "fix": "vue-cli-service lint --fix",