Skip to content

Commit

Permalink
chore(release): publish 0.6.26
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Jan 31, 2024
1 parent 9e63bbc commit f5f7023
Show file tree
Hide file tree
Showing 110 changed files with 1,350 additions and 983 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.26](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.26) (2024-01-31)


### Bug Fixes

* Do not require initialized token account if no mobile burn ([#542](https://github.com/helium/helium-program-library/issues/542)) ([a7334ed](https://github.com/helium/helium-program-library/commit/a7334ed0f916e8265a6f5955bd4fe837fc1dedb5))


### Features

* **#494:** Implement HIP-96 wifi onboarding fees ([#506](https://github.com/helium/helium-program-library/issues/506)) ([50471c3](https://github.com/helium/helium-program-library/commit/50471c33d06ba7f55e605ed7dbba02119af5e3cd)), closes [#494](https://github.com/helium/helium-program-library/issues/494)
* **#495:** Add monitoring for claimable rewards and vehnt ([#507](https://github.com/helium/helium-program-library/issues/507)) ([efc6813](https://github.com/helium/helium-program-library/commit/efc6813839be4b323bea8110ad7762423dd13b82)), closes [#495](https://github.com/helium/helium-program-library/issues/495) [#495](https://github.com/helium/helium-program-library/issues/495)
* **#504:** Parallelize claim delegation rewards ([#509](https://github.com/helium/helium-program-library/issues/509)) ([01b5f3d](https://github.com/helium/helium-program-library/commit/01b5f3dbd35345302e5fc6a83667b5e5e017d4ec)), closes [#504](https://github.com/helium/helium-program-library/issues/504)
* **#525:** Add prom metrics for price oracles, fix distributor oracle total rewards metric ([#528](https://github.com/helium/helium-program-library/issues/528)) ([13a5cb8](https://github.com/helium/helium-program-library/commit/13a5cb8d8936d1b5929379dafafd2907322dd473))
* **#526:** Remove digit shift from VSR ([#527](https://github.com/helium/helium-program-library/issues/527)) ([651e629](https://github.com/helium/helium-program-library/commit/651e62905e53cbf67f4c4318ca683396b5511b14)), closes [#526](https://github.com/helium/helium-program-library/issues/526)
* **#543:** Add transaction webhook capability to account-postgres-sink ([#544](https://github.com/helium/helium-program-library/issues/544)) ([a0d7bd9](https://github.com/helium/helium-program-library/commit/a0d7bd9cbf6e5a28c467d8df67c9702cef705dae)), closes [#543](https://github.com/helium/helium-program-library/issues/543)
* Avoid purging prices when purging oracles ([#533](https://github.com/helium/helium-program-library/issues/533)) ([622ec12](https://github.com/helium/helium-program-library/commit/622ec12e18cde8b201018bb723c0d0df09cb4a33))





## [0.6.25](https://github.com/helium/helium-program-library/compare/v0.6.24...v0.6.25) (2024-01-29)

**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.6.25"
"version": "0.6.26"
}
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.6.26](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.26) (2024-01-31)

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





## [0.6.25](https://github.com/helium/helium-program-libary/compare/v0.6.24...v0.6.25) (2024-01-29)

**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.6.25",
"version": "0.6.26",
"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.6.25",
"@helium/account-fetch-cache": "^0.6.26",
"@solana/web3.js": "^1.78.4",
"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.6.25
"@helium/account-fetch-cache": ^0.6.26
"@solana/web3.js": ^1.78.4
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.6.25":
"@helium/account-fetch-cache@^0.6.26":
version: 0.0.0-use.local
resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache"
dependencies:
Expand Down
11 changes: 11 additions & 0 deletions packages/account-fetch-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.26](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.26) (2024-01-31)


### Features

* **#543:** Add transaction webhook capability to account-postgres-sink ([#544](https://github.com/helium/helium-program-library/issues/544)) ([a0d7bd9](https://github.com/helium/helium-program-library/commit/a0d7bd9cbf6e5a28c467d8df67c9702cef705dae)), closes [#543](https://github.com/helium/helium-program-library/issues/543)





## [0.6.25](https://github.com/helium/helium-program-library/compare/v0.6.24...v0.6.25) (2024-01-29)

**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.6.25",
"version": "0.6.26",
"description": "Solana account fetch cache to eliminate reduntant fetching, and batch fetches",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.26](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.26) (2024-01-31)


### Features

* **#543:** Add transaction webhook capability to account-postgres-sink ([#544](https://github.com/helium/helium-program-libary/issues/544)) ([a0d7bd9](https://github.com/helium/helium-program-libary/commit/a0d7bd9cbf6e5a28c467d8df67c9702cef705dae)), closes [#543](https://github.com/helium/helium-program-libary/issues/543)





## [0.6.25](https://github.com/helium/helium-program-libary/compare/v0.6.24...v0.6.25) (2024-01-29)

**Note:** Version bump only for package @helium/account-postgres-sink-service
Expand Down
4 changes: 2 additions & 2 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.6.25",
"version": "0.6.26",
"description": "Sync account data to postgres",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@fastify/cors": "^8.1.1",
"@helium/account-fetch-cache": "^0.6.25",
"@helium/account-fetch-cache": "^0.6.26",
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
"@solana/web3.js": "^1.78.4",
"aws-sdk": "^2.1344.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/account-postgres-sink-service/yarn.deploy.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ __metadata:
languageName: node
linkType: hard

"@helium/account-fetch-cache@^0.6.25":
"@helium/account-fetch-cache@^0.6.26":
version: 0.0.0-use.local
resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache"
dependencies:
Expand All @@ -128,7 +128,7 @@ __metadata:
dependencies:
"@coral-xyz/anchor": ^0.28.0
"@fastify/cors": ^8.1.1
"@helium/account-fetch-cache": ^0.6.25
"@helium/account-fetch-cache": ^0.6.26
"@metaplex-foundation/mpl-token-metadata": ^2.10.0
"@solana/web3.js": ^1.78.4
"@types/bn.js": ^5.1.1
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.6.26](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.26) (2024-01-31)

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





## [0.6.25](https://github.com/helium/helium-program-libary/compare/v0.6.24...v0.6.25) (2024-01-29)

**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.6.25",
"version": "0.6.26",
"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.6.26](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.26) (2024-01-31)

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





## [0.6.25](https://github.com/helium/helium-program-library/compare/v0.6.24...v0.6.25) (2024-01-29)

**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.6.25",
"version": "0.6.26",
"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.6.26](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.26) (2024-01-31)

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





## [0.6.25](https://github.com/helium/helium-program-libary/compare/v0.6.24...v0.6.25) (2024-01-29)

**Note:** Version bump only for package @helium/circuit-breaker-sdk
Expand Down
6 changes: 3 additions & 3 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.6.25",
"version": "0.6.26",
"description": "Interface to the circuit breaker smart contract",
"repository": {
"type": "git",
Expand All @@ -32,8 +32,8 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.6.25",
"@helium/idls": "^0.6.25",
"@helium/anchor-resolvers": "^0.6.26",
"@helium/idls": "^0.6.26",
"bn.js": "^5.2.0",
"bs58": "^4.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/circuit-breaker-sdk/yarn.deploy.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ __metadata:
languageName: node
linkType: hard

"@helium/anchor-resolvers@^0.6.25":
"@helium/anchor-resolvers@^0.6.26":
version: 0.0.0-use.local
resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers"
dependencies:
Expand All @@ -77,8 +77,8 @@ __metadata:
resolution: "@helium/circuit-breaker-sdk@workspace:."
dependencies:
"@coral-xyz/anchor": ^0.28.0
"@helium/anchor-resolvers": ^0.6.25
"@helium/idls": ^0.6.25
"@helium/anchor-resolvers": ^0.6.26
"@helium/idls": ^0.6.26
bn.js: ^5.2.0
bs58: ^4.0.1
git-format-staged: ^2.1.3
Expand All @@ -88,7 +88,7 @@ __metadata:
languageName: unknown
linkType: soft

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

## [0.6.26](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.26) (2024-01-31)


### Features

* **#495:** Add monitoring for claimable rewards and vehnt ([#507](https://github.com/helium/helium-program-library/issues/507)) ([efc6813](https://github.com/helium/helium-program-library/commit/efc6813839be4b323bea8110ad7762423dd13b82)), closes [#495](https://github.com/helium/helium-program-library/issues/495) [#495](https://github.com/helium/helium-program-library/issues/495)
* **#525:** Add prom metrics for price oracles, fix distributor oracle total rewards metric ([#528](https://github.com/helium/helium-program-library/issues/528)) ([13a5cb8](https://github.com/helium/helium-program-library/commit/13a5cb8d8936d1b5929379dafafd2907322dd473))





## [0.6.25](https://github.com/helium/helium-program-library/compare/v0.6.24...v0.6.25) (2024-01-29)

**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.6.25",
"version": "0.6.26",
"description": "scripts to run on a schedule",
"private": true,
"publishConfig": {
Expand Down Expand Up @@ -32,23 +32,23 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/account-fetch-cache": "^0.6.25",
"@helium/distributor-oracle": "^0.6.25",
"@helium/fanout-sdk": "^0.6.25",
"@helium/helium-entity-manager-sdk": "^0.6.25",
"@helium/helium-sub-daos-sdk": "^0.6.25",
"@helium/idls": "^0.6.25",
"@helium/lazy-distributor-sdk": "^0.6.25",
"@helium/mobile-entity-manager-sdk": "^0.6.25",
"@helium/no-emit-sdk": "^0.6.25",
"@helium/account-fetch-cache": "^0.6.26",
"@helium/distributor-oracle": "^0.6.26",
"@helium/fanout-sdk": "^0.6.26",
"@helium/helium-entity-manager-sdk": "^0.6.26",
"@helium/helium-sub-daos-sdk": "^0.6.26",
"@helium/idls": "^0.6.26",
"@helium/lazy-distributor-sdk": "^0.6.26",
"@helium/mobile-entity-manager-sdk": "^0.6.26",
"@helium/no-emit-sdk": "^0.6.26",
"@helium/organization-sdk": "^0.0.8",
"@helium/price-oracle-sdk": "^0.6.25",
"@helium/price-oracle-sdk": "^0.6.26",
"@helium/proposal-sdk": "^0.0.8",
"@helium/rewards-oracle-sdk": "^0.6.25",
"@helium/spl-utils": "^0.6.25",
"@helium/rewards-oracle-sdk": "^0.6.26",
"@helium/spl-utils": "^0.6.26",
"@helium/state-controller-sdk": "^0.0.8",
"@helium/treasury-management-sdk": "^0.6.25",
"@helium/voter-stake-registry-sdk": "^0.6.25",
"@helium/treasury-management-sdk": "^0.6.26",
"@helium/voter-stake-registry-sdk": "^0.6.26",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.4",
"axios": "^1.3.6",
Expand Down
Loading

0 comments on commit f5f7023

Please sign in to comment.