From 6668359875e41bac30528fc14e5dcb8373f3c65a Mon Sep 17 00:00:00 2001 From: archipelago Date: Wed, 5 Aug 2026 15:10:49 -0400 Subject: [PATCH] chore: bump to 1.7.124-alpha ahead of the release run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-bumped so the release gate compiles the test profile at the final version — create-release bumps after the gate, so the gate would otherwise run on the old version and the bump would invalidate the cache, timing out cargo-test-weekly on the compile rather than the tests. Co-Authored-By: Claude Fable 5 --- core/archipelago/Cargo.toml | 2 +- neode-ui/package-lock.json | 4 ++-- neode-ui/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/archipelago/Cargo.toml b/core/archipelago/Cargo.toml index fc0d0279..670a7451 100644 --- a/core/archipelago/Cargo.toml +++ b/core/archipelago/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archipelago" -version = "1.7.123-alpha" +version = "1.7.124-alpha" edition = "2021" description = "Archipelago Bitcoin Node OS - Native backend" authors = ["Archipelago Team"] diff --git a/neode-ui/package-lock.json b/neode-ui/package-lock.json index 38ac58de..d926d63d 100644 --- a/neode-ui/package-lock.json +++ b/neode-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "neode-ui", - "version": "1.7.123-alpha", + "version": "1.7.124-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "neode-ui", - "version": "1.7.123-alpha", + "version": "1.7.124-alpha", "dependencies": { "@scure/bip39": "^2.2.0", "@types/dompurify": "^3.0.5", diff --git a/neode-ui/package.json b/neode-ui/package.json index 2c1b2738..5deee48c 100644 --- a/neode-ui/package.json +++ b/neode-ui/package.json @@ -1,7 +1,7 @@ { "name": "neode-ui", "private": true, - "version": "1.7.123-alpha", + "version": "1.7.124-alpha", "type": "module", "scripts": { "start": "./start-dev.sh",