From e64870ca5862ff0da588352be79aca4ffa09ccaf Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Wed, 1 Jan 2020 21:50:02 +0100 Subject: [PATCH] Prepare 2.10.0 release. --- CHANGELOG.md | 9 +++------ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 258a32e1..66d87893 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core. -## [2.10.0] - Unreleased (Develop Branch) +## [2.10.0] - 2020-01-01 -*This release is scheduled to be released on 2020-01-01.* - -ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. If you are having issues running Electron, make sure your [Raspbian is up to date](https://www.raspberrypi.org/documentation/raspbian/updating.md). +ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. ### Added - Timestamps in log output. -- Padding in dateheader mode of the calendar module . +- Padding in dateheader mode of the calendar module. - New upgrade script to help users consume regular updates installers/upgrade-script.sh. - New script to help setup pm2, without install installers/fixuppm2.sh. @@ -23,7 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Updated raspberry.sh installer script to handle new platform issues, split node/npm, pm2, and screen saver changes. - Improve handling for armv6l devices, where electron support has gone away, add optional serveronly config option. - Improved run-start.sh to handle for serveronly mode, by choice, or when electron not available. -- Change Electron version . - Only check for xwindows running if not on macOS. ### Fixed diff --git a/package-lock.json b/package-lock.json index e1ce7015..edcd68f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.10.0-develop", + "version": "2.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5d6798a8..91e4e8a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.10.0-develop", + "version": "2.10.0", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {