Skip to content

Commit

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

- **FIX**: ReturnData parsing (#1568).
- **FIX**: ReturnData serialization (#1567).

## 0.31.0

- Removed deprecated methods
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.31.0
version: 0.31.0+1
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.31.0
solana: ^0.31.0+1
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.31.0
solana: ^0.31.0+1
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.31.0
solana: ^0.31.0+1
solana_seed_vault:
path: ../

Expand Down

0 comments on commit 5d29edd

Please sign in to comment.