Skip to content

Commit

Permalink
Bump versions and publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Oct 28, 2024
1 parent ce1d816 commit 10022dd
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api"
version = "3.8.1"
version = "3.9.0"
edition = "2021"
authors = ["Robert G. Jakabosky <robert@polymesh.network>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -31,13 +31,13 @@ members = [
## Keep common dependencies here.
[workspace.dependencies]
# Our crates
polymesh-api-codegen-macro = { version = "3.5.2", path = "crates/polymesh-api-codegen-macro", default-features = false }
polymesh-api-codegen = { version = "3.5.2", path = "crates/polymesh-api-codegen", default-features = false }
polymesh-api-client = { version = "3.7.1", path = "crates/polymesh-api-client", default-features = false }
polymesh-api-codegen-macro = { version = "3.6.0", path = "crates/polymesh-api-codegen-macro", default-features = false }
polymesh-api-codegen = { version = "3.6.0", path = "crates/polymesh-api-codegen", default-features = false }
polymesh-api-client = { version = "3.8.0", path = "crates/polymesh-api-client", default-features = false }
polymesh-api-client-extras = { version = "3.4.1", path = "crates/polymesh-api-client-extras", default-features = false }
polymesh-api-tester = { version = "0.7.3", path = "crates/polymesh-api-tester", default-features = false }
polymesh-api-ink = { version = "1.3.1", path = "crates/polymesh-api-ink", default-features = false }
polymesh-api = { version = "3.8.1", path = "./", default-features = false }
polymesh-api-tester = { version = "0.8.0", path = "crates/polymesh-api-tester", default-features = false }
polymesh-api-ink = { version = "1.4.0", path = "crates/polymesh-api-ink", default-features = false }
polymesh-api = { version = "3.9.0", path = "./", default-features = false }

# Substrate shared deps.
frame-metadata = { version = "=15.1.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/polymesh-api-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api-client"
version = "3.7.1"
version = "3.8.0"
edition = "2021"
authors = ["Robert G. Jakabosky <robert@polymesh.network>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/polymesh-api-codegen-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api-codegen-macro"
version = "3.5.2"
version = "3.6.0"
edition = "2021"
authors = ["Robert G. Jakabosky <robert@polymesh.network>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/polymesh-api-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api-codegen"
version = "3.5.2"
version = "3.6.0"
edition = "2021"
authors = ["Robert G. Jakabosky <robert@polymesh.network>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/polymesh-api-ink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api-ink"
version = "1.3.1"
version = "1.4.0"
edition = "2021"
authors = ["Robert G. Jakabosky <robert@polymesh.network>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/polymesh-api-tester/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api-tester"
version = "0.7.3"
version = "0.8.0"
edition = "2021"
authors = ["Robert G. Jakabosky <robert@polymesh.network>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 10022dd

Please sign in to comment.