-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump versions * update publish script * ica client specify version * specify version of cosmos-sdk-proto * update publish script * revert clone testing load
- Loading branch information
1 parent
6d9cebe
commit ddd18f8
Showing
22 changed files
with
191 additions
and
123 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ members = [ | |
resolver = "2" | ||
|
||
[workspace.package] | ||
version = "0.24.0" | ||
version = "0.24.1-beta.1" | ||
authors = [ | ||
"CyberHoward <[email protected]>", | ||
"Riada <[email protected]>", | ||
|
@@ -80,15 +80,15 @@ ibc-host = { package = "abstract-ibc-host", path = "contracts/native/ibc-host" } | |
|
||
abstract-account = { path = "contracts/account", default-features = false } | ||
|
||
abstract-ica = { path = "packages/abstract-ica" } | ||
abstract-sdk = { version = "0.24.0", path = "packages/abstract-sdk" } | ||
abstract-testing = { version = "0.24.0", path = "packages/abstract-testing" } | ||
abstract-std = { version = "0.24.0", path = "packages/abstract-std" } | ||
abstract-ica = { version = "0.24.1-beta.1", path = "packages/abstract-ica" } | ||
abstract-sdk = { version = "0.24.1-beta.1", path = "packages/abstract-sdk" } | ||
abstract-testing = { version = "0.24.1-beta.1", path = "packages/abstract-testing" } | ||
abstract-std = { version = "0.24.1-beta.1", path = "packages/abstract-std" } | ||
|
||
# These should remain fixed and don't need to be re-published (unless changes are made) | ||
abstract-macros = { version = "0.24.0", path = "packages/abstract-macros" } | ||
abstract-macros = { version = "0.24.1-beta.1", path = "packages/abstract-macros" } | ||
|
||
abstract-adapter-utils = { version = "0.24.0", path = "packages/standards/utils" } | ||
abstract-adapter-utils = { version = "0.24.1-beta.1", path = "packages/standards/utils" } | ||
abstract-dex-standard = { path = "packages/standards/dex" } | ||
abstract-staking-standard = { path = "packages/standards/staking" } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.