Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 235fcd4

Browse files
author
Joe C
authored
token-group-js: bump (#6486)
1 parent a29fe9f commit 235fcd4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token-group/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana/spl-token-group",
33
"description": "SPL Token Group Interface JS API",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": "https://github.com/solana-labs/solana-program-library",
77
"license": "Apache-2.0",

token/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana/spl-token",
33
"description": "SPL Token Program JS API",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": "https://github.com/solana-labs/solana-program-library",
77
"license": "Apache-2.0",
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@solana/buffer-layout": "^4.0.0",
5858
"@solana/buffer-layout-utils": "^0.2.0",
59-
"@solana/spl-token-group": "^0.0.1",
59+
"@solana/spl-token-group": "^0.0.2",
6060
"@solana/spl-token-metadata": "^0.1.2",
6161
"buffer": "^6.0.3"
6262
},

0 commit comments

Comments
 (0)