Skip to content

Commit

Permalink
set-version 0.10.1-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Jan 28, 2025
1 parent b663803 commit b823b33
Show file tree
Hide file tree
Showing 26 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ad4m-hooks/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"@coasys/ad4m-connect": "*",
"uuid": "*"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion ad4m-hooks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"preact": "*",
"react": "*"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion ad4m-hooks/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"peerDependencies": {
"vue": "^3.2.47"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion bootstrap-languages/agent-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"md5": "^2.3.0",
"postcss": "^8.2.1"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion bootstrap-languages/direct-message-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"dependencies": {
"@types/node": "^18.0.0"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion bootstrap-languages/neighbourhood-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
},
"author": "[email protected]",
"license": "ISC",
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion bootstrap-languages/p-diff-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"devDependencies": {
"run-script-os": "^1.1.6"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion bootstrap-languages/perspective-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"typescript": "^4.5.5",
"uint8arrays": "^3.0.0"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ad4m"

version = "0.10.1-rc5"
version = "0.10.1-rc6"

edition = "2021"
authors = ["Nicolas Luck <[email protected]>"]
Expand All @@ -24,8 +24,8 @@ path = "src/ad4m_executor.rs"
[dependencies]


ad4m-client = { path = "../rust-client", version="0.10.1-rc5" }
ad4m-executor = { path = "../rust-executor", version="0.10.1-rc5" }
ad4m-client = { path = "../rust-client", version="0.10.1-rc6" }
ad4m-executor = { path = "../rust-executor", version="0.10.1-rc6" }
anyhow = "1.0.65"
clap = { version = "4.0.8", features = ["derive"] }
futures = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@apollo/client": "3.7.10",
"@coasys/ad4m": "workspace:0.10.1-rc5",
"@coasys/ad4m": "workspace:0.10.1-rc6",
"@types/node": "^16.11.11",
"esbuild": "^0.15.5",
"esbuild-plugin-lit": "^0.0.10",
Expand All @@ -66,5 +66,5 @@
"esbuild-plugin-replace": "^1.4.0",
"lit": "^2.3.1"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@
"[email protected]": "patches/[email protected]"
}
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"typedoc-plugin-markdown": "^3.15.2",
"typescript": "^4.9.3"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@
"tmp": "^0.2.1",
"uuid": "*"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion executor/src/core/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as path from 'node:path';
import * as fs from 'node:fs';
import { Address, Expression } from '@coasys/ad4m';

export let ad4mExecutorVersion = "0.10.1-rc5";
export let ad4mExecutorVersion = "0.10.1-rc6";
export let agentLanguageAlias = "did";
export let languageLanguageAlias = "lang";
export let neighbourhoodLanguageAlias = "neighbourhood";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
"[email protected]": "patches/[email protected]"
}
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ad4m-client"
version = "0.10.1-rc5"
version = "0.10.1-rc6"
edition = "2021"
authors = ["Nicolas Luck <[email protected]>"]
description = "Client library wrapping AD4M's GraphQL interface"
Expand Down
4 changes: 2 additions & 2 deletions rust-executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ad4m-executor"
version = "0.10.1-rc5"
version = "0.10.1-rc6"
edition = "2021"
authors = ["Nicolas Luck <[email protected]>"]
description = "Runtime implementation of AD4M as library - https://ad4m.dev"
Expand Down Expand Up @@ -92,7 +92,7 @@ kitsune_p2p_types = { version = "0.3.6", git = "https://github.com/coasys/holoch
scryer-prolog = { version = "0.9.4", git = "https://github.com/coasys/scryer-prolog" }
# scryer-prolog = { path = "../../scryer-prolog", features = ["multi_thread"] }

ad4m-client = { path = "../rust-client", version="0.10.1-rc5" }
ad4m-client = { path = "../rust-client", version="0.10.1-rc6" }
reqwest = { version = "0.11.20", features = ["json", "native-tls"] }

rusqlite = { version = "0.29.0", git = "https://github.com/coasys/rusqlite.git", rev = "12ec1330bd4b46411ab9895364da4a3e172d0fbb", features = ["bundled"] }
Expand Down
2 changes: 1 addition & 1 deletion rust-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"@coasys/ad4m-executor": "link:../core"
},
"dependencies": {},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion rust-executor/src/globals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use lazy_static::lazy_static;

lazy_static! {
/// The current version of AD4M
pub static ref AD4M_VERSION: String = String::from("0.10.1-rc5");
pub static ref AD4M_VERSION: String = String::from("0.10.1-rc6");
}

/// Struct representing oldest supported version and indicator if state should be cleared if update is required
Expand Down
2 changes: 1 addition & 1 deletion test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"bugs": {
"url": "https://github.com/coasys/ad4m/issues"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion tests/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"fluent-ffmpeg": "^2.1.3",
"uuid": "*"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
"resolutions": {
"react-error-overlay": "6.0.9"
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}
2 changes: 1 addition & 1 deletion ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ad4m-launcher"
version = "0.10.1-rc5"
version = "0.10.1-rc6"
description = "Administration of ad4m services"
authors = ["Kaichao Sun"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
}
}
},
"version": "0.10.1-rc5"
"version": "0.10.1-rc6"
}

0 comments on commit b823b33

Please sign in to comment.