Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gold-chicken-rhyme.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @gillsdk/react

## 0.8.0

## 0.7.0

## 0.6.2
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gillsdk/react",
"license": "MIT",
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"description": "a Solana hooks library for React, built on top of gill - the modern JavaScript/TypeScript library for Solana",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/solana-pay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gillsdk/solana-pay

## 0.8.0

### Minor Changes

- [#347](https://github.com/gillsdk/gill/pull/347)
[`c4430e5`](https://github.com/gillsdk/gill/commit/c4430e5caf6f3ed462779af2a69b815e9e2707cc) Thanks
[@nickfrosty](https://github.com/nickfrosty)! - made explicit types for parsed and non parsed solana pay transaction
request response

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solana-pay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gillsdk/solana-pay",
"license": "MIT",
"version": "0.7.0",
"version": "0.8.0",
"description": "modern Solana Pay protocol client library, built on top of gill",
"scripts": {
"clean": "rimraf coverage dist build node_modules .turbo",
Expand Down