diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a48235a5..7b663caaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-library/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package helium-program-library + + + + + ## [0.4.6](https://github.com/helium/helium-program-library/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package helium-program-library diff --git a/lerna.json b/lerna.json index 8e12355ec..30caa9455 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.4.6" + "version": "0.5.0" } diff --git a/packages/account-fetch-cache-hooks/CHANGELOG.md b/packages/account-fetch-cache-hooks/CHANGELOG.md index 7a6cbe3e0..70ad83227 100644 --- a/packages/account-fetch-cache-hooks/CHANGELOG.md +++ b/packages/account-fetch-cache-hooks/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/account-fetch-cache-hooks + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/account-fetch-cache-hooks diff --git a/packages/account-fetch-cache-hooks/package.json b/packages/account-fetch-cache-hooks/package.json index 8b9306ea1..7e6a37eda 100644 --- a/packages/account-fetch-cache-hooks/package.json +++ b/packages/account-fetch-cache-hooks/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "React hooks and context for account-fetch-cache", "repository": { "type": "git", @@ -31,7 +31,7 @@ "prebuild": "npm run clean && npm run package" }, "dependencies": { - "@helium/account-fetch-cache": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", "@solana/web3.js": "^1.78.4", "react-async-hook": "^4.0.0" }, diff --git a/packages/account-fetch-cache/CHANGELOG.md b/packages/account-fetch-cache/CHANGELOG.md index df46be472..ccfbba05a 100644 --- a/packages/account-fetch-cache/CHANGELOG.md +++ b/packages/account-fetch-cache/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-library/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/account-fetch-cache + + + + + ## [0.4.6](https://github.com/helium/helium-program-library/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/account-fetch-cache diff --git a/packages/account-fetch-cache/package.json b/packages/account-fetch-cache/package.json index f1cadbf18..d719be96a 100644 --- a/packages/account-fetch-cache/package.json +++ b/packages/account-fetch-cache/package.json @@ -1,6 +1,6 @@ { "name": "@helium/account-fetch-cache", - "version": "0.4.6", + "version": "0.5.0", "description": "Solana account fetch cache to eliminate reduntant fetching, and batch fetches", "publishConfig": { "access": "public", diff --git a/packages/account-postgres-sink-service/CHANGELOG.md b/packages/account-postgres-sink-service/CHANGELOG.md index dc7eac542..6b28975dd 100644 --- a/packages/account-postgres-sink-service/CHANGELOG.md +++ b/packages/account-postgres-sink-service/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/account-postgres-sink-service + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/account-postgres-sink-service diff --git a/packages/account-postgres-sink-service/package.json b/packages/account-postgres-sink-service/package.json index bbf2bbc41..587f066d9 100644 --- a/packages/account-postgres-sink-service/package.json +++ b/packages/account-postgres-sink-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Sync account data to postgres", "repository": { "type": "git", @@ -34,7 +34,7 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/web3.js": "^1.78.4", "aws-sdk": "^2.1344.0", diff --git a/packages/active-device-oracle/CHANGELOG.md b/packages/active-device-oracle/CHANGELOG.md index 7b3e48af9..c4ab5e463 100644 --- a/packages/active-device-oracle/CHANGELOG.md +++ b/packages/active-device-oracle/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/active-device-oracle + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/active-device-oracle diff --git a/packages/active-device-oracle/package.json b/packages/active-device-oracle/package.json index a59a82a24..839b5772a 100644 --- a/packages/active-device-oracle/package.json +++ b/packages/active-device-oracle/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Oracle of helium active devices", "repository": { "type": "git", diff --git a/packages/anchor-resolvers/CHANGELOG.md b/packages/anchor-resolvers/CHANGELOG.md index e465618ee..b84bed3fc 100644 --- a/packages/anchor-resolvers/CHANGELOG.md +++ b/packages/anchor-resolvers/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-library/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/anchor-resolvers + + + + + ## [0.4.6](https://github.com/helium/helium-program-library/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/anchor-resolvers diff --git a/packages/anchor-resolvers/package.json b/packages/anchor-resolvers/package.json index bb95acf53..5372f7477 100644 --- a/packages/anchor-resolvers/package.json +++ b/packages/anchor-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@helium/anchor-resolvers", - "version": "0.4.6", + "version": "0.5.0", "description": "Wrappers around anchor custom resolvers to make composition easier", "publishConfig": { "access": "public", diff --git a/packages/circuit-breaker-sdk/CHANGELOG.md b/packages/circuit-breaker-sdk/CHANGELOG.md index 6de50899c..2c18b5210 100644 --- a/packages/circuit-breaker-sdk/CHANGELOG.md +++ b/packages/circuit-breaker-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/circuit-breaker-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/circuit-breaker-sdk diff --git a/packages/circuit-breaker-sdk/package.json b/packages/circuit-breaker-sdk/package.json index e3c9c4be6..0bf7f5571 100644 --- a/packages/circuit-breaker-sdk/package.json +++ b/packages/circuit-breaker-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the circuit breaker smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.4.6", - "@helium/idls": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", + "@helium/idls": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/crons/CHANGELOG.md b/packages/crons/CHANGELOG.md index 1c5fc22c2..eabbc4f4b 100644 --- a/packages/crons/CHANGELOG.md +++ b/packages/crons/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-library/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/crons + + + + + ## [0.4.6](https://github.com/helium/helium-program-library/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/crons diff --git a/packages/crons/package.json b/packages/crons/package.json index 40122aaaa..934354c3d 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.4.6", + "version": "0.5.0", "description": "scripts to run on a schedule", "private": true, "publishConfig": { @@ -32,22 +32,22 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.4.6", - "@helium/distributor-oracle": "^0.4.6", - "@helium/fanout-sdk": "^0.4.6", - "@helium/helium-entity-manager-sdk": "^0.4.6", - "@helium/helium-sub-daos-sdk": "^0.4.6", - "@helium/idls": "^0.4.6", - "@helium/lazy-distributor-sdk": "^0.4.6", - "@helium/mobile-entity-manager-sdk": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", + "@helium/distributor-oracle": "^0.5.0", + "@helium/fanout-sdk": "^0.5.0", + "@helium/helium-entity-manager-sdk": "^0.5.0", + "@helium/helium-sub-daos-sdk": "^0.5.0", + "@helium/idls": "^0.5.0", + "@helium/lazy-distributor-sdk": "^0.5.0", + "@helium/mobile-entity-manager-sdk": "^0.5.0", "@helium/organization-sdk": "^0.0.7", - "@helium/price-oracle-sdk": "^0.4.6", + "@helium/price-oracle-sdk": "^0.5.0", "@helium/proposal-sdk": "^0.0.7", - "@helium/rewards-oracle-sdk": "^0.4.6", - "@helium/spl-utils": "^0.4.6", + "@helium/rewards-oracle-sdk": "^0.5.0", + "@helium/spl-utils": "^0.5.0", "@helium/state-controller-sdk": "^0.0.7", - "@helium/treasury-management-sdk": "^0.4.6", - "@helium/voter-stake-registry-sdk": "^0.4.6", + "@helium/treasury-management-sdk": "^0.5.0", + "@helium/voter-stake-registry-sdk": "^0.5.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", "axios": "^1.3.6", diff --git a/packages/currency-utils/CHANGELOG.md b/packages/currency-utils/CHANGELOG.md index 719e7b97c..fc585d4fc 100644 --- a/packages/currency-utils/CHANGELOG.md +++ b/packages/currency-utils/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-library/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/currency-utils + + + + + ## [0.4.6](https://github.com/helium/helium-program-library/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/currency-utils diff --git a/packages/currency-utils/package.json b/packages/currency-utils/package.json index 95d90172c..5ea006127 100644 --- a/packages/currency-utils/package.json +++ b/packages/currency-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency-utils", - "version": "0.4.6", + "version": "0.5.0", "description": "Currency utilities", "homepage": "https://github.com/helium/helium-program-library#readme", "publishConfig": { diff --git a/packages/data-credits-sdk/CHANGELOG.md b/packages/data-credits-sdk/CHANGELOG.md index 444c95472..cac8c0381 100644 --- a/packages/data-credits-sdk/CHANGELOG.md +++ b/packages/data-credits-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/data-credits-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/data-credits-sdk diff --git a/packages/data-credits-sdk/package.json b/packages/data-credits-sdk/package.json index 41651c0d4..850d56d49 100644 --- a/packages/data-credits-sdk/package.json +++ b/packages/data-credits-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the data-credits smart contract", "repository": { "type": "git", @@ -32,10 +32,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.4.6", - "@helium/circuit-breaker-sdk": "^0.4.6", - "@helium/helium-sub-daos-sdk": "^0.4.6", - "@helium/idls": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", + "@helium/circuit-breaker-sdk": "^0.5.0", + "@helium/helium-sub-daos-sdk": "^0.5.0", + "@helium/idls": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1", "crypto-js": "^4.1.1" diff --git a/packages/distributor-oracle/CHANGELOG.md b/packages/distributor-oracle/CHANGELOG.md index f751567b1..1b561d2c5 100644 --- a/packages/distributor-oracle/CHANGELOG.md +++ b/packages/distributor-oracle/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/distributor-oracle + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/distributor-oracle diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index 632ab8e5d..645be9e73 100644 --- a/packages/distributor-oracle/package.json +++ b/packages/distributor-oracle/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Oracle server for the lazy distributor", "repository": { "type": "git", @@ -36,14 +36,14 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.4.6", - "@helium/helium-sub-daos-sdk": "^0.4.6", - "@helium/idls": "^0.4.6", - "@helium/lazy-distributor-sdk": "^0.4.6", - "@helium/rewards-oracle-sdk": "^0.4.6", - "@helium/spl-utils": "^0.4.6", + "@helium/helium-entity-manager-sdk": "^0.5.0", + "@helium/helium-sub-daos-sdk": "^0.5.0", + "@helium/idls": "^0.5.0", + "@helium/lazy-distributor-sdk": "^0.5.0", + "@helium/rewards-oracle-sdk": "^0.5.0", + "@helium/spl-utils": "^0.5.0", "@metaplex-foundation/mpl-bubblegum": "^0.7.0", "@solana/spl-token": "^0.3.8", "@types/sequelize": "^4.28.14", diff --git a/packages/entity-invalidator/CHANGELOG.md b/packages/entity-invalidator/CHANGELOG.md index eaa928c40..2d6371a9e 100644 --- a/packages/entity-invalidator/CHANGELOG.md +++ b/packages/entity-invalidator/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/entity-invalidator + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/entity-invalidator diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index ecb0074b3..4a035c416 100644 --- a/packages/entity-invalidator/package.json +++ b/packages/entity-invalidator/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Sync account data to postgres", "repository": { "type": "git", @@ -33,8 +33,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.4.6", - "@helium/helium-entity-manager-sdk": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", + "@helium/helium-entity-manager-sdk": "^0.5.0", "@solana/web3.js": "^1.78.4", "aws-sdk": "^2.1344.0", "bn.js": "^5.2.0", diff --git a/packages/fanout-metadata-service/CHANGELOG.md b/packages/fanout-metadata-service/CHANGELOG.md index d8d625e2e..aede07ddc 100644 --- a/packages/fanout-metadata-service/CHANGELOG.md +++ b/packages/fanout-metadata-service/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/fanout-metadata-service + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/fanout-metadata-service diff --git a/packages/fanout-metadata-service/package.json b/packages/fanout-metadata-service/package.json index 93cf6ae16..f78e9c5e1 100644 --- a/packages/fanout-metadata-service/package.json +++ b/packages/fanout-metadata-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Mint metadata of fanout positions", "repository": { "type": "git", @@ -34,10 +34,10 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", "@helium/address": "^4.10.2", - "@helium/fanout-sdk": "^0.4.6", - "@helium/spl-utils": "^0.4.6", + "@helium/fanout-sdk": "^0.5.0", + "@helium/spl-utils": "^0.5.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-token": "^0.3.8", diff --git a/packages/fanout-sdk/CHANGELOG.md b/packages/fanout-sdk/CHANGELOG.md index 9254c33a7..3bbb945f5 100644 --- a/packages/fanout-sdk/CHANGELOG.md +++ b/packages/fanout-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/fanout-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/fanout-sdk diff --git a/packages/fanout-sdk/package.json b/packages/fanout-sdk/package.json index f40745728..14f44df59 100644 --- a/packages/fanout-sdk/package.json +++ b/packages/fanout-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the fanout smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.4.6", - "@helium/idls": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", + "@helium/idls": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/faucet-service/CHANGELOG.md b/packages/faucet-service/CHANGELOG.md index 2c06dda42..1c51a90a4 100644 --- a/packages/faucet-service/CHANGELOG.md +++ b/packages/faucet-service/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/faucet-service + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/faucet-service diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index 8c27edef0..3ab989ddb 100644 --- a/packages/faucet-service/package.json +++ b/packages/faucet-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Faucet for devnet Helium tokens", "repository": { "type": "git", @@ -35,8 +35,8 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/idls": "^0.4.6", - "@helium/spl-utils": "^0.4.6", + "@helium/idls": "^0.5.0", + "@helium/spl-utils": "^0.5.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", diff --git a/packages/helium-admin-cli/CHANGELOG.md b/packages/helium-admin-cli/CHANGELOG.md index 9dab4b8ca..e8eb927b3 100644 --- a/packages/helium-admin-cli/CHANGELOG.md +++ b/packages/helium-admin-cli/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/helium-admin-cli + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/helium-admin-cli diff --git a/packages/helium-admin-cli/package.json b/packages/helium-admin-cli/package.json index 44e28dbc8..c17362d85 100644 --- a/packages/helium-admin-cli/package.json +++ b/packages/helium-admin-cli/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "CLI to bootstrap the network", "repository": { "type": "git", @@ -40,18 +40,18 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.4.6", + "@helium/circuit-breaker-sdk": "^0.5.0", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.4.6", - "@helium/distributor-oracle": "^0.4.6", - "@helium/fanout-sdk": "^0.4.6", - "@helium/helium-entity-manager-sdk": "^0.4.6", - "@helium/helium-sub-daos-sdk": "^0.4.6", - "@helium/lazy-distributor-sdk": "^0.4.6", - "@helium/mobile-entity-manager-sdk": "^0.4.6", - "@helium/price-oracle-sdk": "^0.4.6", - "@helium/spl-utils": "^0.4.6", - "@helium/treasury-management-sdk": "^0.4.6", + "@helium/data-credits-sdk": "^0.5.0", + "@helium/distributor-oracle": "^0.5.0", + "@helium/fanout-sdk": "^0.5.0", + "@helium/helium-entity-manager-sdk": "^0.5.0", + "@helium/helium-sub-daos-sdk": "^0.5.0", + "@helium/lazy-distributor-sdk": "^0.5.0", + "@helium/mobile-entity-manager-sdk": "^0.5.0", + "@helium/price-oracle-sdk": "^0.5.0", + "@helium/spl-utils": "^0.5.0", + "@helium/treasury-management-sdk": "^0.5.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-governance": "^0.3.18", "@solana/spl-token": "^0.3.8", diff --git a/packages/helium-entity-manager-sdk/CHANGELOG.md b/packages/helium-entity-manager-sdk/CHANGELOG.md index 0bf71f806..169207d9f 100644 --- a/packages/helium-entity-manager-sdk/CHANGELOG.md +++ b/packages/helium-entity-manager-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/helium-entity-manager-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/helium-entity-manager-sdk diff --git a/packages/helium-entity-manager-sdk/package.json b/packages/helium-entity-manager-sdk/package.json index eda6861de..7ca8847bf 100644 --- a/packages/helium-entity-manager-sdk/package.json +++ b/packages/helium-entity-manager-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the helium-entity-manager smart contract", "repository": { "type": "git", @@ -33,10 +33,10 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.4.6", - "@helium/helium-sub-daos-sdk": "^0.4.6", - "@helium/idls": "^0.4.6", - "@helium/spl-utils": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", + "@helium/helium-sub-daos-sdk": "^0.5.0", + "@helium/idls": "^0.5.0", + "@helium/spl-utils": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1", "crypto-js": "^4.1.1", diff --git a/packages/helium-react-hooks/CHANGELOG.md b/packages/helium-react-hooks/CHANGELOG.md index e230ffa00..3ce866f3e 100644 --- a/packages/helium-react-hooks/CHANGELOG.md +++ b/packages/helium-react-hooks/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/helium-react-hooks + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/helium-react-hooks diff --git a/packages/helium-react-hooks/package.json b/packages/helium-react-hooks/package.json index 2f7a31e79..140d8ea1d 100644 --- a/packages/helium-react-hooks/package.json +++ b/packages/helium-react-hooks/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "React hooks for helium", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.4.6", - "@helium/account-fetch-cache-hooks": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", + "@helium/account-fetch-cache-hooks": "^0.5.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", "bs58": "^4.0.1", diff --git a/packages/helium-sub-daos-sdk/CHANGELOG.md b/packages/helium-sub-daos-sdk/CHANGELOG.md index 604c0afbc..6f8fffbfe 100644 --- a/packages/helium-sub-daos-sdk/CHANGELOG.md +++ b/packages/helium-sub-daos-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/helium-sub-daos-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/helium-sub-daos-sdk diff --git a/packages/helium-sub-daos-sdk/package.json b/packages/helium-sub-daos-sdk/package.json index 1ff466a49..d59c8c798 100644 --- a/packages/helium-sub-daos-sdk/package.json +++ b/packages/helium-sub-daos-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the helium-sub-daos smart contract", "repository": { "type": "git", @@ -32,10 +32,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.4.6", - "@helium/circuit-breaker-sdk": "^0.4.6", - "@helium/treasury-management-sdk": "^0.4.6", - "@helium/voter-stake-registry-sdk": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", + "@helium/circuit-breaker-sdk": "^0.5.0", + "@helium/treasury-management-sdk": "^0.5.0", + "@helium/voter-stake-registry-sdk": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/hotspot-utils/CHANGELOG.md b/packages/hotspot-utils/CHANGELOG.md index bae6a3b96..532933193 100644 --- a/packages/hotspot-utils/CHANGELOG.md +++ b/packages/hotspot-utils/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-library/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/hotspot-utils + + + + + ## [0.4.6](https://github.com/helium/helium-program-library/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/hotspot-utils diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index aee2ec59d..6d32e6933 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.4.6", + "version": "0.5.0", "description": "Utils for Hotspot interaction", "homepage": "https://github.com/helium/helium-program-library#readme", "publishConfig": { @@ -29,10 +29,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/helium-entity-manager-sdk": "^0.4.6", - "@helium/helium-sub-daos-sdk": "^0.4.6", - "@helium/idls": "^0.4.6", - "@helium/spl-utils": "^0.4.6", + "@helium/helium-entity-manager-sdk": "^0.5.0", + "@helium/helium-sub-daos-sdk": "^0.5.0", + "@helium/idls": "^0.5.0", + "@helium/spl-utils": "^0.5.0", "@solana/web3.js": "^1.78.4", "bs58": "^4.0.1" }, diff --git a/packages/idls/CHANGELOG.md b/packages/idls/CHANGELOG.md index f8e3d7404..144c3a2ea 100644 --- a/packages/idls/CHANGELOG.md +++ b/packages/idls/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-library/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/idls + + + + + ## [0.4.6](https://github.com/helium/helium-program-library/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/idls diff --git a/packages/idls/package.json b/packages/idls/package.json index 465298723..bdeb63b39 100644 --- a/packages/idls/package.json +++ b/packages/idls/package.json @@ -1,6 +1,6 @@ { "name": "@helium/idls", - "version": "0.4.6", + "version": "0.5.0", "description": "Exported idls", "publishConfig": { "access": "public", diff --git a/packages/lazy-distributor-sdk/CHANGELOG.md b/packages/lazy-distributor-sdk/CHANGELOG.md index f8b4b2cce..499e30b5f 100644 --- a/packages/lazy-distributor-sdk/CHANGELOG.md +++ b/packages/lazy-distributor-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/lazy-distributor-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/lazy-distributor-sdk diff --git a/packages/lazy-distributor-sdk/package.json b/packages/lazy-distributor-sdk/package.json index d0b5ef0db..f6662339f 100644 --- a/packages/lazy-distributor-sdk/package.json +++ b/packages/lazy-distributor-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the lazy-distributor smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.4.6", - "@helium/circuit-breaker-sdk": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", + "@helium/circuit-breaker-sdk": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/lazy-transactions-sdk/CHANGELOG.md b/packages/lazy-transactions-sdk/CHANGELOG.md index 673f6fcd8..52e9e1e18 100644 --- a/packages/lazy-transactions-sdk/CHANGELOG.md +++ b/packages/lazy-transactions-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/lazy-transactions-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/lazy-transactions-sdk diff --git a/packages/lazy-transactions-sdk/package.json b/packages/lazy-transactions-sdk/package.json index 2b6b3e5f8..2fda85c9d 100644 --- a/packages/lazy-transactions-sdk/package.json +++ b/packages/lazy-transactions-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the lazy-transactions smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/idls": "^0.4.6", - "@helium/spl-utils": "^0.4.6", + "@helium/idls": "^0.5.0", + "@helium/spl-utils": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1", "js-sha3": "^0.8.0", diff --git a/packages/metadata-service/CHANGELOG.md b/packages/metadata-service/CHANGELOG.md index 847b99ebb..afb05705c 100644 --- a/packages/metadata-service/CHANGELOG.md +++ b/packages/metadata-service/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/metadata-service + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/metadata-service diff --git a/packages/metadata-service/package.json b/packages/metadata-service/package.json index 85aea347a..5f140252b 100644 --- a/packages/metadata-service/package.json +++ b/packages/metadata-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Mint metadata of hotspots", "repository": { "type": "git", @@ -34,12 +34,12 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.4.6", - "@helium/helium-sub-daos-sdk": "^0.4.6", - "@helium/idls": "^0.4.6", - "@helium/spl-utils": "^0.4.6", + "@helium/helium-entity-manager-sdk": "^0.5.0", + "@helium/helium-sub-daos-sdk": "^0.5.0", + "@helium/idls": "^0.5.0", + "@helium/spl-utils": "^0.5.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", diff --git a/packages/migration-service/CHANGELOG.md b/packages/migration-service/CHANGELOG.md index 2319ca7ac..5aa18f634 100644 --- a/packages/migration-service/CHANGELOG.md +++ b/packages/migration-service/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/migration-service + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/migration-service diff --git a/packages/migration-service/package.json b/packages/migration-service/package.json index 0fef5f4c7..cc3534ddc 100644 --- a/packages/migration-service/package.json +++ b/packages/migration-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Migration of state from helium", "repository": { "type": "git", @@ -35,18 +35,18 @@ "@clockwork-xyz/sdk": "^0.3.0", "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.4.6", + "@helium/circuit-breaker-sdk": "^0.5.0", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.4.6", - "@helium/distributor-oracle": "^0.4.6", - "@helium/helium-entity-manager-sdk": "^0.4.6", - "@helium/helium-sub-daos-sdk": "^0.4.6", - "@helium/lazy-distributor-sdk": "^0.4.6", - "@helium/lazy-transactions-sdk": "^0.4.6", - "@helium/treasury-management-sdk": "^0.4.6", - "@helium/voter-stake-registry-sdk": "^0.4.6", + "@helium/data-credits-sdk": "^0.5.0", + "@helium/distributor-oracle": "^0.5.0", + "@helium/helium-entity-manager-sdk": "^0.5.0", + "@helium/helium-sub-daos-sdk": "^0.5.0", + "@helium/lazy-distributor-sdk": "^0.5.0", + "@helium/lazy-transactions-sdk": "^0.5.0", + "@helium/treasury-management-sdk": "^0.5.0", + "@helium/voter-stake-registry-sdk": "^0.5.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@project-serum/borsh": "^0.2.5", "@solana/buffer-layout": "^4.0.0", diff --git a/packages/mobile-entity-manager-sdk/CHANGELOG.md b/packages/mobile-entity-manager-sdk/CHANGELOG.md index d191808a5..49a1ee167 100644 --- a/packages/mobile-entity-manager-sdk/CHANGELOG.md +++ b/packages/mobile-entity-manager-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/mobile-entity-manager-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/mobile-entity-manager-sdk diff --git a/packages/mobile-entity-manager-sdk/package.json b/packages/mobile-entity-manager-sdk/package.json index f4252b0bf..566418bfa 100644 --- a/packages/mobile-entity-manager-sdk/package.json +++ b/packages/mobile-entity-manager-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the mobile-entity-manager smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.4.6", - "@helium/helium-entity-manager-sdk": "^0.4.6", - "@helium/idls": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", + "@helium/helium-entity-manager-sdk": "^0.5.0", + "@helium/idls": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/monitor-service/CHANGELOG.md b/packages/monitor-service/CHANGELOG.md index da0ef888f..e4bdf7c95 100644 --- a/packages/monitor-service/CHANGELOG.md +++ b/packages/monitor-service/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/monitor-service + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/monitor-service diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index 5c2f28447..2c404267c 100644 --- a/packages/monitor-service/package.json +++ b/packages/monitor-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Prometheus monitoring of important accounts on Solana", "repository": { "type": "git", @@ -33,14 +33,14 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.4.6", - "@helium/circuit-breaker-sdk": "^0.4.6", - "@helium/data-credits-sdk": "^0.4.6", - "@helium/helium-entity-manager-sdk": "^0.4.6", - "@helium/helium-sub-daos-sdk": "^0.4.6", - "@helium/idls": "^0.4.6", - "@helium/lazy-transactions-sdk": "^0.4.6", - "@helium/spl-utils": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", + "@helium/circuit-breaker-sdk": "^0.5.0", + "@helium/data-credits-sdk": "^0.5.0", + "@helium/helium-entity-manager-sdk": "^0.5.0", + "@helium/helium-sub-daos-sdk": "^0.5.0", + "@helium/idls": "^0.5.0", + "@helium/lazy-transactions-sdk": "^0.5.0", + "@helium/spl-utils": "^0.5.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-token": "^0.3.8", diff --git a/packages/price-oracle-sdk/CHANGELOG.md b/packages/price-oracle-sdk/CHANGELOG.md index 975204e6a..04f31dd3f 100644 --- a/packages/price-oracle-sdk/CHANGELOG.md +++ b/packages/price-oracle-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/price-oracle-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/price-oracle-sdk diff --git a/packages/price-oracle-sdk/package.json b/packages/price-oracle-sdk/package.json index 7b4ae4272..3f48f2623 100644 --- a/packages/price-oracle-sdk/package.json +++ b/packages/price-oracle-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the price oracle smart contract", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/idls": "^0.4.6", + "@helium/idls": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/rewards-oracle-faucet-service/CHANGELOG.md b/packages/rewards-oracle-faucet-service/CHANGELOG.md index 4a4b01133..b0d338f1d 100644 --- a/packages/rewards-oracle-faucet-service/CHANGELOG.md +++ b/packages/rewards-oracle-faucet-service/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/rewards-oracle-faucet-service + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/rewards-oracle-faucet-service diff --git a/packages/rewards-oracle-faucet-service/package.json b/packages/rewards-oracle-faucet-service/package.json index acb7f3013..212e47063 100644 --- a/packages/rewards-oracle-faucet-service/package.json +++ b/packages/rewards-oracle-faucet-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Receives requests from Helius webhooks", "repository": { "type": "git", diff --git a/packages/rewards-oracle-sdk/CHANGELOG.md b/packages/rewards-oracle-sdk/CHANGELOG.md index 95356f061..23b21c2c7 100644 --- a/packages/rewards-oracle-sdk/CHANGELOG.md +++ b/packages/rewards-oracle-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/rewards-oracle-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/rewards-oracle-sdk diff --git a/packages/rewards-oracle-sdk/package.json b/packages/rewards-oracle-sdk/package.json index 6ccdca954..df78cc32b 100644 --- a/packages/rewards-oracle-sdk/package.json +++ b/packages/rewards-oracle-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the rewards oracle smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.4.6", - "@helium/idls": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", + "@helium/idls": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/spl-utils/CHANGELOG.md b/packages/spl-utils/CHANGELOG.md index b7d56e42a..69554567e 100644 --- a/packages/spl-utils/CHANGELOG.md +++ b/packages/spl-utils/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-library/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/spl-utils + + + + + ## [0.4.6](https://github.com/helium/helium-program-library/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/spl-utils diff --git a/packages/spl-utils/package.json b/packages/spl-utils/package.json index 3f31fb98d..5c195691c 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.4.6", + "version": "0.5.0", "description": "Utils shared across spl suite", "publishConfig": { "access": "public", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-token": "^0.3.8", diff --git a/packages/tokens-to-rent-service/CHANGELOG.md b/packages/tokens-to-rent-service/CHANGELOG.md index fd6fd0508..606cd14b5 100644 --- a/packages/tokens-to-rent-service/CHANGELOG.md +++ b/packages/tokens-to-rent-service/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/tokens-to-rent-service + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/tokens-to-rent-service diff --git a/packages/tokens-to-rent-service/package.json b/packages/tokens-to-rent-service/package.json index 0b80f0428..77c74c479 100644 --- a/packages/tokens-to-rent-service/package.json +++ b/packages/tokens-to-rent-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Service that gives flashloans of sol to allow jupiter swap of small amounts of hnt/mobile/iot to sol for fees", "repository": { "type": "git", @@ -34,9 +34,9 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.4.6", + "@helium/spl-utils": "^0.5.0", "@jup-ag/api": "^6.0.6", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", diff --git a/packages/treasury-management-sdk/CHANGELOG.md b/packages/treasury-management-sdk/CHANGELOG.md index 246aca629..b09f35148 100644 --- a/packages/treasury-management-sdk/CHANGELOG.md +++ b/packages/treasury-management-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/treasury-management-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/treasury-management-sdk diff --git a/packages/treasury-management-sdk/package.json b/packages/treasury-management-sdk/package.json index b57fc3424..de017ccc9 100644 --- a/packages/treasury-management-sdk/package.json +++ b/packages/treasury-management-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the treasury-management smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.4.6", - "@helium/circuit-breaker-sdk": "^0.4.6", - "@helium/idls": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", + "@helium/circuit-breaker-sdk": "^0.5.0", + "@helium/idls": "^0.5.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/voter-stake-registry-hooks/CHANGELOG.md b/packages/voter-stake-registry-hooks/CHANGELOG.md index 660d80fdc..11ac5432b 100644 --- a/packages/voter-stake-registry-hooks/CHANGELOG.md +++ b/packages/voter-stake-registry-hooks/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/voter-stake-registry-hooks + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/voter-stake-registry-hooks diff --git a/packages/voter-stake-registry-hooks/package.json b/packages/voter-stake-registry-hooks/package.json index a7229fc64..ee1cea983 100644 --- a/packages/voter-stake-registry-hooks/package.json +++ b/packages/voter-stake-registry-hooks/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "React hooks for helium voter stake registry", "repository": { "type": "git", @@ -32,13 +32,13 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.4.6", - "@helium/account-fetch-cache-hooks": "^0.4.6", - "@helium/helium-react-hooks": "^0.4.6", - "@helium/helium-sub-daos-sdk": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", + "@helium/account-fetch-cache-hooks": "^0.5.0", + "@helium/helium-react-hooks": "^0.5.0", + "@helium/helium-sub-daos-sdk": "^0.5.0", "@helium/modular-governance-hooks": "^0.0.7", - "@helium/spl-utils": "^0.4.6", - "@helium/voter-stake-registry-sdk": "^0.4.6", + "@helium/spl-utils": "^0.5.0", + "@helium/voter-stake-registry-sdk": "^0.5.0", "@metaplex-foundation/js": "^0.19.4", "@solana/wallet-adapter-base": "^0.9.22", "@solana/wallet-adapter-react": "^0.15.32", diff --git a/packages/voter-stake-registry-sdk/CHANGELOG.md b/packages/voter-stake-registry-sdk/CHANGELOG.md index cfc8917ad..1cb50cb5c 100644 --- a/packages/voter-stake-registry-sdk/CHANGELOG.md +++ b/packages/voter-stake-registry-sdk/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/voter-stake-registry-sdk + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/voter-stake-registry-sdk diff --git a/packages/voter-stake-registry-sdk/package.json b/packages/voter-stake-registry-sdk/package.json index 8d78d6b76..bc55a1e20 100644 --- a/packages/voter-stake-registry-sdk/package.json +++ b/packages/voter-stake-registry-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Interface to the voter-stake-registry smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.4.6", - "@helium/idls": "^0.4.6", + "@helium/anchor-resolvers": "^0.5.0", + "@helium/idls": "^0.5.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "bn.js": "^5.2.0", diff --git a/packages/vsr-metadata-service/CHANGELOG.md b/packages/vsr-metadata-service/CHANGELOG.md index 249fd3ac9..1ba478da9 100644 --- a/packages/vsr-metadata-service/CHANGELOG.md +++ b/packages/vsr-metadata-service/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-libary/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/vsr-metadata-service + + + + + ## [0.4.6](https://github.com/helium/helium-program-libary/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/vsr-metadata-service diff --git a/packages/vsr-metadata-service/package.json b/packages/vsr-metadata-service/package.json index c3c07156a..443762119 100644 --- a/packages/vsr-metadata-service/package.json +++ b/packages/vsr-metadata-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.4.6", + "version": "0.5.0", "description": "Mint metadata of vsr positions", "repository": { "type": "git", @@ -34,10 +34,10 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.4.6", - "@helium/voter-stake-registry-sdk": "^0.4.6", + "@helium/spl-utils": "^0.5.0", + "@helium/voter-stake-registry-sdk": "^0.5.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-token": "^0.3.8", diff --git a/packages/xnft-hotspot/CHANGELOG.md b/packages/xnft-hotspot/CHANGELOG.md index 44fcf2334..23c04c428 100644 --- a/packages/xnft-hotspot/CHANGELOG.md +++ b/packages/xnft-hotspot/CHANGELOG.md @@ -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.5.0](https://github.com/helium/helium-program-library/compare/v0.4.6...v0.5.0) (2023-11-09) + +**Note:** Version bump only for package @helium/xnft-hotspot + + + + + ## [0.4.6](https://github.com/helium/helium-program-library/compare/v0.4.5...v0.4.6) (2023-11-07) **Note:** Version bump only for package @helium/xnft-hotspot diff --git a/packages/xnft-hotspot/package.json b/packages/xnft-hotspot/package.json index c6ea98820..2f0169a3f 100644 --- a/packages/xnft-hotspot/package.json +++ b/packages/xnft-hotspot/package.json @@ -1,6 +1,6 @@ { "name": "@helium/xnft-hotspot", - "version": "0.4.6", + "version": "0.5.0", "private": true, "description": "", "main": "index.js", @@ -18,11 +18,11 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.4.6", - "@helium/distributor-oracle": "^0.4.6", - "@helium/helium-react-hooks": "^0.4.6", - "@helium/idls": "^0.4.6", - "@helium/lazy-distributor-sdk": "^0.4.6", + "@helium/account-fetch-cache": "^0.5.0", + "@helium/distributor-oracle": "^0.5.0", + "@helium/helium-react-hooks": "^0.5.0", + "@helium/idls": "^0.5.0", + "@helium/lazy-distributor-sdk": "^0.5.0", "@solana/spl-token": "^0.3.8", "assert": "^2.0.0", "bn.js": "^5.2.0",