Skip to content

Commit 74f1180

Browse files
authored
Fix JS run task (#78)
* Bump squads release * Fix JS run task * Bump version
1 parent 1f34339 commit 74f1180

File tree

15 files changed

+94
-57
lines changed

15 files changed

+94
-57
lines changed

solana-programs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.0.10 (2025-11-17)
7+
8+
**Note:** Version bump only for package solana-programs
9+
10+
11+
12+
13+
614
## 0.0.9 (2025-05-14)
715

816
**Note:** Version bump only for package solana-programs

solana-programs/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "0.0.9"
7+
"version": "0.0.10"
88
}

solana-programs/packages/cron-sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.0.10 (2025-11-17)
7+
8+
**Note:** Version bump only for package @helium/cron-sdk
9+
10+
11+
12+
13+
614
## 0.0.9 (2025-05-14)
715

816
**Note:** Version bump only for package @helium/cron-sdk

solana-programs/packages/cron-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"registry": "https://registry.npmjs.org/"
66
},
77
"license": "Apache-2.0",
8-
"version": "0.0.9",
8+
"version": "0.0.10",
99
"description": "Interface to the cron smart contract",
1010
"repository": {
1111
"type": "git",
@@ -33,8 +33,8 @@
3333
"dependencies": {
3434
"@coral-xyz/anchor": "^0.31.0",
3535
"@helium/anchor-resolvers": "^0.10.0-alpha.4",
36-
"@helium/tuktuk-idls": "^0.0.9",
37-
"@helium/tuktuk-sdk": "^0.0.9",
36+
"@helium/tuktuk-idls": "^0.0.10",
37+
"@helium/tuktuk-sdk": "^0.0.10",
3838
"js-sha256": "^0.11.0"
3939
},
4040
"devDependencies": {

solana-programs/packages/cron-sdk/yarn.deploy.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ __metadata:
9090
dependencies:
9191
"@coral-xyz/anchor": ^0.31.0
9292
"@helium/anchor-resolvers": ^0.10.0-alpha.4
93-
"@helium/tuktuk-idls": ^0.0.9
94-
"@helium/tuktuk-sdk": ^0.0.9
93+
"@helium/tuktuk-idls": ^0.0.10
94+
"@helium/tuktuk-sdk": ^0.0.10
9595
"@types/crypto-js": ^4.1.1
9696
git-format-staged: ^2.1.3
9797
js-sha256: ^0.11.0
@@ -101,7 +101,7 @@ __metadata:
101101
languageName: unknown
102102
linkType: soft
103103

104-
"@helium/tuktuk-idls@^0.0.9":
104+
"@helium/tuktuk-idls@^0.0.10":
105105
version: 0.0.0-use.local
106106
resolution: "@helium/tuktuk-idls@workspace:packages/tuktuk-idls"
107107
dependencies:
@@ -113,13 +113,13 @@ __metadata:
113113
languageName: unknown
114114
linkType: soft
115115

116-
"@helium/tuktuk-sdk@^0.0.9":
116+
"@helium/tuktuk-sdk@^0.0.10":
117117
version: 0.0.0-use.local
118118
resolution: "@helium/tuktuk-sdk@workspace:packages/tuktuk-sdk"
119119
dependencies:
120120
"@coral-xyz/anchor": ^0.31.0
121121
"@helium/anchor-resolvers": ^0.10.0-alpha.4
122-
"@helium/tuktuk-idls": ^0.0.9
122+
"@helium/tuktuk-idls": ^0.0.10
123123
"@types/crypto-js": ^4.1.1
124124
git-format-staged: ^2.1.3
125125
js-sha256: ^0.11.0

solana-programs/packages/remote-example-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.0.10 (2025-11-17)
7+
8+
**Note:** Version bump only for package @helium/faucet-service
9+
10+
11+
12+
13+
614
## 0.0.9 (2025-05-14)
715

816
**Note:** Version bump only for package @helium/faucet-service

solana-programs/packages/remote-example-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"registry": "https://registry.npmjs.org/"
77
},
88
"license": "Apache-2.0",
9-
"version": "0.0.9",
9+
"version": "0.0.10",
1010
"description": "Remote example server for Tuktuk",
1111
"repository": {
1212
"type": "git",
@@ -36,8 +36,8 @@
3636
"@coral-xyz/anchor": "^0.31.0",
3737
"@fastify/cors": "^8.1.1",
3838
"@helium/spl-utils": "^0.10.3",
39-
"@helium/tuktuk-idls": "^0.0.9",
40-
"@helium/tuktuk-sdk": "^0.0.9",
39+
"@helium/tuktuk-idls": "^0.0.10",
40+
"@helium/tuktuk-sdk": "^0.0.10",
4141
"@solana/spl-token": "^0.3.8",
4242
"@solana/web3.js": "^1.95.2",
4343
"bn.js": "^5.2.0",

solana-programs/packages/remote-example-server/yarn.deploy.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ __metadata:
169169
"@coral-xyz/anchor": ^0.31.0
170170
"@fastify/cors": ^8.1.1
171171
"@helium/spl-utils": ^0.10.3
172-
"@helium/tuktuk-idls": ^0.0.9
173-
"@helium/tuktuk-sdk": ^0.0.9
172+
"@helium/tuktuk-idls": ^0.0.10
173+
"@helium/tuktuk-sdk": ^0.0.10
174174
"@solana/spl-token": ^0.3.8
175175
"@solana/web3.js": ^1.95.2
176176
"@types/bn.js": ^5.1.1
@@ -205,7 +205,7 @@ __metadata:
205205
languageName: node
206206
linkType: hard
207207

208-
"@helium/tuktuk-idls@^0.0.9":
208+
"@helium/tuktuk-idls@^0.0.10":
209209
version: 0.0.0-use.local
210210
resolution: "@helium/tuktuk-idls@workspace:packages/tuktuk-idls"
211211
dependencies:
@@ -217,13 +217,13 @@ __metadata:
217217
languageName: unknown
218218
linkType: soft
219219

220-
"@helium/tuktuk-sdk@^0.0.9":
220+
"@helium/tuktuk-sdk@^0.0.10":
221221
version: 0.0.0-use.local
222222
resolution: "@helium/tuktuk-sdk@workspace:packages/tuktuk-sdk"
223223
dependencies:
224224
"@coral-xyz/anchor": ^0.31.0
225225
"@helium/anchor-resolvers": ^0.10.0-alpha.4
226-
"@helium/tuktuk-idls": ^0.0.9
226+
"@helium/tuktuk-idls": ^0.0.10
227227
"@types/crypto-js": ^4.1.1
228228
git-format-staged: ^2.1.3
229229
js-sha256: ^0.11.0

solana-programs/packages/tuktuk-idls/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.0.10 (2025-11-17)
7+
8+
**Note:** Version bump only for package @helium/tuktuk-idls
9+
10+
11+
12+
13+
614
## 0.0.9 (2025-05-14)
715

816
**Note:** Version bump only for package @helium/tuktuk-idls

solana-programs/packages/tuktuk-idls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helium/tuktuk-idls",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Exported idls",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)