Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ookami-kb committed Sep 2, 2024
1 parent ae92c4c commit 7c8cd92
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions packages/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.31.0

- Removed deprecated methods

- **REFACTOR**: migrate to Flutter 3.19 (#1393).
- **REFACTOR**: update linter (#1392).
- **FIX**: Solana v.2 tests (#1554).
- **FEAT**: initial Token2022 support (#1512).
- **FEAT**: add ignoreSignerVerification on processSolanaPayTransactionRequest (#1448).

## 0.30.4

- **REFACTOR**: update lints.
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: solana
version: 0.30.4
version: 0.31.0
repository: https://github.com/espresso-cash/espresso-cash-public
description: >-
Dart implementation of Solana JSON RPC API client.
Expand Down
2 changes: 1 addition & 1 deletion packages/solana_mobile_client/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
sdk: flutter
flutter_bloc: ^8.0.1
freezed_annotation: ^2.1.0
solana: ^0.30.4
solana: ^0.31.0
solana_mobile_client:
path: ../

Expand Down
2 changes: 1 addition & 1 deletion packages/solana_mobile_wallet/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
flutter_bloc: ^8.0.1
freezed_annotation: ^2.1.0
shared_preferences: ^2.0.15
solana: ^0.30.4
solana: ^0.31.0
solana_mobile_wallet:
path: ../

Expand Down
2 changes: 1 addition & 1 deletion packages/solana_seed_vault/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
flutter_bloc: ^8.1.1
freezed_annotation: ^2.2.0
provider: ^6.0.5
solana: ^0.30.4
solana: ^0.31.0
solana_seed_vault:
path: ../

Expand Down

0 comments on commit 7c8cd92

Please sign in to comment.