From 0fd3b8c3856aa27f2789bf54f6f902d77bc3a810 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Jun 2026 20:42:03 +0000 Subject: [PATCH 1/3] chore(release): 1.27.1 ## [1.27.1](https://github.com/qubic/static/compare/v1.27.0...v1.27.1) (2026-06-14) ### Bug Fixes * **smart_contracts:** detect removed procedures in refresh script ([d8ca3dc](https://github.com/qubic/static/commit/d8ca3dc5f3b2d5ffb99aaaf9fe6f3575d10d876a)) * **smart_contracts:** guard procedure pruning against empty fetches ([be2e4bf](https://github.com/qubic/static/commit/be2e4bf9ee1e370f17b97b2e5e977fa73cd1cdd0)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69c093..69cba03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.27.1](https://github.com/qubic/static/compare/v1.27.0...v1.27.1) (2026-06-14) + + +### Bug Fixes + +* **smart_contracts:** detect removed procedures in refresh script ([d8ca3dc](https://github.com/qubic/static/commit/d8ca3dc5f3b2d5ffb99aaaf9fe6f3575d10d876a)) +* **smart_contracts:** guard procedure pruning against empty fetches ([be2e4bf](https://github.com/qubic/static/commit/be2e4bf9ee1e370f17b97b2e5e977fa73cd1cdd0)) + ## [1.27.1-rc.1](https://github.com/qubic/static/compare/v1.27.0...v1.27.1-rc.1) (2026-06-14) diff --git a/package.json b/package.json index 3c4249e..c7a6494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qubic-static-api", - "version": "1.27.1-rc.1", + "version": "1.27.1", "description": "Static data and assets for Qubic blockchain", "private": true, "packageManager": "pnpm@9.11.0", From 5ad460913bf912e7f84a86f356b29f25e06908c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jul 2026 15:47:39 +0000 Subject: [PATCH 2/3] feat(smart_contracts): refresh smart contracts data --- data/smart_contracts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/smart_contracts.json b/data/smart_contracts.json index 026d530..aff85b0 100644 --- a/data/smart_contracts.json +++ b/data/smart_contracts.json @@ -1147,8 +1147,8 @@ }, { "id": 12, - "name": "Transfer Token to Qx", - "sourceIdentifier": "TransferTokenToQx" + "name": "Transfer Share Management Rights", + "sourceIdentifier": "TransferShareManagementRights" }, { "id": 13, From 420fda34d9b15d0ffb3a2d98672bbe62dcf74608 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Jul 2026 22:13:50 +0000 Subject: [PATCH 3/3] chore(release): 1.28.0 # [1.28.0](https://github.com/qubic/static/compare/v1.27.1...v1.28.0) (2026-07-01) ### Features * **smart_contracts:** refresh smart contracts data ([5ad4609](https://github.com/qubic/static/commit/5ad460913bf912e7f84a86f356b29f25e06908c6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69cba03..2cdd152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.28.0](https://github.com/qubic/static/compare/v1.27.1...v1.28.0) (2026-07-01) + + +### Features + +* **smart_contracts:** refresh smart contracts data ([5ad4609](https://github.com/qubic/static/commit/5ad460913bf912e7f84a86f356b29f25e06908c6)) + ## [1.27.1](https://github.com/qubic/static/compare/v1.27.0...v1.27.1) (2026-06-14) diff --git a/package.json b/package.json index c7a6494..fa9d86c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qubic-static-api", - "version": "1.27.1", + "version": "1.28.0", "description": "Static data and assets for Qubic blockchain", "private": true, "packageManager": "pnpm@9.11.0",