17.0.0-RC.0

This commit is contained in:
Johannes Millan 2026-01-11 15:29:33 +01:00
parent 5bf7cf10ab
commit 0e92baeb8b
4 changed files with 627 additions and 4 deletions

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "16.9.4",
"version": "17.0.0-RC.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "16.9.4",
"version": "17.0.0-RC.0",
"license": "MIT",
"workspaces": [
"packages/*"

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "16.9.4",
"version": "17.0.0-RC.0",
"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: '16.9.4',
version: '17.0.0-RC.0',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};