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 Feb 7, 2024
1 parent 981357a commit 529f4ac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.30.3

- **FEAT**: export ComputeBudgetProgram.

## 0.30.2

- **FEAT**: add ComputeBudgetProgram (#1267).
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.2
version: 0.30.3
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.2
solana: ^0.30.3
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.2
solana: ^0.30.3
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.2
solana: ^0.30.3
solana_seed_vault:
path: ../

Expand Down

0 comments on commit 529f4ac

Please sign in to comment.