Skip to content

Commit

Permalink
Bump ink_abi version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justkawal committed Jan 8, 2025
1 parent a647cbc commit ea375b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 3 additions & 1 deletion packages/ink_abi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.0.1
## 0.0.2
* Add CodecTypeInterfaces to support `ink_cli`

## 0.0.1
* Initial version if `ink_abi`
2 changes: 1 addition & 1 deletion packages/ink_abi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ink_abi
description: ink! abi encoder and decoder
version: 0.0.1
version: 0.0.2
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/ink_abi
repository: https://github.com/leonardocustodio/polkadart

Expand Down
6 changes: 1 addition & 5 deletions packages/ink_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ version: 0.0.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/ink_cli
repository: https://github.com/leonardocustodio/polkadart

# TODO: Remove after ink_abi is published
publish_to: none

environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
args: ^2.4.0 # BSD-3-Clause
console: ^4.1.0
crypto: ^3.0.6 # MIT
ink_abi:
path: ../ink_abi
ink_abi: ^0.0.1
path: ^1.8.3 # BSD-3-Clause
yaml: ^3.1.1 # MIT

Expand Down

0 comments on commit ea375b5

Please sign in to comment.