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 Apr 4, 2024
1 parent 568daa6 commit 9d27469
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.30.4

- **REFACTOR**: update lints.
- **REFACTOR**: update lint rules (#1320).
- **REFACTOR**: use DCM 1.14.0 (#1282).
- **FEAT**: add NonceAccount (#1367).
- **FEAT**: add Solana Pay Transaction Requests (#950).

## 0.30.3

- **FEAT**: export ComputeBudgetProgram.
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.3
version: 0.30.4
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.3
solana: ^0.30.4
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.3
solana: ^0.30.4
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.3
solana: ^0.30.4
solana_seed_vault:
path: ../

Expand Down

0 comments on commit 9d27469

Please sign in to comment.