Skip to content

Commit

Permalink
Update packages (#332)
Browse files Browse the repository at this point in the history
Few changes
  • Loading branch information
leonardocustodio authored Oct 9, 2023
1 parent 01f8a18 commit beadf14
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .github/auto_assign.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ coverage/
.history
.svn/
coverage.lcov
demo

# IntelliJ related
*.iml
Expand Down
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: polkadart
repository: https://github.com/rankanizer/polkadart
repository: https://github.com/leonardocustodio/polkadart

sdkPath: .fvm/flutter_sdk

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.1.1

- Publishing packages under polkadart.dev publisher

## 0.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
6 changes: 3 additions & 3 deletions packages/polkadart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: polkadart
description: Interfaces for interacting with Polkadot JsonRPC interface
version: 0.1.0
homepage: https://github.com/rankanizer/polkadart/tree/main/packages/polkadart
repository: https://github.com/rankanizer/polkadart
version: 0.1.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart
repository: https://github.com/leonardocustodio/polkadart

environment:
sdk: ">=3.0.1 <4.0.0"
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.1.1

- Publishing packages under polkadart.dev publisher

## 0.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
6 changes: 3 additions & 3 deletions packages/polkadart_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.1.0
homepage: https://github.com/rankanizer/polkadart/tree/main/packages/polkadart_cli
repository: https://github.com/rankanizer/polkadart
version: 0.1.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_cli
repository: https://github.com/leonardocustodio/polkadart

environment:
sdk: ">=3.0.1 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/polkadart_scale_codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- Publishing packages under polkadart.dev publisher

## 1.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
6 changes: 3 additions & 3 deletions packages/polkadart_scale_codec/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: polkadart_scale_codec
description: Implementation of the SCALE codec in Dart
version: 1.1.0
homepage: https://github.com/rankanizer/polkadart/tree/main/packages/polkadart_scale_codec
repository: https://github.com/rankanizer/polkadart
version: 1.1.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_scale_codec
repository: https://github.com/leonardocustodio/polkadart

environment:
sdk: ">=3.0.1 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/ss58/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- Publishing packages under polkadart.dev publisher

## 1.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
6 changes: 3 additions & 3 deletions packages/ss58/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ss58
description: Provides encoding and decoding methods for parsing substrate SS58 addresses.
version: 1.1.0
homepage: https://github.com/rankanizer/polkadart/tree/main/packages/ss58
repository: https://github.com/rankanizer/polkadart
version: 1.1.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/ss58
repository: https://github.com/leonardocustodio/polkadart

environment:
sdk: ">=3.0.1 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/substrate_bip39/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

- Publishing packages under polkadart.dev publisher

## 0.1.0

- Initial version.
6 changes: 3 additions & 3 deletions packages/substrate_bip39/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: substrate_bip39
description: Converting BIP39 entropy to valid Substrate SecretKeys.
version: 0.1.0
homepage: https://github.com/rankanizer/polkadart/tree/main/packages/substrate_bip39
repository: https://github.com/rankanizer/polkadart
version: 0.1.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/substrate_bip39
repository: https://github.com/leonardocustodio/polkadart

environment:
sdk: ">=3.0.1 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/substrate_metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- Publishing packages under polkadart.dev publisher

## 1.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
2 changes: 1 addition & 1 deletion 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.0
version: 1.1.1
homepage: https://github.com/rankanizer/polkadart/tree/main/packages/substrate_metadata
repository: https://github.com/rankanizer/polkadart

Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: polkadart_workspace
publish_to: none

environment:
sdk: ">=3.0.1 <4.0.0"
Expand Down

0 comments on commit beadf14

Please sign in to comment.