Skip to content

Commit

Permalink
Update pubspec.yaml (#384)
Browse files Browse the repository at this point in the history
* Update pubspec.yaml

* Update CHANGELOG.md

* Update pubspec.yaml

* Update CHANGELOG.md

* Update pubspec.yaml

* Update README.md
  • Loading branch information
leonardocustodio authored Dec 19, 2023
1 parent 5a946fb commit 16ff8a9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This repo is a monorepo for `polkadart` and related packages.
## Documentation and Tests

You can run all tests from the library by running `docker compose up`;
<!-- markdown-link-check-disable-next-line -->
Or if you have [Melos](https://melos.invertase.dev/~melos-latest/getting-started) installed globally you can run `melos test`.

## Contributors
Expand Down
4 changes: 4 additions & 0 deletions packages/polkadart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

- Generate storage key prefix methods

## 0.2.6

- Fixes issue with subscribeStorage
Expand Down
2 changes: 1 addition & 1 deletion packages/polkadart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkadart
description: Interfaces for interacting with Polkadot JSON RPC interface
version: 0.2.6
version: 0.3.0
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart
repository: https://github.com/leonardocustodio/polkadart

Expand Down
4 changes: 4 additions & 0 deletions packages/polkadart_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

- Generate storage key prefix methods

## 0.2.4

- Added method for getting a storage key
Expand Down
4 changes: 2 additions & 2 deletions packages/polkadart_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkadart_cli
description: polkadart_cli is a dart library that generates Dart type code from frame metadata. Generated code relies on Polkadart library.
version: 0.2.4
version: 0.3.0
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_cli
repository: https://github.com/leonardocustodio/polkadart

Expand All @@ -16,7 +16,7 @@ dependencies:
recase: ^4.1.0 # BSD-2-Clause
path: ^1.8.3 # BSD-3-Clause
yaml: ^3.1.1 # MIT
polkadart: ^0.2.0 # Apache 2.0
polkadart: ^0.3.0 # Apache 2.0

dev_dependencies:
lints: ^2.0.0
Expand Down

0 comments on commit 16ff8a9

Please sign in to comment.