mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
17.0.0-RC.12
This commit is contained in:
parent
dab4762f25
commit
6771fa77a2
5 changed files with 12 additions and 6 deletions
|
|
@ -1,3 +1,9 @@
|
|||
# [17.0.0-RC.12](https://github.com/super-productivity/super-productivity/compare/v17.0.0-RC.11...v17.0.0-RC.12) (2026-01-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **tour:** update tour for tabbed settings page ([dab4762](https://github.com/super-productivity/super-productivity/commit/dab4762f250a4eb74f079957dc9a44af9011adb0))
|
||||
|
||||
# [17.0.0-RC.11](https://github.com/super-productivity/super-productivity/compare/v17.0.0-RC.10...v17.0.0-RC.11) (2026-01-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 17_00_00_0011
|
||||
versionName "17.0.0-RC.11"
|
||||
versionCode 17_00_00_0012
|
||||
versionName "17.0.0-RC.12"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders = [
|
||||
hostName : "app.super-productivity.com",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "17.0.0-RC.11",
|
||||
"version": "17.0.0-RC.12",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "superProductivity",
|
||||
"version": "17.0.0-RC.11",
|
||||
"version": "17.0.0-RC.12",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "17.0.0-RC.11",
|
||||
"version": "17.0.0-RC.12",
|
||||
"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.11',
|
||||
version: '17.0.0-RC.12',
|
||||
revision: 'NO_REV',
|
||||
branch: 'NO_BRANCH',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue