Skip to content

Commit

Permalink
Version Packages (#26)
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 17, 2025
1 parent c489242 commit 2c573b2
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-mugs-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-pens-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-chicken-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-ants-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-poems-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-pigs-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-dots-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-pans-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-sheep-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-impalas-sleep.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- [#30](https://github.com/solana-foundation/gill/pull/30)
[`446a9d1`](https://github.com/solana-foundation/gill/commit/446a9d1a4ce1a74ce7e9d25865166bc1c08699a5)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added create token helpers

- [#34](https://github.com/solana-foundation/gill/pull/34)
[`dc635bb`](https://github.com/solana-foundation/gill/commit/dc635bb83a930ff12aea22ab2b81a2c5fd1476e7)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - removed token client but keep the program
address

- [#27](https://github.com/solana-foundation/gill/pull/27)
[`93674ab`](https://github.com/solana-foundation/gill/commit/93674ab32c9b25baccf7293775e84c0253130419)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added genesis hash constant and to moniker
function

- [#25](https://github.com/solana-foundation/gill/pull/25)
[`a7c3ee4`](https://github.com/solana-foundation/gill/commit/a7c3ee44dfb4b0a97dcf71ae9f47d82b69da706e)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - add the address lookup table program as a
reexport

- [#29](https://github.com/solana-foundation/gill/pull/29)
[`94c1210`](https://github.com/solana-foundation/gill/commit/94c12107ca22d07c1ffb59879c81a0027ebf10de)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added client for Metaplex's Token Metadata
program

- [#33](https://github.com/solana-foundation/gill/pull/33)
[`be3110d`](https://github.com/solana-foundation/gill/commit/be3110d21652f3d31e238a55962a872f65f63faf)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added mint token functions

### Patch Changes

- [#35](https://github.com/solana-foundation/gill/pull/35)
[`a1e342a`](https://github.com/solana-foundation/gill/commit/a1e342adfcd556ea6d51b8e345a19317a217d775)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - refactor common type and use `feePayer` vs
`payer` for consistency

- [#28](https://github.com/solana-foundation/gill/pull/28)
[`e28620c`](https://github.com/solana-foundation/gill/commit/e28620c075206c0df29e29406c3eaec2eb4008d2)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - allow `getExplorerLink` to return the base
transaction url for each cluster

- [#37](https://github.com/solana-foundation/gill/pull/37)
[`c489242`](https://github.com/solana-foundation/gill/commit/c489242ac71327fb70b08a83590a43e90daf5558)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - document transaction builders in the readme

- [#32](https://github.com/solana-foundation/gill/pull/32)
[`7bf0137`](https://github.com/solana-foundation/gill/commit/7bf0137159e503c42241bc1ce7d25b30a240f726)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - fix prepareTransaction to correct return
type to always have a blockhash

## 0.2.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.2.0",
"version": "0.3.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 2c573b2

Please sign in to comment.