Skip to content

Commit

Permalink
Update cli & keyring (#393)
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 pubspec.yaml

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
leonardocustodio authored Jan 13, 2024
1 parent 3330917 commit 9065a30
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 42 deletions.
37 changes: 1 addition & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-05-07

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`polkadart` - `v0.1.0`](#polkadart---v010)
- [`polkadart_cli` - `v0.1.0`](#polkadart_cli---v010)
- [`polkadart_scale_codec` - `v1.1.0`](#polkadart_scale_codec---v110)
- [`ss58` - `v1.1.0`](#ss58---v110)
- [`substrate_metadata` - `v1.1.0`](#substrate_metadata---v110)

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

- `polkadart` - `v0.1.0`
- `polkadart_cli` - `v0.1.0`
- `polkadart_scale_codec` - `v1.1.0`
- `ss58` - `v1.1.0`
- `substrate_metadata` - `v1.1.0`

---

#### `polkadart` - `v0.1.0`

#### `polkadart_cli` - `v0.1.0`

#### `polkadart_scale_codec` - `v1.1.0`

#### `ss58` - `v1.1.0`

#### `substrate_metadata` - `v1.1.0`

To be done when all packages reaches their first stable version.
4 changes: 2 additions & 2 deletions examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
convert: ^3.1.1
polkadart: ^0.2.0
polkadart_cli: ^0.3.0
polkadart_keyring: ^0.2.1
polkadart_keyring: ^0.3.0
polkadart_scale_codec: ^1.1.2
ss58: ^1.1.2
substrate_bip39: ^0.2.0
Expand All @@ -27,4 +27,4 @@ dev_dependencies:
polkadart:
output_dir: lib/generated
chains:
polkadot: wss://rpc.polkadot.io
polkadot: wss://rpc.polkadot.io
3 changes: 3 additions & 0 deletions packages/polkadart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.1
- Bump polkadart_keyring version

## 0.3.0

- Generate storage key prefix methods
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0
version: 0.3.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart
repository: https://github.com/leonardocustodio/polkadart

Expand All @@ -18,7 +18,7 @@ dependencies:
polkadart_scale_codec: ^1.1.2 # Apache 2.0
substrate_metadata: ^1.1.2 # Apache 2.0
hashlib_codecs: ^2.2.0 # BSD-3-Clause
polkadart_keyring: ^0.2.1
polkadart_keyring: ^0.3.0

dev_dependencies:
lints: ^2.0.0
Expand Down
3 changes: 3 additions & 0 deletions packages/polkadart_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.1
- Fixes issues with generating extrinsics called 'call'

## 0.3.0

- Generate storage key prefix methods
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0
version: 0.3.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_cli
repository: https://github.com/leonardocustodio/polkadart

Expand Down
3 changes: 3 additions & 0 deletions packages/polkadart_keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.0
- Adds sr25519 support

## 0.2.1

- Fixed wrong dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/polkadart_keyring/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkadart_keyring
description: Substrate Keyring.
version: 0.2.1
version: 0.3.0
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_keyring
repository: https://github.com/leonardocustodio/polkadart
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
Expand Down

0 comments on commit 9065a30

Please sign in to comment.