Skip to content

Commit 95388c3

Browse files
committed
Bump version
1 parent 77848bf commit 95388c3

File tree

125 files changed

+1715
-1332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+1715
-1332
lines changed

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.10.12](https://github.com/helium/helium-program-library/compare/v0.10.11...v0.10.12) (2025-05-05)
7+
8+
**Note:** Version bump only for package helium-program-library
9+
10+
11+
12+
13+
614
## [0.10.11](https://github.com/helium/helium-program-library/compare/v0.10.10...v0.10.11) (2025-04-30)
715

816
**Note:** Version bump only for package helium-program-library

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.10.11"
7+
"version": "0.10.12"
88
}

packages/account-fetch-cache-hooks/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.10.12](https://github.com/helium/helium-program-libary/compare/v0.10.11...v0.10.12) (2025-05-05)
7+
8+
**Note:** Version bump only for package @helium/account-fetch-cache-hooks
9+
10+
11+
12+
13+
614
## [0.10.11](https://github.com/helium/helium-program-libary/compare/v0.10.10...v0.10.11) (2025-04-30)
715

816
**Note:** Version bump only for package @helium/account-fetch-cache-hooks

packages/account-fetch-cache-hooks/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.10.11",
8+
"version": "0.10.12",
99
"description": "React hooks and context for account-fetch-cache",
1010
"repository": {
1111
"type": "git",
@@ -31,7 +31,7 @@
3131
"prebuild": "npm run clean && npm run package"
3232
},
3333
"dependencies": {
34-
"@helium/account-fetch-cache": "^0.10.11",
34+
"@helium/account-fetch-cache": "^0.10.12",
3535
"@solana/web3.js": "^1.91.1",
3636
"react-async-hook": "^4.0.0"
3737
},

packages/account-fetch-cache-hooks/yarn.deploy.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ __metadata:
1818
version: 0.0.0-use.local
1919
resolution: "@helium/account-fetch-cache-hooks@workspace:."
2020
dependencies:
21-
"@helium/account-fetch-cache": ^0.10.11
21+
"@helium/account-fetch-cache": ^0.10.12
2222
"@solana/web3.js": ^1.91.1
2323
git-format-staged: ^2.1.3
2424
react-async-hook: ^4.0.0
@@ -30,7 +30,7 @@ __metadata:
3030
languageName: unknown
3131
linkType: soft
3232

33-
"@helium/account-fetch-cache@^0.10.11":
33+
"@helium/account-fetch-cache@^0.10.12":
3434
version: 0.0.0-use.local
3535
resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache"
3636
dependencies:

packages/account-fetch-cache/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.10.12](https://github.com/helium/helium-program-library/compare/v0.10.11...v0.10.12) (2025-05-05)
7+
8+
**Note:** Version bump only for package @helium/account-fetch-cache
9+
10+
11+
12+
13+
614
## [0.10.11](https://github.com/helium/helium-program-library/compare/v0.10.10...v0.10.11) (2025-04-30)
715

816
**Note:** Version bump only for package @helium/account-fetch-cache

packages/account-fetch-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helium/account-fetch-cache",
3-
"version": "0.10.11",
3+
"version": "0.10.12",
44
"description": "Solana account fetch cache to eliminate reduntant fetching, and batch fetches",
55
"publishConfig": {
66
"access": "public",

packages/account-postgres-sink-service/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.10.12](https://github.com/helium/helium-program-libary/compare/v0.10.11...v0.10.12) (2025-05-05)
7+
8+
**Note:** Version bump only for package @helium/account-postgres-sink-service
9+
10+
11+
12+
13+
614
## [0.10.11](https://github.com/helium/helium-program-libary/compare/v0.10.10...v0.10.11) (2025-04-30)
715

816
**Note:** Version bump only for package @helium/account-postgres-sink-service

packages/account-postgres-sink-service/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.10.11",
9+
"version": "0.10.12",
1010
"description": "Sync account data to postgres",
1111
"repository": {
1212
"type": "git",
@@ -37,8 +37,8 @@
3737
"@connectrpc/connect-node": "^1.4.0",
3838
"@coral-xyz/anchor": "^0.31.0",
3939
"@fastify/cors": "^8.1.1",
40-
"@helium/account-fetch-cache": "^0.10.11",
41-
"@helium/spl-utils": "^0.10.11",
40+
"@helium/account-fetch-cache": "^0.10.12",
41+
"@helium/spl-utils": "^0.10.12",
4242
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
4343
"@solana/web3.js": "^1.91.1",
4444
"@substreams/core": "^0.16.0",

packages/account-postgres-sink-service/yarn.deploy.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ __metadata:
193193
languageName: node
194194
linkType: hard
195195

196-
"@helium/account-fetch-cache@^0.10.11":
196+
"@helium/account-fetch-cache@^0.10.12":
197197
version: 0.0.0-use.local
198198
resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache"
199199
dependencies:
@@ -213,8 +213,8 @@ __metadata:
213213
"@connectrpc/connect-node": ^1.4.0
214214
"@coral-xyz/anchor": ^0.31.0
215215
"@fastify/cors": ^8.1.1
216-
"@helium/account-fetch-cache": ^0.10.11
217-
"@helium/spl-utils": ^0.10.11
216+
"@helium/account-fetch-cache": ^0.10.12
217+
"@helium/spl-utils": ^0.10.12
218218
"@metaplex-foundation/mpl-token-metadata": ^2.10.0
219219
"@solana/web3.js": ^1.91.1
220220
"@substreams/core": ^0.16.0
@@ -270,7 +270,7 @@ __metadata:
270270
languageName: node
271271
linkType: hard
272272

273-
"@helium/anchor-resolvers@^0.10.11":
273+
"@helium/anchor-resolvers@^0.10.12":
274274
version: 0.0.0-use.local
275275
resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers"
276276
dependencies:
@@ -284,14 +284,14 @@ __metadata:
284284
languageName: unknown
285285
linkType: soft
286286

287-
"@helium/spl-utils@^0.10.11":
287+
"@helium/spl-utils@^0.10.12":
288288
version: 0.0.0-use.local
289289
resolution: "@helium/spl-utils@workspace:packages/spl-utils"
290290
dependencies:
291291
"@coral-xyz/anchor": ^0.31.0
292-
"@helium/account-fetch-cache": ^0.10.11
292+
"@helium/account-fetch-cache": ^0.10.12
293293
"@helium/address": ^4.12.0
294-
"@helium/anchor-resolvers": ^0.10.11
294+
"@helium/anchor-resolvers": ^0.10.12
295295
"@metaplex-foundation/mpl-token-metadata": ^2.10.0
296296
"@solana/spl-account-compression": ^0.1.7
297297
"@solana/spl-token": ^0.3.8

packages/active-device-oracle/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.10.12](https://github.com/helium/helium-program-libary/compare/v0.10.11...v0.10.12) (2025-05-05)
7+
8+
**Note:** Version bump only for package @helium/active-device-oracle
9+
10+
11+
12+
13+
614
## [0.10.11](https://github.com/helium/helium-program-libary/compare/v0.10.10...v0.10.11) (2025-04-30)
715

816
**Note:** Version bump only for package @helium/active-device-oracle

packages/active-device-oracle/package.json

Lines changed: 1 addition & 1 deletion
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.10.11",
9+
"version": "0.10.12",
1010
"description": "Oracle of helium active devices",
1111
"repository": {
1212
"type": "git",

packages/anchor-resolvers/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.10.12](https://github.com/helium/helium-program-library/compare/v0.10.11...v0.10.12) (2025-05-05)
7+
8+
**Note:** Version bump only for package @helium/anchor-resolvers
9+
10+
11+
12+
13+
614
## [0.10.11](https://github.com/helium/helium-program-library/compare/v0.10.10...v0.10.11) (2025-04-30)
715

816
**Note:** Version bump only for package @helium/anchor-resolvers

packages/anchor-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helium/anchor-resolvers",
3-
"version": "0.10.11",
3+
"version": "0.10.12",
44
"description": "Wrappers around anchor custom resolvers to make composition easier",
55
"publishConfig": {
66
"access": "public",

packages/automation-hooks/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.10.12](https://github.com/helium/helium-program-libary/compare/v0.10.11...v0.10.12) (2025-05-05)
7+
8+
**Note:** Version bump only for package @helium/automation-hooks
9+
10+
11+
12+
13+
614
## [0.10.11](https://github.com/helium/helium-program-libary/compare/v0.10.10...v0.10.11) (2025-04-30)
715

816
**Note:** Version bump only for package @helium/automation-hooks

packages/automation-hooks/package.json

Lines changed: 5 additions & 5 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.10.11",
8+
"version": "0.10.12",
99
"description": "React hooks for helium automation",
1010
"repository": {
1111
"type": "git",
@@ -32,10 +32,10 @@
3232
},
3333
"dependencies": {
3434
"@coral-xyz/anchor": "^0.31.0",
35-
"@helium/account-fetch-cache": "^0.10.11",
36-
"@helium/account-fetch-cache-hooks": "^0.10.11",
37-
"@helium/hpl-crons-sdk": "^0.10.11",
38-
"@helium/spl-utils": "^0.10.11",
35+
"@helium/account-fetch-cache": "^0.10.12",
36+
"@helium/account-fetch-cache-hooks": "^0.10.12",
37+
"@helium/hpl-crons-sdk": "^0.10.12",
38+
"@helium/spl-utils": "^0.10.12",
3939
"@helium/tuktuk-sdk": "^0.0.8",
4040
"@solana/wallet-adapter-base": "^0.9.22",
4141
"@solana/web3.js": "^1.91.1",

0 commit comments

Comments
 (0)