Skip to content

Commit

Permalink
Version Packages (#9)
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 Jan 29, 2025
1 parent fbd7bcf commit 283efce
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-poems-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-carrots-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-lemons-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-weeks-begin.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#10](https://github.com/nickfrosty/gill/pull/10)
[`0c03cb8`](https://github.com/nickfrosty/gill/commit/0c03cb8ce794a2a79d2eee7a56d98caa3007fc8a)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added a `getMinimumBalanceForRentExemption`
function that does not make an rpc call

### Patch Changes

- [#7](https://github.com/nickfrosty/gill/pull/7)
[`d3e7220`](https://github.com/nickfrosty/gill/commit/d3e7220c8f7d23cc2bc1e583887ef45ef621134e)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - make the `latestBlockhash` in
`createTransaction` optional

- [#8](https://github.com/nickfrosty/gill/pull/8)
[`5de7acb`](https://github.com/nickfrosty/gill/commit/5de7acbc7500fe76d2592b1f989f156f477e85f5)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added readme

- [`acf3df9`](https://github.com/nickfrosty/gill/commit/acf3df98c49cbc82af2a4655a9979f1bc4471c9e)
Thanks [@nickfrosty](https://github.com/nickfrosty)! - added tests for createTransaction

## 0.0.4

### Patch 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.0.4",
"version": "0.1.0",
"description": "",
"scripts": {
"compile:js": "tsup --config ./tsup.config.package.ts",
Expand Down

0 comments on commit 283efce

Please sign in to comment.