From e70b83480eccb665d107d4f445196be1128bed8b Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Thu, 19 Dec 2024 16:02:43 +0100 Subject: [PATCH] 11.0.2 --- CHANGELOG.md | 13 +++++++++++++ android/app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/110002.txt | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/environments/versions.ts | 2 +- 6 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/110002.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 0acc23ebe7a..b0da7bb4ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [11.0.2](https://github.com/johannesjo/super-productivity/compare/v11.0.1...v11.0.2) (2024-12-19) + +### Bug Fixes + +- build error ([68db334](https://github.com/johannesjo/super-productivity/commit/68db334ab238f60c5f698a455194fd810e079d7c)) + +### Features + +- **issue:** go back to classic way of doing jira requests as it is more reliable ([264ced7](https://github.com/johannesjo/super-productivity/commit/264ced70d4e4bc27a2344d452e9ef7cab19ebb1a)) +- **issue:** improve error handling for backlog import ([b3f7eb0](https://github.com/johannesjo/super-productivity/commit/b3f7eb0953985a94607ac56eabad3a4f436753f3)) +- **issue:** improve jira error handling ([a33de8c](https://github.com/johannesjo/super-productivity/commit/a33de8cdce4290758bcacacea56b71aad721251d)) +- **issue:** make post requests work for jira api ([0e892dd](https://github.com/johannesjo/super-productivity/commit/0e892dd8572faaa1c691322342829a997eb5124f)) + ## [11.0.1](https://github.com/johannesjo/super-productivity/compare/v11.0.0...v11.0.1) (2024-12-19) ### Bug Fixes diff --git a/android/app/build.gradle b/android/app/build.gradle index 9c63c26d82a..ac7f28ee2cf 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,8 +20,8 @@ android { minSdkVersion 24 targetSdkVersion 34 compileSdk 34 - versionCode 110001_02_99 - versionName "11.0.1" + versionCode 110002_02_99 + versionName "11.0.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [ hostName : "app.super-productivity.com", diff --git a/fastlane/metadata/android/en-US/changelogs/110002.txt b/fastlane/metadata/android/en-US/changelogs/110002.txt new file mode 100644 index 00000000000..14cd1220e1b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/110002.txt @@ -0,0 +1,10 @@ + +### Bug Fixes + +* build error +### Features + +* **issue:** go back to classic way of doing jira requests as it is more reliable +* **issue:** improve error handling for backlog import +* **issue:** improve jira error handling +* **issue:** make post requests work for jira api \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4d07980a998..f958947abe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superProductivity", - "version": "11.0.1", + "version": "11.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superProductivity", - "version": "11.0.1", + "version": "11.0.2", "license": "MIT", "dependencies": { "electron-dl": "^3.5.2", diff --git a/package.json b/package.json index 200cfc67403..2afd14f256b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "11.0.1", + "version": "11.0.2", "description": "ToDo list and Time Tracking", "keywords": [ "ToDo", diff --git a/src/environments/versions.ts b/src/environments/versions.ts index 9ea2958d42f..f2a6f3fb78f 100644 --- a/src/environments/versions.ts +++ b/src/environments/versions.ts @@ -1,6 +1,6 @@ // this file is automatically generated by git.version.ts script export const versions = { - version: '11.0.1', + version: '11.0.2', revision: 'NO_REV', branch: 'NO_BRANCH', };