From afb806741c9d2f01b408edd8071ca04015fe9929 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 24 Apr 2026 18:12:49 +0200 Subject: [PATCH 1/7] chore(crates): release --- Cargo.lock | 2 +- src/libs/shared/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e267ce521..99a1e71a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1320,7 +1320,7 @@ dependencies = [ [[package]] name = "junobuild-shared" -version = "0.8.0" +version = "0.8.1" dependencies = [ "candid", "ciborium", diff --git a/src/libs/shared/Cargo.toml b/src/libs/shared/Cargo.toml index f76bcbc29..68e33c5f2 100644 --- a/src/libs/shared/Cargo.toml +++ b/src/libs/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junobuild-shared" -version = "0.8.0" +version = "0.8.1" authors.workspace = true edition.workspace = true repository.workspace = true From b7899505663f4fe88702ed54baec6588b80e172c Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 24 Apr 2026 18:15:05 +0200 Subject: [PATCH 2/7] chore: release --- src/libs/collections/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/collections/Cargo.toml b/src/libs/collections/Cargo.toml index 0366a2f61..5ad5fe337 100644 --- a/src/libs/collections/Cargo.toml +++ b/src/libs/collections/Cargo.toml @@ -19,4 +19,4 @@ rustdoc-args = ['--cfg', "getrandom_backend=\"custom\""] candid.workspace = true ic-cdk.workspace = true serde.workspace = true -junobuild-shared = "0.8.0" +junobuild-shared = "0.8.1" From f167535455a46d95c1a898937fa9a29d7aa7d712 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 24 Apr 2026 18:15:21 +0200 Subject: [PATCH 3/7] chore: release --- Cargo.lock | 2 +- src/libs/collections/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99a1e71a6..91dbd58b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1274,7 +1274,7 @@ dependencies = [ [[package]] name = "junobuild-collections" -version = "0.5.0" +version = "0.5.1" dependencies = [ "candid", "ic-cdk", diff --git a/src/libs/collections/Cargo.toml b/src/libs/collections/Cargo.toml index 5ad5fe337..45db60813 100644 --- a/src/libs/collections/Cargo.toml +++ b/src/libs/collections/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junobuild-collections" -version = "0.5.0" +version = "0.5.1" authors.workspace = true edition.workspace = true repository.workspace = true From d81de5eec0868e7e0683d2430e0f7fa54aeadb8d Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 24 Apr 2026 18:16:00 +0200 Subject: [PATCH 4/7] chore: release --- Cargo.lock | 2 +- src/libs/storage/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91dbd58b8..6bf103790 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1338,7 +1338,7 @@ dependencies = [ [[package]] name = "junobuild-storage" -version = "0.7.0" +version = "0.7.1" dependencies = [ "base64", "candid", diff --git a/src/libs/storage/Cargo.toml b/src/libs/storage/Cargo.toml index 0e1e8e6b9..04b3fc833 100644 --- a/src/libs/storage/Cargo.toml +++ b/src/libs/storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junobuild-storage" -version = "0.7.0" +version = "0.7.1" authors.workspace = true edition.workspace = true repository.workspace = true @@ -31,5 +31,5 @@ base64.workspace = true url.workspace = true urlencoding = "2.1.3" globset = "0.4.13" -junobuild-shared = "0.8.0" -junobuild-collections = "0.5.0" +junobuild-shared = "0.8.1" +junobuild-collections = "0.5.1" From 1be7be84e343104be4dd2e283f914e3a7a30e999 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 24 Apr 2026 18:16:43 +0200 Subject: [PATCH 5/7] chore: release --- Cargo.lock | 2 +- src/libs/auth/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bf103790..ef39b5e03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,7 +1240,7 @@ dependencies = [ [[package]] name = "junobuild-auth" -version = "0.4.0" +version = "0.4.1" dependencies = [ "base64", "candid", diff --git a/src/libs/auth/Cargo.toml b/src/libs/auth/Cargo.toml index 3d7ec88ff..908ebb9bb 100644 --- a/src/libs/auth/Cargo.toml +++ b/src/libs/auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junobuild-auth" -version = "0.4.0" +version = "0.4.1" authors.workspace = true edition.workspace = true repository.workspace = true @@ -30,7 +30,7 @@ jsonwebtoken = { package = "jsonwebtoken-ic", version = "10.3.0-ic.0", default-f "rust_crypto" ] } getrandom02 = { package = "getrandom", version = "0.2.16", features = ["custom"] } -junobuild-shared = "0.8.0" +junobuild-shared = "0.8.1" [dev-dependencies] jsonwebtoken = { package = "jsonwebtoken-ic", version = "10.3.0-ic.0", default-features = false, features = [ From d9cc7ea0eb19ad1e97f619e43713a6f69f9c39b0 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 24 Apr 2026 18:17:28 +0200 Subject: [PATCH 6/7] chore: release --- Cargo.lock | 2 +- src/libs/cdn/Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef39b5e03..ac3f46aaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1259,7 +1259,7 @@ dependencies = [ [[package]] name = "junobuild-cdn" -version = "0.7.0" +version = "0.7.1" dependencies = [ "candid", "hex", diff --git a/src/libs/cdn/Cargo.toml b/src/libs/cdn/Cargo.toml index a207b06d3..80693009d 100644 --- a/src/libs/cdn/Cargo.toml +++ b/src/libs/cdn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junobuild-cdn" -version = "0.7.0" +version = "0.7.1" authors.workspace = true edition.workspace = true repository.workspace = true @@ -22,6 +22,6 @@ ic-stable-structures.workspace = true serde.workspace = true sha2.workspace = true hex.workspace = true -junobuild-shared = "0.8.0" -junobuild-collections = "0.5.0" -junobuild-storage = "0.7.0" +junobuild-shared = "0.8.1" +junobuild-collections = "0.5.1" +junobuild-storage = "0.7.1" From 749eb0e25fda73b11cda00c5f40bd82418563458 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 24 Apr 2026 18:18:25 +0200 Subject: [PATCH 7/7] chore: release --- Cargo.lock | 2 +- src/libs/satellite/Cargo.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac3f46aaa..9e8a521b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1295,7 +1295,7 @@ dependencies = [ [[package]] name = "junobuild-satellite" -version = "0.6.0" +version = "0.6.1" dependencies = [ "candid", "ciborium", diff --git a/src/libs/satellite/Cargo.toml b/src/libs/satellite/Cargo.toml index 0b7d2e5e1..4dcd9c3cc 100644 --- a/src/libs/satellite/Cargo.toml +++ b/src/libs/satellite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junobuild-satellite" -version = "0.6.0" +version = "0.6.1" authors.workspace = true edition.workspace = true repository.workspace = true @@ -66,9 +66,9 @@ regex.workspace = true getrandom.workspace = true rand.workspace = true url.workspace = true -junobuild-shared = "0.8.0" +junobuild-shared = "0.8.1" junobuild-utils = "0.4.0" -junobuild-collections = "0.5.0" -junobuild-storage = "0.7.0" -junobuild-cdn = "0.7.0" -junobuild-auth = "0.4.0" +junobuild-collections = "0.5.1" +junobuild-storage = "0.7.1" +junobuild-cdn = "0.7.1" +junobuild-auth = "0.4.1"