Release 2.31.0 (#3674)

begin next release
This commit is contained in:
sam detweiler 2025-01-01 10:33:17 -06:00 committed by GitHub
parent 9be625c72b
commit 6f50a7b3bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 3 deletions

View File

@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
❤️ **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.31.0-develop] - unreleased
planned for 2025-04-01
> ⚠️ This release needs nodejs version `v20` or `v22 or higher`, minimum version is `v20.18.1`
### Added
### Changed
### Removed
### Updated
### Fixed
## [2.30.0] - 2025-01-01 ## [2.30.0] - 2025-01-01
Thanks to: @xsorifc28, @HeikoGr, @bugsounet, @khassel, @KristjanESPERANTO, @rejas, @sdetweil. Thanks to: @xsorifc28, @HeikoGr, @bugsounet, @khassel, @KristjanESPERANTO, @rejas, @sdetweil.

View File

@ -37,6 +37,7 @@ Are done by
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v20` or `v22`, minimum version is `v20.9.0` - [ ] add min. node version: > ⚠️ This release needs nodejs version `v20` or `v22`, minimum version is `v20.9.0`
- [ ] check release link at the bottom of the file - [ ] check release link at the bottom of the file
- [ ] commit and push all changes - [ ] commit and push all changes
- [ ] after successful test run via github actions: merge pull request to `develop`
- [ ] after successful test run via github actions: create pull request from `develop` to `master` branch - [ ] after successful test run via github actions: create pull request from `develop` to `master` branch
- [ ] add label `mastermerge` - [ ] add label `mastermerge`
- [ ] title of the PR is `Release 2.xx.0` - [ ] title of the PR is `Release 2.xx.0`

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "magicmirror", "name": "magicmirror",
"version": "2.30.0", "version": "2.31.0-develop",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "magicmirror", "name": "magicmirror",
"version": "2.30.0-develop", "version": "2.31.0-develop",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "magicmirror", "name": "magicmirror",
"version": "2.30.0", "version": "2.31.0-develop",
"description": "The open source modular smart mirror platform.", "description": "The open source modular smart mirror platform.",
"keywords": [ "keywords": [
"magic mirror", "magic mirror",