12.0.6-rc.7

This commit is contained in:
Johannes Millan 2025-05-11 18:23:33 +02:00
parent 4757d8c46e
commit 9008bfd04a
4 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
## [12.0.6-rc.7](https://github.com/johannesjo/super-productivity/compare/v12.0.6-rc.6...v12.0.6-rc.7) (2025-05-11)
### Features
- improve planner styling by making it a vertical list ([4757d8c](https://github.com/johannesjo/super-productivity/commit/4757d8c46ee366e8c3618e120f7cbab0450db822))
## [12.0.6-rc.6](https://github.com/johannesjo/super-productivity/compare/v12.0.6-rc.5...v12.0.6-rc.6) (2025-05-11)
### Bug Fixes

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "12.0.6-rc.6",
"version": "12.0.6-rc.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "12.0.6-rc.6",
"version": "12.0.6-rc.7",
"license": "MIT",
"dependencies": {
"electron-dl": "^3.5.2",

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "12.0.6-rc.6",
"version": "12.0.6-rc.7",
"description": "ToDo list and Time Tracking",
"keywords": [
"ToDo",

View file

@ -1,6 +1,6 @@
// this file is automatically generated by git.version.ts script
export const versions = {
version: '12.0.6-rc.6',
version: '12.0.6-rc.7',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};