Skip to content

Commit

Permalink
Bump package versions (#423)
Browse files Browse the repository at this point in the history
* Bump package versions

* Update CHANGELOG.md

* Update pubspec.yaml

* Update CHANGELOG.md

* Update pubspec.yaml

* Update CHANGELOG.md

* Update pubspec.yaml

* Update CHANGELOG.md
  • Loading branch information
leonardocustodio authored Feb 21, 2024
1 parent 4b6dd7e commit 3c90a9e
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 10 deletions.
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.4.0
- Adds support for custom signed extensions and multisig accounts

## 0.3.2
- Fixes issue with AssetHub extrinsics

Expand Down
8 changes: 4 additions & 4 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.2
version: 0.4.0
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart
repository: https://github.com/leonardocustodio/polkadart

Expand All @@ -12,10 +12,10 @@ dependencies:
http: ^1.1.0 # BSD-3-Clause
pointycastle: ^3.6.2 # MIT
web_socket_channel: ^2.3.0 # BSD-3-Clause
polkadart_scale_codec: ^1.1.2 # Apache 2.0
substrate_metadata: ^1.1.2 # Apache 2.0
polkadart_scale_codec: ^1.2.0 # Apache 2.0
substrate_metadata: ^1.2.0 # Apache 2.0
hashlib_codecs: ^2.2.0 # BSD-3-Clause
polkadart_keyring: ^0.3.0
polkadart_keyring: ^0.4.0
ss58: ^1.1.2

dev_dependencies:
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.4.0
- Adds support for multisig account

## 0.3.2
- Fixes readme version

Expand Down
4 changes: 2 additions & 2 deletions 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.3.2
version: 0.4.0
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_keyring
repository: https://github.com/leonardocustodio/polkadart

Expand All @@ -18,7 +18,7 @@ dependencies:
convert: ^3.1.1
sr25519: ^0.1.0
collection: ^1.18.0
polkadart_scale_codec: ^1.1.2
polkadart_scale_codec: ^1.2.0

dev_dependencies:
lints: ^2.0.0
Expand Down
3 changes: 3 additions & 0 deletions packages/polkadart_scale_codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.0
- Adds support for custom signed extensions

## 1.1.2

- License update
Expand Down
2 changes: 1 addition & 1 deletion packages/polkadart_scale_codec/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkadart_scale_codec
description: Implementation of the SCALE codec in Dart
version: 1.1.2
version: 1.2.0
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_scale_codec
repository: https://github.com/leonardocustodio/polkadart

Expand Down
5 changes: 4 additions & 1 deletion packages/substrate_metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.0
- Adds support for custom signed extensions

## 1.1.2

- License update
Expand All @@ -18,4 +21,4 @@
## [1.0.0] - 2022-09-21

### First Version
- First Initialized Version
- First Initialized Version
4 changes: 2 additions & 2 deletions packages/substrate_metadata/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: substrate_metadata
description: Metadata types for Substrate runtimes
version: 1.1.2
version: 1.2.0
homepage: https://github.com/rankanizer/polkadart/tree/main/packages/substrate_metadata
repository: https://github.com/rankanizer/polkadart

Expand All @@ -11,7 +11,7 @@ dependencies:
equatable: ^2.0.5
json_schema2: ^2.0.2+9 # MIT
pointycastle: ^3.6.2 # BSD-3-Clause
polkadart_scale_codec: ^1.1.2
polkadart_scale_codec: ^1.2.0
utility: ^1.0.3

dev_dependencies:
Expand Down

0 comments on commit 3c90a9e

Please sign in to comment.