mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
16.9.2
This commit is contained in:
parent
79276f3fc7
commit
7fcec38476
6 changed files with 18 additions and 6 deletions
|
|
@ -1,3 +1,10 @@
|
|||
## [16.9.2](https://github.com/super-productivity/super-productivity/compare/v16.9.0...v16.9.2) (2026-01-09)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **e2e:** handle task deletion confirmation dialog in WebDAV sync test ([9c7549a](https://github.com/super-productivity/super-productivity/commit/9c7549af409df7a4ab91031c940f3fc78b35ad86))
|
||||
- resolve build failures from missing translations and unused imports ([dae5caa](https://github.com/super-productivity/super-productivity/commit/dae5caa6ff1f38c90ac99982563bc212c8b291c0))
|
||||
|
||||
## [16.9.1](https://github.com/super-productivity/super-productivity/compare/v16.9.0...v16.9.1) (2026-01-09)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 16_09_01_0000
|
||||
versionName "16.9.1"
|
||||
versionCode 16_09_02_0000
|
||||
versionName "16.9.2"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders = [
|
||||
hostName : "app.super-productivity.com",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
* **e2e:** handle task deletion confirmation dialog in WebDAV sync test
|
||||
* resolve build failures from missing translations and unused imports
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "16.9.1",
|
||||
"version": "16.9.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "superProductivity",
|
||||
"version": "16.9.1",
|
||||
"version": "16.9.2",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "16.9.1",
|
||||
"version": "16.9.2",
|
||||
"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: '16.9.1',
|
||||
version: '16.9.2',
|
||||
revision: 'NO_REV',
|
||||
branch: 'NO_BRANCH',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue