Skip to content

Commit b4dc57e

Browse files
committed
Bump patch version
1 parent 81fdc67 commit b4dc57e

File tree

10 files changed

+50
-10
lines changed

10 files changed

+50
-10
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.9 (2025-05-14)
7+
8+
**Note:** Version bump only for package solana-programs
9+
10+
11+
12+
13+
614
## 0.0.8 (2025-03-28)
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.8"
7+
"version": "0.0.9"
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.9 (2025-05-14)
7+
8+
**Note:** Version bump only for package @helium/cron-sdk
9+
10+
11+
12+
13+
614
## 0.0.8 (2025-03-28)
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.8",
8+
"version": "0.0.9",
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.8",
37-
"@helium/tuktuk-sdk": "^0.0.8",
36+
"@helium/tuktuk-idls": "^0.0.9",
37+
"@helium/tuktuk-sdk": "^0.0.9",
3838
"js-sha256": "^0.11.0"
3939
},
4040
"devDependencies": {

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.9 (2025-05-14)
7+
8+
**Note:** Version bump only for package @helium/faucet-service
9+
10+
11+
12+
13+
614
## 0.0.8 (2025-03-28)
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.8",
9+
"version": "0.0.9",
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.8",
40-
"@helium/tuktuk-sdk": "^0.0.8",
39+
"@helium/tuktuk-idls": "^0.0.9",
40+
"@helium/tuktuk-sdk": "^0.0.9",
4141
"@solana/spl-token": "^0.3.8",
4242
"@solana/web3.js": "^1.95.2",
4343
"bn.js": "^5.2.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.9 (2025-05-14)
7+
8+
**Note:** Version bump only for package @helium/tuktuk-idls
9+
10+
11+
12+
13+
614
## 0.0.8 (2025-03-28)
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.8",
3+
"version": "0.0.9",
44
"description": "Exported idls",
55
"publishConfig": {
66
"access": "public",

solana-programs/packages/tuktuk-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.9 (2025-05-14)
7+
8+
**Note:** Version bump only for package @helium/tuktuk-sdk
9+
10+
11+
12+
13+
614
## 0.0.8 (2025-03-28)
715

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

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

Lines changed: 2 additions & 2 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.8",
8+
"version": "0.0.9",
99
"description": "Interface to the tuktuk smart contract",
1010
"repository": {
1111
"type": "git",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@coral-xyz/anchor": "^0.31.0",
3535
"@helium/anchor-resolvers": "^0.10.0-alpha.4",
36-
"@helium/tuktuk-idls": "^0.0.8",
36+
"@helium/tuktuk-idls": "^0.0.9",
3737
"js-sha256": "^0.11.0"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)