From e4114ade460c2bebbf93972b95a548b691300e51 Mon Sep 17 00:00:00 2001 From: sallymoc Date: Tue, 30 Dec 2025 18:31:37 +0100 Subject: [PATCH 1/2] feat: add platformVersions to exclude dApps on iOS --- products/wallet-app/dapps/dapps.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/products/wallet-app/dapps/dapps.json b/products/wallet-app/dapps/dapps.json index 27b0f41..80be0d6 100644 --- a/products/wallet-app/dapps/dapps.json +++ b/products/wallet-app/dapps/dapps.json @@ -32,14 +32,20 @@ "nameId": "qearn_name", "icon": "https://framerusercontent.com/images/OlRHyS54DdB86UYF7BlAZbFQ.png", "url": "https://www.qearn.org/", - "descriptionId": "qearn_description" + "descriptionId": "qearn_description", + "platformVersions": { + "ios": "none" + } }, { "id": "qxboard_app_id", "nameId": "qxboard_name", "icon": "", "url": "https://www.qxboard.com/", - "descriptionId": "qxboard_description" + "descriptionId": "qxboard_description", + "platformVersions": { + "ios": "none" + } }, { "id": "qxtrade_app_id", @@ -49,21 +55,30 @@ "descriptionId": "qxtrade_description", "excludedPlatforms": [ "ios" - ] + ], + "platformVersions": { + "ios": "none" + } }, { "id": "qbay_app_id", "nameId": "qbay_name", "icon": "", "url": "https://qubicbay.io/", - "descriptionId": "qbay_description" + "descriptionId": "qbay_description", + "platformVersions": { + "ios": "none" + } }, { "id": "qbond_app_id", "nameId": "qbond_name", "icon": "", "url": "https://www.qbond.org/", - "descriptionId": "qbond_description" + "descriptionId": "qbond_description", + "platformVersions": { + "ios": "none" + } } ] -} \ No newline at end of file +} From a42fbc1aef799740ebca6a5d87dd617752315698 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Dec 2025 21:51:35 +0000 Subject: [PATCH 2/2] chore(release): 1.12.0-rc.1 # [1.12.0-rc.1](https://github.com/qubic/static/compare/v1.11.1...v1.12.0-rc.1) (2025-12-30) ### Features * add platformVersions to exclude dApps on iOS ([e4114ad](https://github.com/qubic/static/commit/e4114ade460c2bebbf93972b95a548b691300e51)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea02a0..86104a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0-rc.1](https://github.com/qubic/static/compare/v1.11.1...v1.12.0-rc.1) (2025-12-30) + + +### Features + +* add platformVersions to exclude dApps on iOS ([e4114ad](https://github.com/qubic/static/commit/e4114ade460c2bebbf93972b95a548b691300e51)) + ## [1.11.1](https://github.com/qubic/static/compare/v1.11.0...v1.11.1) (2025-12-29) diff --git a/package.json b/package.json index a7dd143..0c9a2cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qubic-static-api", - "version": "1.11.1", + "version": "1.12.0-rc.1", "description": "Static data and assets for Qubic blockchain", "private": true, "packageManager": "pnpm@9.11.0",