Skip to content

Commit

Permalink
Version Packages (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 23, 2025
1 parent 9ae5ee8 commit 31edbf2
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-hornets-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-mayflies-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-cooks-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-spies-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-buttons-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-tools-applaud.md

This file was deleted.

35 changes: 35 additions & 0 deletions packages/gill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# gill

## 0.4.0

### Minor Changes

- [#40](https://github.com/solana-foundation/gill/pull/40)
[`9ae5ee8`](https://github.com/solana-foundation/gill/commit/9ae5ee8c3549c15df5c71a072bd9686b55afeb1a)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added transfer token
transaction/instruction builders

- [#43](https://github.com/solana-foundation/gill/pull/43)
[`b9491e4`](https://github.com/solana-foundation/gill/commit/b9491e43ed0841c08b6de0d37a3e06df8161ce46)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added transactionToBase64WithSigners to
sign and base64 encode

- [#44](https://github.com/solana-foundation/gill/pull/44)
[`e18fc1b`](https://github.com/solana-foundation/gill/commit/e18fc1bf78b68eff089f61e93444f222f5374b90)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added functions for generating extractable
keypairs, saving keypairs to files, and loading/saving keypairs to env variables

### Patch Changes

- [#42](https://github.com/solana-foundation/gill/pull/42)
[`7a220bc`](https://github.com/solana-foundation/gill/commit/7a220bc67c6987e30105f3bdab24ff86ee6328ee)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - fix createSolanaClient to accept port
numbers and set the localnet port

- [#49](https://github.com/solana-foundation/gill/pull/49)
[`64d138a`](https://github.com/solana-foundation/gill/commit/64d138a03e3c09b340c54273455b44ae582ff0c6)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - vendor in spl memo

- [#48](https://github.com/solana-foundation/gill/pull/48)
[`18a8eec`](https://github.com/solana-foundation/gill/commit/18a8eecba39d4c133e90c90905a5bb87f4eb7ba9)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - fix create token instructions to correctly
handle desired token program

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gill",
"version": "0.3.0",
"version": "0.4.0",
"description": "a modern javascript/typescript client library for interacting with the Solana blockchain",
"scripts": {
"clean": "rimraf dist build node_modules .turbo",
Expand Down

0 comments on commit 31edbf2

Please sign in to comment.