mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
12.0.6-rc.7
This commit is contained in:
parent
4757d8c46e
commit
9008bfd04a
4 changed files with 10 additions and 4 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue