Prepare for 2.7.0 dev branch.

This commit is contained in:
Michael Teeuw 2019-01-01 17:15:37 +01:00
parent e70e011a9c
commit b52da7c9fc
3 changed files with 14 additions and 2 deletions

View File

@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
---
## [2.7.0] - Unreleased
*This release is scheduled to be released on 2019-04-01.*
### Added
### Updated
### Fixed
## [2.6.0] - 2019-01-01
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. If you are having issues updating, make sure you are running the latest version of Node.
@ -12,6 +22,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### ✨ Experimental ✨
- New default [module weather](modules/default/weather). This module will eventually replace the current `currentweather` and `weatherforecast` modules. The new module is still pretty experimental, but it's included so you can give it a try and help us improve this module. Please give us you feedback using [this forum post](https://forum.magicmirror.builders/topic/9335/default-weather-module-refactoring).
A huge, huge, huge thanks to user @fewieden for all his hard work on the new `weather` module!
### Added
- Possibility to add classes to the cell of symbol, title and time of the events of calendar.
- Font-awesome 5, still has 4 for backwards compatibility.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.6.0",
"version": "2.7.0-develop",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.6.0",
"version": "2.7.0-develop",
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {