Skip to content

Commit

Permalink
Updated versions to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 19, 2024
1 parent 9a6b2b2 commit fbf9e37
Show file tree
Hide file tree
Showing 17 changed files with 196 additions and 201 deletions.
172 changes: 86 additions & 86 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions crates/hc-pilot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ tauri = { version = "2.1.1", features = [ "devtools" ] }
tauri-plugin-log = "2.0.3"

tauri-plugin-holochain = { path = "../tauri-plugin-holochain" }
holochain_types = "0.4.0-rc"
holochain_client = "0.6.0-rc"
holochain_types = "0.4.0"
holochain_client = "0.6.0"
lair_keystore = "0.5.3"

clap = { version = "4.5.4", features = ["derive"] }
Expand Down
16 changes: 8 additions & 8 deletions crates/holochain_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ edition = "2021"

[dependencies]
# Holochain dependencies
mr_bundle = "0.4.0-rc"
holochain = { version = "0.4.0-rc.2", features = [ "unstable-functions" ] }
holochain_types = "0.4.0-rc"
holochain_keystore = "0.4.0-rc"
holochain_conductor_api = "0.4.0-rc"
mr_bundle = "0.4.0"
holochain = { version = "0.4.0", features = [ "unstable-functions" ] }
holochain_types = "0.4.0"
holochain_keystore = "0.4.0"
holochain_conductor_api = "0.4.0"

kitsune_p2p_mdns = "0.4.0-rc"
kitsune_p2p_types = "0.4.0-rc.2"
kitsune_p2p_mdns = "0.4.0"
kitsune_p2p_types = "0.4.0"

sbd-server = "0.0.8-alpha"
tx5-signal = "0.1.5-beta"
Expand All @@ -23,7 +23,7 @@ lair_keystore_api = "0.5.3"
lair_keystore = { version = "0.5.3" }

# Holochain client
holochain_client = "0.6.0-rc"
holochain_client = "0.6.0"

# Other dependencies
arbitrary = "=1.3.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ tauri-build = { version = "2.0.3", default-features = false , features = [] }
[dependencies]
tauri = { version = "2.1.1", features = [] }
tauri-plugin-holochain = { git = "https://github.com/darksoil-studio/p2p-shipyard", branch = "main" }
holochain_types = { version = "0.4.0-rc" }
holochain_client = { version = "0.6.0-rc" }
holochain_types = { version = "0.4.0" }
holochain_client = { version = "0.6.0" }

log = "0.4"
tauri-plugin-log = "2.0.3"
Expand Down
12 changes: 6 additions & 6 deletions crates/scaffold-tauri-happ/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub fn scaffold_tauri_happ(
let package_json_content = add_npm_dev_dependency_to_package(
&(root_package_json_path.clone(), package_json_content),
&String::from("@tauri-apps/cli"),
&String::from("^2.0.0-rc"),
&String::from("^2.0.0"),
)?;
let package_json_content = add_npm_dev_dependency_to_package(
&(root_package_json_path.clone(), package_json_content),
Expand Down Expand Up @@ -391,7 +391,7 @@ mod tests {
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-rc",
"@tauri-apps/cli": "^2.0.0",
"concurrently": "^8.2.2",
"concurrently-repeat": "^0.0.1",
"internal-ip-cli": "^2.0.0",
Expand Down Expand Up @@ -486,8 +486,8 @@ members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*", "src-tauri"
resolver = "2"
[workspace.dependencies]
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
hdi = "0.5.0"
hdk = "0.4.0"
serde = "1.0"
[workspace.dependencies.posts]
Expand All @@ -510,8 +510,8 @@ resolver = "2"
members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*"]
[workspace.dependencies]
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
hdi = "0.5.0"
hdk = "0.4.0"
serde = "1.0"
[workspace.dependencies.posts]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ tauri-build = { version = "2.0.3", default-features = false , features = [] }
[dependencies]
tauri = { version = "2.1.1", features = [] }
tauri-plugin-holochain = { git = "https://github.com/darksoil-studio/p2p-shipyard", branch = "main-0.4" }
holochain_types = { version = "0.4.0-rc" }
holochain_types = { version = "0.4.0" }

holochain_client = { version = "0.6.0-rc" }
holochain_client = { version = "0.6.0" }

log = "0.4"
tauri-plugin-log = "2.0.3"
Expand Down
4 changes: 2 additions & 2 deletions crates/tauri-plugin-holochain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ links = "tauri-plugin-holochain"
tauri = { version = "2.1.1" }

# Holochain dependencies
holochain_types = "0.4.0-rc"
holochain_types = "0.4.0"

# Lair dependencies
hc_seed_bundle = "0.2"
lair_keystore_api = "0.5.3"

# Holochain client
holochain_client = "0.6.0-rc"
holochain_client = "0.6.0"

holochain_runtime = { path = "../holochain_runtime" }

Expand Down
4 changes: 2 additions & 2 deletions examples/end-user-happ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ resolver = "2"
members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*", "src-tauri"]

[workspace.dependencies]
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
hdi = "0.5.0"
hdk = "0.4.0"
serde = "1.0"

[workspace.dependencies.posts]
Expand Down
4 changes: 2 additions & 2 deletions examples/end-user-happ/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ tauri-build = { version = "2.0.3", default-features = false, features = [
[dependencies]
tauri = { version = "2.1.1", features = [] }
tauri-plugin-holochain = { path = "../../../crates/tauri-plugin-holochain" }
holochain_types = { version = "0.4.0-rc" }
holochain_types = { version = "0.4.0" }
lair_keystore = { version = "0.5.3" }
holochain_client = { version = "0.6.0-rc" }
holochain_client = { version = "0.6.0" }
log = "0.4"
tauri-plugin-log = "2.0.3"
url2 = "0.0.6"
Expand Down
6 changes: 3 additions & 3 deletions examples/end-user-happ/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"@holochain/client": "^0.18.0-rc",
"@holochain/tryorama": "^0.17.0-rc",
"@holochain/client": "^0.18.0",
"@holochain/tryorama": "^0.17.0",
"typescript": "^4.9.4",
"vitest": "^0.28.4"
},
"type": "module"
}
}
4 changes: 2 additions & 2 deletions examples/end-user-happ/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"package": "npm run build && cd dist && bestzip ../dist.zip *"
},
"dependencies": {
"@holochain/client": "^0.18.0-rc",
"@holochain/client": "^0.18.0",
"@lit-labs/context": "^0.2.0",
"@lit-labs/task": "^2.0.0",
"@material/mwc-circular-progress": "^0.27.0",
Expand All @@ -33,4 +33,4 @@
"typescript": "^4.5.5"
},
"type": "module"
}
}
4 changes: 2 additions & 2 deletions examples/holochain-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tauri": "tauri"
},
"dependencies": {
"@holochain/client": "^0.18.0-rc",
"@holochain/client": "^0.18.0",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-shell": ">=2.0.0"
},
Expand All @@ -27,4 +27,4 @@
"typescript": "^5.0.2",
"vite": "^5.0.0"
}
}
}
4 changes: 2 additions & 2 deletions examples/holochain-runtime/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ tauri-build = { version = "2.0.3", default-features = false, features = [
[dependencies]
tauri = { version = "2.1.1", features = [] }
tauri-plugin-holochain = { path = "../../../crates/tauri-plugin-holochain" }
holochain_types = { version = "0.4.0-rc" }
holochain_client = { version = "0.6.0-rc" }
holochain_types = { version = "0.4.0" }
holochain_client = { version = "0.6.0" }
log = "0.4"
tauri-plugin-log = "2.0.3"
url2 = "0.0.6"
Expand Down
Loading

0 comments on commit fbf9e37

Please sign in to comment.