17.0.0-RC.1

This commit is contained in:
Johannes Millan 2026-01-11 16:17:29 +01:00
parent b987fecb7c
commit c33f0c496f
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
# [17.0.0-RC.1](https://github.com/super-productivity/super-productivity/compare/v17.0.0-RC.0...v17.0.0-RC.1) (2026-01-11)
### Bug Fixes
- **build:** add shared-schema to prepare script for CI builds ([9d77aa2](https://github.com/super-productivity/super-productivity/commit/9d77aa2d3fccc7e14c3238911258f795f3510aef))
- **test:** fix CI test failures on Windows and macOS ([b987fec](https://github.com/super-productivity/super-productivity/commit/b987fecb7c722edbe510b6eea51277290db1a845))
# [17.0.0-RC.0](https://github.com/super-productivity/super-productivity/compare/v16.9.4...v17.0.0-RC.0) (2026-01-11)
### Bug Fixes

4
package-lock.json generated
View file

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

View file

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