From 4c919a748996b9c901880aa01d3dcbe87a42652e Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sat, 1 Jan 2022 19:17:35 +0100 Subject: [PATCH] Prepare 2.18.0. --- CHANGELOG.md | 26 +++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95bb36b3..8202fa22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² +❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror². -## [2.18.0] - Unreleased (Develop Branch) +## [2.18.0] - 2022-01-01 -_This release is scheduled to be released on 2022-01-01._ +Special thanks to the following contributors: @AmpioRosso, @eouia, @fewieden, @jupadin, @khassel, @kolbyjack, @KristjanESPERANTO, @MariusVaice, @rejas, @rico24 and @sdetweil. ### Added @@ -15,18 +15,18 @@ _This release is scheduled to be released on 2022-01-01._ ### Updated -- ESLint version supports now ECMAScript 2018 +- ESLint version supports now ECMAScript 2018. - Cleaned up `updatenotification` module and switched to nunjuck template. - Moved calendar tests from category `electron` to `e2e`. -- Update missed translations for Korean language (ko.json) -- Update missed translations for Dutch language (nl.json) +- Update missed translations for Korean language (ko.json). +- Update missed translations for Dutch language (nl.json). - Cleaned up `alert` module and switched to nunjuck template. - Moved weather tests from category `electron` to `e2e`. - Updated github actions. - Replace spectron with playwright, update dependencies including electron update to v16. -- Added lithuanian language to translations.js -- Show info message if newsfeed is empty (fixes #2731) -- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712) +- Added lithuanian language to translations.js. +- Show info message if newsfeed is empty (fixes #2731). +- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712). - Added missing shebang to `installers/mm.sh`. - Node versions in templates and github workflows. @@ -41,10 +41,10 @@ _This release is scheduled to be released on 2022-01-01._ - Fixed User-Agent-Header for newsfeed and calendar module (#2729). - Replace broken shields in Readme and use https for links. - Fixed electron tests with retry. -- Fixed Calendar recurring cross timezone error (add/subtract a day, not just offset hours) (#2632) -- Fixed Calendar showEnd and Full Date overlay (#2629) -- Fixed regression on #2632, #2752 -- Broadcast custom symbols in CALENDAR_EVENTS +- Fixed Calendar recurring cross timezone error (add/subtract a day, not just offset hours) (#2632). +- Fixed Calendar showEnd and Full Date overlay (#2629). +- Fixed regression on #2632, #2752. +- Broadcast custom symbols in CALENDAR_EVENTS. ## [2.17.1] - 2021-10-01 diff --git a/package-lock.json b/package-lock.json index ecfbd46f..65dbc2a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magicmirror", - "version": "2.18.0-develop", + "version": "2.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "magicmirror", - "version": "2.18.0-develop", + "version": "2.18.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ce5cb434..ca01ad5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.18.0-develop", + "version": "2.18.0", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {