mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +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)
|
## [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
|
### Bug Fixes
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "superProductivity",
|
"name": "superProductivity",
|
||||||
"version": "12.0.6-rc.6",
|
"version": "12.0.6-rc.7",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "superProductivity",
|
"name": "superProductivity",
|
||||||
"version": "12.0.6-rc.6",
|
"version": "12.0.6-rc.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"electron-dl": "^3.5.2",
|
"electron-dl": "^3.5.2",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "superProductivity",
|
"name": "superProductivity",
|
||||||
"version": "12.0.6-rc.6",
|
"version": "12.0.6-rc.7",
|
||||||
"description": "ToDo list and Time Tracking",
|
"description": "ToDo list and Time Tracking",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ToDo",
|
"ToDo",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// this file is automatically generated by git.version.ts script
|
// this file is automatically generated by git.version.ts script
|
||||||
export const versions = {
|
export const versions = {
|
||||||
version: '12.0.6-rc.6',
|
version: '12.0.6-rc.7',
|
||||||
revision: 'NO_REV',
|
revision: 'NO_REV',
|
||||||
branch: 'NO_BRANCH',
|
branch: 'NO_BRANCH',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue