Skip to content

Commit 2dbec4a

Browse files
committed
Release v0.2.0
1 parent 1849a68 commit 2dbec4a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gokiprotocol/client",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"repository": "https://github.com/GokiProtocol/goki.git",
@@ -65,15 +65,15 @@
6565
"@saberhq/solana-contrib": "^1.3.15",
6666
"@saberhq/token-utils": "^1.3.15",
6767
"@solana/web3.js": "^1.29.2",
68-
"bn.js": "*"
68+
"bn.js": "^5"
6969
},
7070
"files": [
7171
"dist/",
7272
"src/"
7373
],
7474
"lint-staged": {
7575
"*.{ts,tsx}": "eslint --fix --cache",
76-
"*.{css,md,json,webmanifest,yml,yaml,js,jsx,html}": "prettier --write"
76+
"*.{css,md,json,webmanifest,yml,yaml,js,jsx,html,yml,yaml}": "prettier --write"
7777
},
7878
"packageManager": "yarn@3.0.2",
7979
"dependenciesMeta": {

programs/smart-wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smart-wallet"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "Multisig Solana wallet with Timelock capabilities"
55
homepage = "https://goki.so"
66
repository = "https://github.com/GokiProtocol/goki"

programs/token-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "token-signer"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "Sign transactions by owning a token"
55
homepage = "https://goki.so"
66
repository = "https://github.com/GokiProtocol/goki"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ __metadata:
132132
"@saberhq/solana-contrib": ^1.3.15
133133
"@saberhq/token-utils": ^1.3.15
134134
"@solana/web3.js": ^1.29.2
135-
bn.js: "*"
135+
bn.js: ^5
136136
dependenciesMeta:
137137
crypto-hash@1.3.0:
138138
unplugged: true

0 commit comments

Comments
 (0)