mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
17.0.0-RC.1
This commit is contained in:
parent
b987fecb7c
commit
c33f0c496f
4 changed files with 11 additions and 4 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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/*"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue