Explorar el Código

Version Packages (#218)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] hace 1 mes
padre
commit
8c953c4298

+ 0 - 5
.changeset/angry-comics-reflect.md

@@ -1,5 +0,0 @@
----
-"gill": minor
----
-
-add optional decimal places to `lamportsToSol` - from @GuiBibeau via https://github.com/gillsdk/gill/pull/208

+ 0 - 5
.changeset/beige-hornets-rest.md

@@ -1,5 +0,0 @@
----
-"gill": minor
----
-
-add `fetchTokenAccounts` function

+ 0 - 6
.changeset/cold-apes-work.md

@@ -1,6 +0,0 @@
----
-"gill": minor
-"@gillsdk/react": minor
----
-
-fix: update solana client race condition

+ 0 - 5
.changeset/curvy-news-speak.md

@@ -1,5 +0,0 @@
----
-"gill": patch
----
-
-Adds getSignatureFromBytes helper function

+ 0 - 5
.changeset/five-cups-cheat.md

@@ -1,5 +0,0 @@
----
-"@gillsdk/react": minor
----
-
-include wallet standard basics

+ 0 - 5
.changeset/itchy-dryers-laugh.md

@@ -1,5 +0,0 @@
----
-"@gillsdk/react": minor
----
-
-update `useProgramAccounts` hook by removing the base58 encodings

+ 0 - 6
.changeset/lazy-tools-smash.md

@@ -1,6 +0,0 @@
----
-"@gillsdk/react": patch
-"gill": patch
----
-
-updated token program imports from "gill/programs/token" to "gill/programs"

+ 0 - 5
.changeset/odd-books-develop.md

@@ -1,5 +0,0 @@
----
-"gill": patch
----
-
-Solves: Users no longer need to specify a transaction version; transactions are validated automatically.

+ 0 - 5
.changeset/rotten-berries-press.md

@@ -1,5 +0,0 @@
----
-"@gillsdk/react": minor
----
-
-update to esm over commonJS, including updating relative imports

+ 0 - 5
.changeset/sharp-readers-drive.md

@@ -1,5 +0,0 @@
----
-"@gillsdk/solana-pay": minor
----
-
-initialize the solana pay package

+ 0 - 5
.changeset/slow-ants-wash.md

@@ -1,5 +0,0 @@
----
-"gill": patch
----
-
-update kit imports to not use deprecated "I" symbols

+ 0 - 5
.changeset/thick-paws-sleep.md

@@ -1,5 +0,0 @@
----
-"@gillsdk/react": minor
----
-
-adds useMultipleAccounts hook

+ 0 - 5
.changeset/thirty-bugs-bake.md

@@ -1,5 +0,0 @@
----
-"@gillsdk/react": minor
----
-
-adds useSimulateTransaction hook

+ 0 - 5
.changeset/violet-brooms-shave.md

@@ -1,5 +0,0 @@
----
-"@gillsdk/react": patch
----
-
-fix(react): respect user-provided enabled field in hooks

+ 0 - 5
.changeset/wet-boats-talk.md

@@ -1,5 +0,0 @@
----
-"gill": minor
----
-
-added "base64 bytes to X" functions

+ 0 - 5
.changeset/wise-kangaroos-joke.md

@@ -1,5 +0,0 @@
----
-"@gillsdk/react": minor
----
-
-adds useTokenAccountBalance hook

+ 0 - 5
.changeset/yellow-zoos-juggle.md

@@ -1,5 +0,0 @@
----
-"gill": minor
----
-
-added `verifySignatureForAddress` function

+ 45 - 0
packages/gill/CHANGELOG.md

@@ -1,5 +1,50 @@
 # gill
 
+## 0.12.0
+
+### Minor Changes
+
+- [#219](https://github.com/gillsdk/gill/pull/219)
+  [`55e5628`](https://github.com/gillsdk/gill/commit/55e562846a0865c0c9773f638e5a48b35e89ed5b) Thanks
+  [@nickfrosty](https://github.com/nickfrosty)! - add optional decimal places to `lamportsToSol` - from @GuiBibeau via
+  https://github.com/gillsdk/gill/pull/208
+
+- [#193](https://github.com/gillsdk/gill/pull/193)
+  [`2efea9f`](https://github.com/gillsdk/gill/commit/2efea9fde46aca6c030c6bcc07ae2aee4f359ea8) Thanks
+  [@nickfrosty](https://github.com/nickfrosty)! - add `fetchTokenAccounts` function
+
+- [#267](https://github.com/gillsdk/gill/pull/267)
+  [`459e9a7`](https://github.com/gillsdk/gill/commit/459e9a778b1316374c7028144dd41cde0c5c2455) Thanks
+  [@tobeycodes](https://github.com/tobeycodes)! - fix: update solana client race condition
+
+- [#301](https://github.com/gillsdk/gill/pull/301)
+  [`54e2e96`](https://github.com/gillsdk/gill/commit/54e2e96f87192d36080ececfba0cc3b64c608485) Thanks
+  [@nickfrosty](https://github.com/nickfrosty)! - added "base64 bytes to X" functions
+
+- [#246](https://github.com/gillsdk/gill/pull/246)
+  [`8a50e71`](https://github.com/gillsdk/gill/commit/8a50e7151da1b1f270850b25127ac0a671fe6aa5) Thanks
+  [@nickfrosty](https://github.com/nickfrosty)! - added `verifySignatureForAddress` function
+
+### Patch Changes
+
+- [#222](https://github.com/gillsdk/gill/pull/222)
+  [`8849226`](https://github.com/gillsdk/gill/commit/8849226d153f9a2660796b829ad44b5e37bae1a0) Thanks
+  [@macalinao](https://github.com/macalinao)! - Adds getSignatureFromBytes helper function
+
+- [#264](https://github.com/gillsdk/gill/pull/264)
+  [`9c22897`](https://github.com/gillsdk/gill/commit/9c228971124c7e711cbbad15b7298fca5dec4c62) Thanks
+  [@nickfrosty](https://github.com/nickfrosty)! - updated token program imports from "gill/programs/token" to
+  "gill/programs"
+
+- [#257](https://github.com/gillsdk/gill/pull/257)
+  [`b94c6f4`](https://github.com/gillsdk/gill/commit/b94c6f4cf0f83bfea550b19580d930fbde908911) Thanks
+  [@zsh28](https://github.com/zsh28)! - Solves: Users no longer need to specify a transaction version; transactions are
+  validated automatically.
+
+- [#213](https://github.com/gillsdk/gill/pull/213)
+  [`ee23f2a`](https://github.com/gillsdk/gill/commit/ee23f2a3fbabd31c3ca040e7def970aa552afdf9) Thanks
+  [@Kym0211](https://github.com/Kym0211)! - update kit imports to not use deprecated "I" symbols
+
 ## 0.11.0
 
 ### Minor Changes

+ 1 - 1
packages/gill/package.json

@@ -1,7 +1,7 @@
 {
   "name": "gill",
   "license": "MIT",
-  "version": "0.11.0",
+  "version": "0.12.0",
   "description": "a modern javascript/typescript client library for interacting with the Solana blockchain",
   "scripts": {
     "clean": "rimraf coverage dist build node_modules .turbo .docs",

+ 54 - 0
packages/react/CHANGELOG.md

@@ -1,5 +1,59 @@
 # @gillsdk/react
 
+## 0.6.0
+
+### Minor Changes
+
+- [#267](https://github.com/gillsdk/gill/pull/267)
+  [`459e9a7`](https://github.com/gillsdk/gill/commit/459e9a778b1316374c7028144dd41cde0c5c2455) Thanks
+  [@tobeycodes](https://github.com/tobeycodes)! - fix: update solana client race condition
+
+- [#270](https://github.com/gillsdk/gill/pull/270)
+  [`91a3ac2`](https://github.com/gillsdk/gill/commit/91a3ac24d2b79f9d22e7a2b3df88cbd2a8465063) Thanks
+  [@nickfrosty](https://github.com/nickfrosty)! - include wallet standard basics
+
+- [#228](https://github.com/gillsdk/gill/pull/228)
+  [`83bba6a`](https://github.com/gillsdk/gill/commit/83bba6a3643c5eb719f5018917308fd8dad6e540) Thanks
+  [@JkrishnaD](https://github.com/JkrishnaD)! - update `useProgramAccounts` hook by removing the base58 encodings
+
+- [#271](https://github.com/gillsdk/gill/pull/271)
+  [`4f69014`](https://github.com/gillsdk/gill/commit/4f69014f182c7ea0a2d21d9b73e95acf704da8f1) Thanks
+  [@nickfrosty](https://github.com/nickfrosty)! - update to esm over commonJS, including updating relative imports
+
+- [#180](https://github.com/gillsdk/gill/pull/180)
+  [`6ddaef9`](https://github.com/gillsdk/gill/commit/6ddaef9e530325678aa0c81a52661d003bf4a518) Thanks
+  [@kirtiraj22](https://github.com/kirtiraj22)! - adds useMultipleAccounts hook
+
+- [#174](https://github.com/gillsdk/gill/pull/174)
+  [`d59e1fd`](https://github.com/gillsdk/gill/commit/d59e1fdc05a194f286c142bb8b9495432a7649fd) Thanks
+  [@pratikbuilds](https://github.com/pratikbuilds)! - adds useSimulateTransaction hook
+
+- [#176](https://github.com/gillsdk/gill/pull/176)
+  [`34a0ac9`](https://github.com/gillsdk/gill/commit/34a0ac9d74e84b1a1bd0348daad3abae2e1f2a93) Thanks
+  [@pratikbuilds](https://github.com/pratikbuilds)! - adds useTokenAccountBalance hook
+
+### Patch Changes
+
+- [#264](https://github.com/gillsdk/gill/pull/264)
+  [`9c22897`](https://github.com/gillsdk/gill/commit/9c228971124c7e711cbbad15b7298fca5dec4c62) Thanks
+  [@nickfrosty](https://github.com/nickfrosty)! - updated token program imports from "gill/programs/token" to
+  "gill/programs"
+
+- [#233](https://github.com/gillsdk/gill/pull/233)
+  [`0474578`](https://github.com/gillsdk/gill/commit/04745787a188baa1395cd1a6cc4ff07b98b305d7) Thanks
+  [@vict0rcarvalh0](https://github.com/vict0rcarvalh0)! - fix(react): respect user-provided enabled field in hooks
+
+- Updated dependencies [[`55e5628`](https://github.com/gillsdk/gill/commit/55e562846a0865c0c9773f638e5a48b35e89ed5b),
+  [`2efea9f`](https://github.com/gillsdk/gill/commit/2efea9fde46aca6c030c6bcc07ae2aee4f359ea8),
+  [`459e9a7`](https://github.com/gillsdk/gill/commit/459e9a778b1316374c7028144dd41cde0c5c2455),
+  [`8849226`](https://github.com/gillsdk/gill/commit/8849226d153f9a2660796b829ad44b5e37bae1a0),
+  [`9c22897`](https://github.com/gillsdk/gill/commit/9c228971124c7e711cbbad15b7298fca5dec4c62),
+  [`b94c6f4`](https://github.com/gillsdk/gill/commit/b94c6f4cf0f83bfea550b19580d930fbde908911),
+  [`ee23f2a`](https://github.com/gillsdk/gill/commit/ee23f2a3fbabd31c3ca040e7def970aa552afdf9),
+  [`54e2e96`](https://github.com/gillsdk/gill/commit/54e2e96f87192d36080ececfba0cc3b64c608485),
+  [`8a50e71`](https://github.com/gillsdk/gill/commit/8a50e7151da1b1f270850b25127ac0a671fe6aa5)]:
+  - gill@0.12.0
+
 ## 0.5.1
 
 ### Patch Changes

+ 1 - 1
packages/react/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@gillsdk/react",
   "license": "MIT",
-  "version": "0.5.1",
+  "version": "0.6.0",
   "type": "module",
   "description": "a Solana hooks library for React, built on top of gill - the modern JavaScript/TypeScript library for Solana",
   "scripts": {

+ 22 - 0
packages/solana-pay/CHANGELOG.md

@@ -0,0 +1,22 @@
+# @gillsdk/solana-pay
+
+## 0.6.0
+
+### Minor Changes
+
+- [#300](https://github.com/gillsdk/gill/pull/300)
+  [`fe74a49`](https://github.com/gillsdk/gill/commit/fe74a49fc2dfe7d623f04c4aca6fdad026cc835a) Thanks
+  [@nickfrosty](https://github.com/nickfrosty)! - initialize the solana pay package
+
+### Patch Changes
+
+- Updated dependencies [[`55e5628`](https://github.com/gillsdk/gill/commit/55e562846a0865c0c9773f638e5a48b35e89ed5b),
+  [`2efea9f`](https://github.com/gillsdk/gill/commit/2efea9fde46aca6c030c6bcc07ae2aee4f359ea8),
+  [`459e9a7`](https://github.com/gillsdk/gill/commit/459e9a778b1316374c7028144dd41cde0c5c2455),
+  [`8849226`](https://github.com/gillsdk/gill/commit/8849226d153f9a2660796b829ad44b5e37bae1a0),
+  [`9c22897`](https://github.com/gillsdk/gill/commit/9c228971124c7e711cbbad15b7298fca5dec4c62),
+  [`b94c6f4`](https://github.com/gillsdk/gill/commit/b94c6f4cf0f83bfea550b19580d930fbde908911),
+  [`ee23f2a`](https://github.com/gillsdk/gill/commit/ee23f2a3fbabd31c3ca040e7def970aa552afdf9),
+  [`54e2e96`](https://github.com/gillsdk/gill/commit/54e2e96f87192d36080ececfba0cc3b64c608485),
+  [`8a50e71`](https://github.com/gillsdk/gill/commit/8a50e7151da1b1f270850b25127ac0a671fe6aa5)]:
+  - gill@0.12.0

+ 1 - 1
packages/solana-pay/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@gillsdk/solana-pay",
   "license": "MIT",
-  "version": "0.0.0",
+  "version": "0.6.0",
   "description": "modern Solana Pay protocol client library, built on top of gill",
   "scripts": {
     "clean": "rimraf coverage dist build node_modules .turbo",