Skip to content

Commit ac5f0fb

Browse files
authored
chore(release): bump multisig SDK packages to 0.14.8 (#263)
1 parent 0038283 commit ac5f0fb

12 files changed

Lines changed: 28 additions & 28 deletions

File tree

.agents/skills/smoke-test-rust-multisig-sdk/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Record the returned commitment — you'll paste it into the demo's "GUARDIAN com
3939
2. Declare the published crates as registry dependencies pinned to the release under test:
4040
```toml
4141
[dependencies]
42-
miden-multisig-client = "0.14.6"
43-
guardian-client = "0.14.6"
42+
miden-multisig-client = "0.14.8"
43+
guardian-client = "0.14.8"
4444
miden-client = "0.14.5"
4545
tokio = { version = "1", features = ["full"] }
4646
```

.agents/skills/smoke-test-ts-multisig-sdk/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ If the commitment does not round-trip into `status().multisig.guardianPubkey` af
3636
```json
3737
{
3838
"dependencies": {
39-
"@openzeppelin/miden-multisig-client": "0.14.6",
40-
"@openzeppelin/guardian-client": "0.14.6",
39+
"@openzeppelin/miden-multisig-client": "0.14.8",
40+
"@openzeppelin/guardian-client": "0.14.8",
4141
"@miden-sdk/miden-sdk": "0.14.5"
4242
}
4343
}

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default-members = [
2424
resolver = "2"
2525

2626
[workspace.package]
27-
version = "0.14.6"
27+
version = "0.14.8"
2828
edition = "2024"
2929
rust-version = "1.93"
3030
authors = ["OpenZeppelin"]

crates/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Client library for Guardian"
1111
include = ["src/**/*", "proto/**/*", "build.rs", "Cargo.toml", "LICENSE", "README.md"]
1212

1313
[dependencies]
14-
guardian-shared = { version = "=0.14.6", path = "../shared" }
14+
guardian-shared = { version = "=0.14.8", path = "../shared" }
1515
miden-protocol = { version = "=0.14.5" }
1616
serde = { workspace = true }
1717
serde_json = { workspace = true }

crates/contracts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ miden-testing = { version = "=0.14.5" }
1818

1919
anyhow = { workspace = true }
2020
tokio = { workspace = true, features = ["rt-multi-thread", "net", "macros", "fs"] }
21-
guardian-shared = { version = "=0.14.6", path = "../shared" }
21+
guardian-shared = { version = "=0.14.8", path = "../shared" }
2222

2323
[dev-dependencies]
2424
miden-client = { version = "=0.14.5", features = ["testing", "tonic"] }

crates/miden-multisig-client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ description = "High-level SDK for interacting with multisig accounts on Miden vi
1111

1212
[dependencies]
1313
# Internal crates
14-
guardian-client = { version = "=0.14.6", path = "../client" }
15-
guardian-shared = { version = "=0.14.6", path = "../shared" }
16-
miden-confidential-contracts = { version = "=0.14.6", path = "../contracts" }
14+
guardian-client = { version = "=0.14.8", path = "../client" }
15+
guardian-shared = { version = "=0.14.8", path = "../shared" }
16+
miden-confidential-contracts = { version = "=0.14.8", path = "../contracts" }
1717

1818
# Miden
1919
miden-client = { version = "=0.14.5", features = ["tonic", "testing"] }

examples/smoke-web/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guardian-client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guardian-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/guardian-client",
3-
"version": "0.14.6",
3+
"version": "0.14.8",
44
"description": "TypeScript HTTP client for Guardian server",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)