Skip to content

Commit

Permalink
Bump pckg
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jan 30, 2025
1 parent e19d1e2 commit e92af60
Show file tree
Hide file tree
Showing 115 changed files with 1,470 additions and 1,142 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.22](https://github.com/helium/helium-program-library/compare/v0.9.21...v0.9.22) (2025-01-30)

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





## [0.9.21](https://github.com/helium/helium-program-library/compare/v0.9.20...v0.9.21) (2025-01-30)

**Note:** Version bump only for package helium-program-library
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.9.21"
"version": "0.9.22"
}
8 changes: 8 additions & 0 deletions packages/account-fetch-cache-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.22](https://github.com/helium/helium-program-libary/compare/v0.9.21...v0.9.22) (2025-01-30)

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





## [0.9.21](https://github.com/helium/helium-program-libary/compare/v0.9.20...v0.9.21) (2025-01-30)

**Note:** Version bump only for package @helium/account-fetch-cache-hooks
Expand Down
4 changes: 2 additions & 2 deletions packages/account-fetch-cache-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.21",
"version": "0.9.22",
"description": "React hooks and context for account-fetch-cache",
"repository": {
"type": "git",
Expand All @@ -31,7 +31,7 @@
"prebuild": "npm run clean && npm run package"
},
"dependencies": {
"@helium/account-fetch-cache": "^0.9.21",
"@helium/account-fetch-cache": "^0.9.22",
"@solana/web3.js": "^1.91.1",
"react-async-hook": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/account-fetch-cache-hooks/yarn.deploy.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@helium/account-fetch-cache-hooks@workspace:."
dependencies:
"@helium/account-fetch-cache": ^0.9.21
"@helium/account-fetch-cache": ^0.9.22
"@solana/web3.js": ^1.91.1
git-format-staged: ^2.1.3
react-async-hook: ^4.0.0
Expand All @@ -30,7 +30,7 @@ __metadata:
languageName: unknown
linkType: soft

"@helium/account-fetch-cache@^0.9.21":
"@helium/account-fetch-cache@^0.9.22":
version: 0.0.0-use.local
resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache"
dependencies:
Expand Down
8 changes: 8 additions & 0 deletions packages/account-fetch-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.22](https://github.com/helium/helium-program-library/compare/v0.9.21...v0.9.22) (2025-01-30)

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





## [0.9.21](https://github.com/helium/helium-program-library/compare/v0.9.20...v0.9.21) (2025-01-30)

**Note:** Version bump only for package @helium/account-fetch-cache
Expand Down
2 changes: 1 addition & 1 deletion packages/account-fetch-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/account-fetch-cache",
"version": "0.9.21",
"version": "0.9.22",
"description": "Solana account fetch cache to eliminate reduntant fetching, and batch fetches",
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/account-postgres-sink-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.22](https://github.com/helium/helium-program-libary/compare/v0.9.21...v0.9.22) (2025-01-30)

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





## [0.9.21](https://github.com/helium/helium-program-libary/compare/v0.9.20...v0.9.21) (2025-01-30)

**Note:** Version bump only for package @helium/account-postgres-sink-service
Expand Down
6 changes: 3 additions & 3 deletions packages/account-postgres-sink-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.21",
"version": "0.9.22",
"description": "Sync account data to postgres",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@connectrpc/connect-node": "^1.4.0",
"@coral-xyz/anchor": "^0.28.0",
"@fastify/cors": "^8.1.1",
"@helium/account-fetch-cache": "^0.9.21",
"@helium/spl-utils": "^0.9.21",
"@helium/account-fetch-cache": "^0.9.22",
"@helium/spl-utils": "^0.9.22",
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
"@solana/web3.js": "^1.91.1",
"@substreams/core": "^0.16.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/account-postgres-sink-service/yarn.deploy.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ __metadata:
languageName: node
linkType: hard

"@helium/account-fetch-cache@^0.9.21":
"@helium/account-fetch-cache@^0.9.22":
version: 0.0.0-use.local
resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache"
dependencies:
Expand All @@ -199,8 +199,8 @@ __metadata:
"@connectrpc/connect-node": ^1.4.0
"@coral-xyz/anchor": ^0.28.0
"@fastify/cors": ^8.1.1
"@helium/account-fetch-cache": ^0.9.21
"@helium/spl-utils": ^0.9.21
"@helium/account-fetch-cache": ^0.9.22
"@helium/spl-utils": ^0.9.22
"@metaplex-foundation/mpl-token-metadata": ^2.10.0
"@solana/web3.js": ^1.91.1
"@substreams/core": ^0.16.0
Expand Down Expand Up @@ -256,7 +256,7 @@ __metadata:
languageName: node
linkType: hard

"@helium/anchor-resolvers@^0.9.21":
"@helium/anchor-resolvers@^0.9.22":
version: 0.0.0-use.local
resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers"
dependencies:
Expand All @@ -270,14 +270,14 @@ __metadata:
languageName: unknown
linkType: soft

"@helium/spl-utils@^0.9.21":
"@helium/spl-utils@^0.9.22":
version: 0.0.0-use.local
resolution: "@helium/spl-utils@workspace:packages/spl-utils"
dependencies:
"@coral-xyz/anchor": ^0.28.0
"@helium/account-fetch-cache": ^0.9.21
"@helium/account-fetch-cache": ^0.9.22
"@helium/address": ^4.10.2
"@helium/anchor-resolvers": ^0.9.21
"@helium/anchor-resolvers": ^0.9.22
"@metaplex-foundation/mpl-token-metadata": ^2.10.0
"@solana/spl-account-compression": ^0.1.7
"@solana/spl-token": ^0.3.8
Expand Down
8 changes: 8 additions & 0 deletions packages/active-device-oracle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.22](https://github.com/helium/helium-program-libary/compare/v0.9.21...v0.9.22) (2025-01-30)

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





## [0.9.21](https://github.com/helium/helium-program-libary/compare/v0.9.20...v0.9.21) (2025-01-30)

**Note:** Version bump only for package @helium/active-device-oracle
Expand Down
2 changes: 1 addition & 1 deletion packages/active-device-oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.21",
"version": "0.9.22",
"description": "Oracle of helium active devices",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/anchor-resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.22](https://github.com/helium/helium-program-library/compare/v0.9.21...v0.9.22) (2025-01-30)

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





## [0.9.21](https://github.com/helium/helium-program-library/compare/v0.9.20...v0.9.21) (2025-01-30)

**Note:** Version bump only for package @helium/anchor-resolvers
Expand Down
2 changes: 1 addition & 1 deletion packages/anchor-resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/anchor-resolvers",
"version": "0.9.21",
"version": "0.9.22",
"description": "Wrappers around anchor custom resolvers to make composition easier",
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/circuit-breaker-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.22](https://github.com/helium/helium-program-libary/compare/v0.9.21...v0.9.22) (2025-01-30)

**Note:** Version bump only for package @helium/circuit-breaker-sdk





## [0.9.21](https://github.com/helium/helium-program-libary/compare/v0.9.20...v0.9.21) (2025-01-30)

**Note:** Version bump only for package @helium/circuit-breaker-sdk
Expand Down
8 changes: 4 additions & 4 deletions packages/circuit-breaker-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.21",
"version": "0.9.22",
"description": "Interface to the circuit breaker smart contract",
"repository": {
"type": "git",
Expand All @@ -32,9 +32,9 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.9.21",
"@helium/idls": "^0.9.21",
"@helium/spl-utils": "^0.9.21",
"@helium/anchor-resolvers": "^0.9.22",
"@helium/idls": "^0.9.22",
"@helium/spl-utils": "^0.9.22",
"bn.js": "^5.2.0",
"bs58": "^4.0.1"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/circuit-breaker-sdk/yarn.deploy.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ __metadata:
languageName: node
linkType: hard

"@helium/account-fetch-cache@^0.9.21":
"@helium/account-fetch-cache@^0.9.22":
version: 0.0.0-use.local
resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache"
dependencies:
Expand All @@ -89,7 +89,7 @@ __metadata:
languageName: node
linkType: hard

"@helium/anchor-resolvers@^0.9.21":
"@helium/anchor-resolvers@^0.9.22":
version: 0.0.0-use.local
resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers"
dependencies:
Expand All @@ -108,9 +108,9 @@ __metadata:
resolution: "@helium/circuit-breaker-sdk@workspace:."
dependencies:
"@coral-xyz/anchor": ^0.28.0
"@helium/anchor-resolvers": ^0.9.21
"@helium/idls": ^0.9.21
"@helium/spl-utils": ^0.9.21
"@helium/anchor-resolvers": ^0.9.22
"@helium/idls": ^0.9.22
"@helium/spl-utils": ^0.9.22
bn.js: ^5.2.0
bs58: ^4.0.1
git-format-staged: ^2.1.3
Expand All @@ -120,7 +120,7 @@ __metadata:
languageName: unknown
linkType: soft

"@helium/idls@^0.9.21":
"@helium/idls@^0.9.22":
version: 0.0.0-use.local
resolution: "@helium/idls@workspace:packages/idls"
dependencies:
Expand All @@ -134,14 +134,14 @@ __metadata:
languageName: unknown
linkType: soft

"@helium/spl-utils@^0.9.21":
"@helium/spl-utils@^0.9.22":
version: 0.0.0-use.local
resolution: "@helium/spl-utils@workspace:packages/spl-utils"
dependencies:
"@coral-xyz/anchor": ^0.28.0
"@helium/account-fetch-cache": ^0.9.21
"@helium/account-fetch-cache": ^0.9.22
"@helium/address": ^4.10.2
"@helium/anchor-resolvers": ^0.9.21
"@helium/anchor-resolvers": ^0.9.22
"@metaplex-foundation/mpl-token-metadata": ^2.10.0
"@solana/spl-account-compression": ^0.1.7
"@solana/spl-token": ^0.3.8
Expand Down
8 changes: 8 additions & 0 deletions packages/crons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.22](https://github.com/helium/helium-program-library/compare/v0.9.21...v0.9.22) (2025-01-30)

**Note:** Version bump only for package @helium/crons





## [0.9.21](https://github.com/helium/helium-program-library/compare/v0.9.20...v0.9.21) (2025-01-30)

**Note:** Version bump only for package @helium/crons
Expand Down
30 changes: 15 additions & 15 deletions packages/crons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/crons",
"version": "0.9.21",
"version": "0.9.22",
"description": "scripts to run on a schedule",
"private": true,
"publishConfig": {
Expand Down Expand Up @@ -32,24 +32,24 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/account-fetch-cache": "^0.9.21",
"@helium/distributor-oracle": "^0.9.21",
"@helium/fanout-sdk": "^0.9.21",
"@helium/helium-entity-manager-sdk": "^0.9.21",
"@helium/helium-sub-daos-sdk": "^0.9.21",
"@helium/idls": "^0.9.21",
"@helium/lazy-distributor-sdk": "^0.9.21",
"@helium/mobile-entity-manager-sdk": "^0.9.21",
"@helium/account-fetch-cache": "^0.9.22",
"@helium/distributor-oracle": "^0.9.22",
"@helium/fanout-sdk": "^0.9.22",
"@helium/helium-entity-manager-sdk": "^0.9.22",
"@helium/helium-sub-daos-sdk": "^0.9.22",
"@helium/idls": "^0.9.22",
"@helium/lazy-distributor-sdk": "^0.9.22",
"@helium/mobile-entity-manager-sdk": "^0.9.22",
"@helium/nft-proxy-sdk": "^0.0.15",
"@helium/no-emit-sdk": "^0.9.21",
"@helium/no-emit-sdk": "^0.9.22",
"@helium/organization-sdk": "^0.0.15",
"@helium/price-oracle-sdk": "^0.9.21",
"@helium/price-oracle-sdk": "^0.9.22",
"@helium/proposal-sdk": "^0.0.15",
"@helium/rewards-oracle-sdk": "^0.9.21",
"@helium/spl-utils": "^0.9.21",
"@helium/rewards-oracle-sdk": "^0.9.22",
"@helium/spl-utils": "^0.9.22",
"@helium/state-controller-sdk": "^0.0.15",
"@helium/treasury-management-sdk": "^0.9.21",
"@helium/voter-stake-registry-sdk": "^0.9.21",
"@helium/treasury-management-sdk": "^0.9.22",
"@helium/voter-stake-registry-sdk": "^0.9.22",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.91.1",
"axios": "^1.3.6",
Expand Down
Loading

0 comments on commit e92af60

Please sign in to comment.