Skip to content

Commit

Permalink
chore: update release plz and version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Jan 23, 2025
1 parent 804c962 commit 9b1fa5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Changes:
"""

[[package]]
name = "example"
name = "stellar-example"
release = false # don't process this package

[changelog]
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stellar-axelar-gas-service = { version = "^0.1.0", path = "contracts/stellar-axe
stellar-axelar-gateway = { version = "^0.1.0", path = "contracts/stellar-axelar-gateway" }
stellar-axelar-operators = { version = "^0.1.0", path = "contracts/stellar-axelar-operators" }
stellar-axelar-std = { version = "^0.1.0", path = "packages/stellar-axelar-std", features = ["derive"] }
stellar-axelar-std-derive = { version = "^0.1.0", path = "packages/stellar-axelar-std-derive" }
stellar-axelar-std-derive = { version = "^0.1.1", path = "packages/stellar-axelar-std-derive" }
stellar-example = { version = "^0.1.0", path = "contracts/stellar-example" }
stellar-interchain-token = { version = "^0.1.0", path = "contracts/stellar-interchain-token" }
stellar-interchain-token-service = { version = "^0.1.0", path = "contracts/stellar-interchain-token-service" }
Expand Down
2 changes: 1 addition & 1 deletion packages/stellar-axelar-std-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-axelar-std-derive"
version = "0.1.0"
version = "0.1.1"
edition = { workspace = true }
description = "Proc macros for Axelar contracts."
license = "MIT"
Expand Down

0 comments on commit 9b1fa5b

Please sign in to comment.