From 4a74d4065b9d4694266a8f0d76dbf1e47df955c6 Mon Sep 17 00:00:00 2001 From: Noah Prince Date: Tue, 30 Jul 2024 09:09:16 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 +++++ lerna.json | 2 +- .../account-fetch-cache-hooks/CHANGELOG.md | 8 +++++ .../account-fetch-cache-hooks/package.json | 4 +-- packages/account-fetch-cache/CHANGELOG.md | 8 +++++ packages/account-fetch-cache/package.json | 2 +- .../CHANGELOG.md | 8 +++++ .../package.json | 4 +-- packages/active-device-oracle/CHANGELOG.md | 8 +++++ packages/active-device-oracle/package.json | 2 +- packages/anchor-resolvers/CHANGELOG.md | 8 +++++ packages/anchor-resolvers/package.json | 2 +- packages/circuit-breaker-sdk/CHANGELOG.md | 8 +++++ packages/circuit-breaker-sdk/package.json | 6 ++-- packages/crons/CHANGELOG.md | 8 +++++ packages/crons/package.json | 30 +++++++++---------- packages/currency-utils/CHANGELOG.md | 8 +++++ packages/currency-utils/package.json | 2 +- packages/data-credits-sdk/CHANGELOG.md | 8 +++++ packages/data-credits-sdk/package.json | 10 +++---- packages/distributor-oracle/CHANGELOG.md | 8 +++++ packages/distributor-oracle/package.json | 16 +++++----- packages/docsite/CHANGELOG.md | 8 +++++ packages/docsite/package.json | 2 +- packages/entity-invalidator/CHANGELOG.md | 8 +++++ packages/entity-invalidator/package.json | 8 ++--- packages/fanout-metadata-service/CHANGELOG.md | 8 +++++ packages/fanout-metadata-service/package.json | 8 ++--- packages/fanout-sdk/CHANGELOG.md | 8 +++++ packages/fanout-sdk/package.json | 6 ++-- packages/faucet-service/CHANGELOG.md | 8 +++++ packages/faucet-service/package.json | 6 ++-- packages/helium-admin-cli/CHANGELOG.md | 8 +++++ packages/helium-admin-cli/package.json | 24 +++++++-------- .../helium-entity-manager-sdk/CHANGELOG.md | 8 +++++ .../helium-entity-manager-sdk/package.json | 12 ++++---- packages/helium-react-hooks/CHANGELOG.md | 8 +++++ packages/helium-react-hooks/package.json | 6 ++-- packages/helium-sub-daos-sdk/CHANGELOG.md | 8 +++++ packages/helium-sub-daos-sdk/package.json | 10 +++---- packages/helium-vote-service/CHANGELOG.md | 8 +++++ packages/helium-vote-service/package.json | 6 ++-- packages/hexboosting-sdk/CHANGELOG.md | 8 +++++ packages/hexboosting-sdk/package.json | 8 ++--- packages/hotspot-utils/CHANGELOG.md | 8 +++++ packages/hotspot-utils/package.json | 10 +++---- packages/idls/CHANGELOG.md | 8 +++++ packages/idls/package.json | 2 +- packages/lazy-distributor-sdk/CHANGELOG.md | 8 +++++ packages/lazy-distributor-sdk/package.json | 6 ++-- packages/lazy-transactions-sdk/CHANGELOG.md | 8 +++++ packages/lazy-transactions-sdk/package.json | 6 ++-- packages/metadata-service/CHANGELOG.md | 8 +++++ packages/metadata-service/package.json | 14 ++++----- packages/migration-service/CHANGELOG.md | 8 +++++ packages/migration-service/package.json | 22 +++++++------- .../mobile-entity-manager-sdk/CHANGELOG.md | 8 +++++ .../mobile-entity-manager-sdk/package.json | 8 ++--- packages/monitor-service/CHANGELOG.md | 8 +++++ packages/monitor-service/package.json | 22 +++++++------- packages/no-emit-sdk/CHANGELOG.md | 8 +++++ packages/no-emit-sdk/package.json | 2 +- packages/price-oracle-sdk/CHANGELOG.md | 8 +++++ packages/price-oracle-sdk/package.json | 4 +-- .../CHANGELOG.md | 8 +++++ .../package.json | 2 +- packages/rewards-oracle-sdk/CHANGELOG.md | 8 +++++ packages/rewards-oracle-sdk/package.json | 6 ++-- packages/spl-utils/CHANGELOG.md | 8 +++++ packages/spl-utils/package.json | 6 ++-- packages/sus/CHANGELOG.md | 8 +++++ packages/sus/package.json | 2 +- packages/tokens-to-rent-service/CHANGELOG.md | 8 +++++ packages/tokens-to-rent-service/package.json | 6 ++-- packages/treasury-management-sdk/CHANGELOG.md | 8 +++++ packages/treasury-management-sdk/package.json | 8 ++--- .../voter-stake-registry-hooks/CHANGELOG.md | 8 +++++ .../voter-stake-registry-hooks/package.json | 16 +++++----- .../voter-stake-registry-sdk/CHANGELOG.md | 8 +++++ .../voter-stake-registry-sdk/package.json | 8 ++--- packages/vsr-metadata-service/CHANGELOG.md | 8 +++++ packages/vsr-metadata-service/package.json | 8 ++--- 82 files changed, 495 insertions(+), 167 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e33eb07d..454775309 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.9.1](https://github.com/helium/helium-program-library/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package helium-program-library + + + + + # [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/lerna.json b/lerna.json index ecc8f9be6..f8d2cfe3b 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.9.0" + "version": "0.9.1" } diff --git a/packages/account-fetch-cache-hooks/CHANGELOG.md b/packages/account-fetch-cache-hooks/CHANGELOG.md index a14adc663..d4e8bb640 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/account-fetch-cache-hooks + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/account-fetch-cache-hooks/package.json b/packages/account-fetch-cache-hooks/package.json index 35c20be63..d7c79696b 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.9.0", + "version": "0.9.1", "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.9.0", + "@helium/account-fetch-cache": "^0.9.1", "@solana/web3.js": "^1.78.8", "react-async-hook": "^4.0.0" }, diff --git a/packages/account-fetch-cache/CHANGELOG.md b/packages/account-fetch-cache/CHANGELOG.md index 3ecd4dfd1..20fe59bf9 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.9.1](https://github.com/helium/helium-program-library/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/account-fetch-cache + + + + + # [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/account-fetch-cache/package.json b/packages/account-fetch-cache/package.json index f524c1330..7599a517c 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.9.0", + "version": "0.9.1", "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 a56f699e2..2a64ea555 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/account-postgres-sink-service + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/account-postgres-sink-service/package.json b/packages/account-postgres-sink-service/package.json index d7abd2598..8b48bd992 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.9.0", + "version": "0.9.1", "description": "Sync account data to postgres", "repository": { "type": "git", @@ -37,7 +37,7 @@ "@connectrpc/connect-node": "^1.3.0", "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.9.0", + "@helium/account-fetch-cache": "^0.9.1", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/web3.js": "^1.78.8", "@substreams/core": "^0.15.1", diff --git a/packages/active-device-oracle/CHANGELOG.md b/packages/active-device-oracle/CHANGELOG.md index bf3212fcc..4f9173bd9 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/active-device-oracle + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/active-device-oracle/package.json b/packages/active-device-oracle/package.json index 77e700878..a7732a2c3 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.9.0", + "version": "0.9.1", "description": "Oracle of helium active devices", "repository": { "type": "git", diff --git a/packages/anchor-resolvers/CHANGELOG.md b/packages/anchor-resolvers/CHANGELOG.md index 256fbc697..2706423ba 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.9.1](https://github.com/helium/helium-program-library/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/anchor-resolvers + + + + + # [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/anchor-resolvers/package.json b/packages/anchor-resolvers/package.json index db4f4ed9d..7b18c90c1 100644 --- a/packages/anchor-resolvers/package.json +++ b/packages/anchor-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@helium/anchor-resolvers", - "version": "0.9.0", + "version": "0.9.1", "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 5c2b441b8..e20243e8a 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/circuit-breaker-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/circuit-breaker-sdk/package.json b/packages/circuit-breaker-sdk/package.json index 4bd0dfc36..33a832700 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.9.0", + "version": "0.9.1", "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.9.0", - "@helium/idls": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/idls": "^0.9.1", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/crons/CHANGELOG.md b/packages/crons/CHANGELOG.md index 184cdc72d..08d857bcc 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.9.1](https://github.com/helium/helium-program-library/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/crons + + + + + # [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/crons/package.json b/packages/crons/package.json index e268765f1..17329981e 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.9.0", + "version": "0.9.1", "description": "scripts to run on a schedule", "private": true, "publishConfig": { @@ -32,23 +32,23 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.9.0", - "@helium/distributor-oracle": "^0.9.0", - "@helium/fanout-sdk": "^0.9.0", - "@helium/helium-entity-manager-sdk": "^0.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", - "@helium/idls": "^0.9.0", - "@helium/lazy-distributor-sdk": "^0.9.0", - "@helium/mobile-entity-manager-sdk": "^0.9.0", - "@helium/no-emit-sdk": "^0.9.0", + "@helium/account-fetch-cache": "^0.9.1", + "@helium/distributor-oracle": "^0.9.1", + "@helium/fanout-sdk": "^0.9.1", + "@helium/helium-entity-manager-sdk": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", + "@helium/idls": "^0.9.1", + "@helium/lazy-distributor-sdk": "^0.9.1", + "@helium/mobile-entity-manager-sdk": "^0.9.1", + "@helium/no-emit-sdk": "^0.9.1", "@helium/organization-sdk": "^0.0.8", - "@helium/price-oracle-sdk": "^0.9.0", + "@helium/price-oracle-sdk": "^0.9.1", "@helium/proposal-sdk": "^0.0.8", - "@helium/rewards-oracle-sdk": "^0.9.0", - "@helium/spl-utils": "^0.9.0", + "@helium/rewards-oracle-sdk": "^0.9.1", + "@helium/spl-utils": "^0.9.1", "@helium/state-controller-sdk": "0.0.8-next.22+7098baa", - "@helium/treasury-management-sdk": "^0.9.0", - "@helium/voter-stake-registry-sdk": "^0.9.0", + "@helium/treasury-management-sdk": "^0.9.1", + "@helium/voter-stake-registry-sdk": "^0.9.1", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", "axios": "^1.3.6", diff --git a/packages/currency-utils/CHANGELOG.md b/packages/currency-utils/CHANGELOG.md index 9732becb6..798a142a5 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.9.1](https://github.com/helium/helium-program-library/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/currency-utils + + + + + # [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/currency-utils/package.json b/packages/currency-utils/package.json index beac85394..ff5060a00 100644 --- a/packages/currency-utils/package.json +++ b/packages/currency-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency-utils", - "version": "0.9.0", + "version": "0.9.1", "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 9755b0311..064defefb 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/data-credits-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/data-credits-sdk/package.json b/packages/data-credits-sdk/package.json index cd11d9f38..33562bddf 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.9.0", + "version": "0.9.1", "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.9.0", - "@helium/circuit-breaker-sdk": "^0.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", - "@helium/idls": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/circuit-breaker-sdk": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", + "@helium/idls": "^0.9.1", "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 caf7a3516..2e0fb68b8 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/distributor-oracle + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index 65a3a7433..680c12227 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.9.0", + "version": "0.9.1", "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.9.0", + "@helium/account-fetch-cache": "^0.9.1", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", - "@helium/idls": "^0.9.0", - "@helium/lazy-distributor-sdk": "^0.9.0", - "@helium/rewards-oracle-sdk": "^0.9.0", - "@helium/spl-utils": "^0.9.0", + "@helium/helium-entity-manager-sdk": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", + "@helium/idls": "^0.9.1", + "@helium/lazy-distributor-sdk": "^0.9.1", + "@helium/rewards-oracle-sdk": "^0.9.1", + "@helium/spl-utils": "^0.9.1", "@metaplex-foundation/mpl-bubblegum": "^0.7.0", "@solana/spl-token": "^0.3.8", "@types/sequelize": "^4.28.14", diff --git a/packages/docsite/CHANGELOG.md b/packages/docsite/CHANGELOG.md index 1f17a85dd..c62928e22 100644 --- a/packages/docsite/CHANGELOG.md +++ b/packages/docsite/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.9.1](https://github.com/helium/helium-program-library/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package hpl-docs + + + + + # [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/docsite/package.json b/packages/docsite/package.json index aac3ade1d..ef38a63bf 100644 --- a/packages/docsite/package.json +++ b/packages/docsite/package.json @@ -1,6 +1,6 @@ { "name": "hpl-docs", - "version": "0.9.0", + "version": "0.9.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/entity-invalidator/CHANGELOG.md b/packages/entity-invalidator/CHANGELOG.md index 32979adcc..a86b87298 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/entity-invalidator + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index ec1375c18..c7b81b19c 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.9.0", + "version": "0.9.1", "description": "Sync account data to postgres", "repository": { "type": "git", @@ -33,9 +33,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.9.0", - "@helium/helium-entity-manager-sdk": "^0.9.0", - "@helium/spl-utils": "^0.9.0", + "@helium/account-fetch-cache": "^0.9.1", + "@helium/helium-entity-manager-sdk": "^0.9.1", + "@helium/spl-utils": "^0.9.1", "@solana/web3.js": "^1.78.8", "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 a38edd4f7..262b3eb65 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/fanout-metadata-service + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/fanout-metadata-service/package.json b/packages/fanout-metadata-service/package.json index 9e8b5eba2..8e0571d5b 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.9.0", + "version": "0.9.1", "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.9.0", + "@helium/account-fetch-cache": "^0.9.1", "@helium/address": "^4.10.2", - "@helium/fanout-sdk": "^0.9.0", - "@helium/spl-utils": "^0.9.0", + "@helium/fanout-sdk": "^0.9.1", + "@helium/spl-utils": "^0.9.1", "@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 07ea9246c..09d3867d3 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/fanout-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/fanout-sdk/package.json b/packages/fanout-sdk/package.json index 39fe750a1..d77cbca97 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.9.0", + "version": "0.9.1", "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.9.0", - "@helium/idls": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/idls": "^0.9.1", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/faucet-service/CHANGELOG.md b/packages/faucet-service/CHANGELOG.md index 602dfb971..f0095da38 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/faucet-service + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index 2257174a9..87eca37a3 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.9.0", + "version": "0.9.1", "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.9.0", - "@helium/spl-utils": "^0.9.0", + "@helium/idls": "^0.9.1", + "@helium/spl-utils": "^0.9.1", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/helium-admin-cli/CHANGELOG.md b/packages/helium-admin-cli/CHANGELOG.md index 76e9c5e0f..12e772679 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/helium-admin-cli + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/helium-admin-cli/package.json b/packages/helium-admin-cli/package.json index cf13553ca..6fe6947b0 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.9.0", + "version": "0.9.1", "description": "CLI to bootstrap the network", "repository": { "type": "git", @@ -40,19 +40,19 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.9.0", + "@helium/circuit-breaker-sdk": "^0.9.1", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.0", - "@helium/distributor-oracle": "^0.9.0", - "@helium/fanout-sdk": "^0.9.0", - "@helium/helium-entity-manager-sdk": "^0.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", - "@helium/lazy-distributor-sdk": "^0.9.0", - "@helium/mobile-entity-manager-sdk": "^0.9.0", + "@helium/data-credits-sdk": "^0.9.1", + "@helium/distributor-oracle": "^0.9.1", + "@helium/fanout-sdk": "^0.9.1", + "@helium/helium-entity-manager-sdk": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", + "@helium/lazy-distributor-sdk": "^0.9.1", + "@helium/mobile-entity-manager-sdk": "^0.9.1", "@helium/nft-proxy-sdk": "0.0.8-next.22+7098baa", - "@helium/price-oracle-sdk": "^0.9.0", - "@helium/spl-utils": "^0.9.0", - "@helium/treasury-management-sdk": "^0.9.0", + "@helium/price-oracle-sdk": "^0.9.1", + "@helium/spl-utils": "^0.9.1", + "@helium/treasury-management-sdk": "^0.9.1", "@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 2a9a45adb..c13bb7128 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/helium-entity-manager-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/helium-entity-manager-sdk/package.json b/packages/helium-entity-manager-sdk/package.json index 578e6e6bc..116ae2c34 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.9.0", + "version": "0.9.1", "description": "Interface to the helium-entity-manager smart contract", "repository": { "type": "git", @@ -33,11 +33,11 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", - "@helium/idls": "^0.9.0", - "@helium/no-emit-sdk": "^0.9.0", - "@helium/spl-utils": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", + "@helium/idls": "^0.9.1", + "@helium/no-emit-sdk": "^0.9.1", + "@helium/spl-utils": "^0.9.1", "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 dcb073f42..f8a85bd54 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/helium-react-hooks + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/helium-react-hooks/package.json b/packages/helium-react-hooks/package.json index dc05ff3ba..fcaa771cb 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.9.0", + "version": "0.9.1", "description": "React hooks for helium", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.9.0", - "@helium/account-fetch-cache-hooks": "^0.9.0", + "@helium/account-fetch-cache": "^0.9.1", + "@helium/account-fetch-cache-hooks": "^0.9.1", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", "bs58": "^4.0.1", diff --git a/packages/helium-sub-daos-sdk/CHANGELOG.md b/packages/helium-sub-daos-sdk/CHANGELOG.md index 315f3a2f2..8559f3ed5 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/helium-sub-daos-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/helium-sub-daos-sdk/package.json b/packages/helium-sub-daos-sdk/package.json index baba4a370..2f068bb6b 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.9.0", + "version": "0.9.1", "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.9.0", - "@helium/circuit-breaker-sdk": "^0.9.0", - "@helium/treasury-management-sdk": "^0.9.0", - "@helium/voter-stake-registry-sdk": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/circuit-breaker-sdk": "^0.9.1", + "@helium/treasury-management-sdk": "^0.9.1", + "@helium/voter-stake-registry-sdk": "^0.9.1", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/helium-vote-service/CHANGELOG.md b/packages/helium-vote-service/CHANGELOG.md index 2c50a4f5d..c532ba907 100644 --- a/packages/helium-vote-service/CHANGELOG.md +++ b/packages/helium-vote-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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/helium-vote-service + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/helium-vote-service/package.json b/packages/helium-vote-service/package.json index fcc88322d..3c10a4ee1 100644 --- a/packages/helium-vote-service/package.json +++ b/packages/helium-vote-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.9.0", + "version": "0.9.1", "description": "API for helium vote", "repository": { "type": "git", @@ -35,8 +35,8 @@ "@fastify/cors": "^8.1.1", "@fastify/static": "^6", "@helium/organization-sdk": "^0.0.5", - "@helium/spl-utils": "^0.9.0", - "@helium/voter-stake-registry-sdk": "^0.9.0", + "@helium/spl-utils": "^0.9.1", + "@helium/voter-stake-registry-sdk": "^0.9.1", "@solana/web3.js": "^1.78.8", "aws-sdk": "^2.1650.0", "dotenv": "^16.0.3", diff --git a/packages/hexboosting-sdk/CHANGELOG.md b/packages/hexboosting-sdk/CHANGELOG.md index 3823c3ba9..dec26eda5 100644 --- a/packages/hexboosting-sdk/CHANGELOG.md +++ b/packages/hexboosting-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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/hexboosting-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/hexboosting-sdk/package.json b/packages/hexboosting-sdk/package.json index 45480043d..51e559e46 100644 --- a/packages/hexboosting-sdk/package.json +++ b/packages/hexboosting-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.9.0", + "version": "0.9.1", "description": "Interface to the data-credits smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", - "@helium/idls": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", + "@helium/idls": "^0.9.1", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/hotspot-utils/CHANGELOG.md b/packages/hotspot-utils/CHANGELOG.md index 39386204b..dec8651ff 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.9.1](https://github.com/helium/helium-program-library/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/hotspot-utils + + + + + # [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index 73d53302d..66f06ea72 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.9.0", + "version": "0.9.1", "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.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", - "@helium/idls": "^0.9.0", - "@helium/spl-utils": "^0.9.0", + "@helium/helium-entity-manager-sdk": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", + "@helium/idls": "^0.9.1", + "@helium/spl-utils": "^0.9.1", "@solana/web3.js": "^1.78.8", "bs58": "^4.0.1" }, diff --git a/packages/idls/CHANGELOG.md b/packages/idls/CHANGELOG.md index 447039b21..793f3afe7 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.9.1](https://github.com/helium/helium-program-library/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/idls + + + + + # [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/idls/package.json b/packages/idls/package.json index a2802f719..9b08d895b 100644 --- a/packages/idls/package.json +++ b/packages/idls/package.json @@ -1,6 +1,6 @@ { "name": "@helium/idls", - "version": "0.9.0", + "version": "0.9.1", "description": "Exported idls", "publishConfig": { "access": "public", diff --git a/packages/lazy-distributor-sdk/CHANGELOG.md b/packages/lazy-distributor-sdk/CHANGELOG.md index 0b5bfac31..766b4b5a9 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/lazy-distributor-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/lazy-distributor-sdk/package.json b/packages/lazy-distributor-sdk/package.json index d0e0cd685..25089f488 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.9.0", + "version": "0.9.1", "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.9.0", - "@helium/circuit-breaker-sdk": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/circuit-breaker-sdk": "^0.9.1", "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 40d4d37e0..dc27736d1 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/lazy-transactions-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/lazy-transactions-sdk/package.json b/packages/lazy-transactions-sdk/package.json index e74c93446..6a7dc8dd3 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.9.0", + "version": "0.9.1", "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.9.0", - "@helium/spl-utils": "^0.9.0", + "@helium/idls": "^0.9.1", + "@helium/spl-utils": "^0.9.1", "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 3217663f1..a23ad77b2 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/metadata-service + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/metadata-service/package.json b/packages/metadata-service/package.json index fc95d5ce6..1cbc56cae 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.9.0", + "version": "0.9.1", "description": "Mint metadata of hotspots", "repository": { "type": "git", @@ -35,13 +35,13 @@ "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", "@grpc/grpc-js": "^1.10.1", - "@helium/account-fetch-cache": "^0.9.0", + "@helium/account-fetch-cache": "^0.9.1", "@helium/address": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.0", - "@helium/helium-entity-manager-sdk": "^0.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", - "@helium/idls": "^0.9.0", - "@helium/spl-utils": "^0.9.0", + "@helium/data-credits-sdk": "^0.9.1", + "@helium/helium-entity-manager-sdk": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", + "@helium/idls": "^0.9.1", + "@helium/spl-utils": "^0.9.1", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/migration-service/CHANGELOG.md b/packages/migration-service/CHANGELOG.md index 7c4a4db7f..6e3855cc9 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/migration-service + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/migration-service/package.json b/packages/migration-service/package.json index 9651c8c34..739d72964 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.9.0", + "version": "0.9.1", "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.9.0", + "@helium/account-fetch-cache": "^0.9.1", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.9.0", + "@helium/circuit-breaker-sdk": "^0.9.1", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.0", - "@helium/distributor-oracle": "^0.9.0", - "@helium/helium-entity-manager-sdk": "^0.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", - "@helium/lazy-distributor-sdk": "^0.9.0", - "@helium/lazy-transactions-sdk": "^0.9.0", - "@helium/treasury-management-sdk": "^0.9.0", - "@helium/voter-stake-registry-sdk": "^0.9.0", + "@helium/data-credits-sdk": "^0.9.1", + "@helium/distributor-oracle": "^0.9.1", + "@helium/helium-entity-manager-sdk": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", + "@helium/lazy-distributor-sdk": "^0.9.1", + "@helium/lazy-transactions-sdk": "^0.9.1", + "@helium/treasury-management-sdk": "^0.9.1", + "@helium/voter-stake-registry-sdk": "^0.9.1", "@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 58c821a7d..c0dd3685f 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/mobile-entity-manager-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/mobile-entity-manager-sdk/package.json b/packages/mobile-entity-manager-sdk/package.json index ee23fb52a..9c874eba5 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.9.0", + "version": "0.9.1", "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.9.0", - "@helium/helium-entity-manager-sdk": "^0.9.0", - "@helium/idls": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/helium-entity-manager-sdk": "^0.9.1", + "@helium/idls": "^0.9.1", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/monitor-service/CHANGELOG.md b/packages/monitor-service/CHANGELOG.md index 135482052..f90ec4342 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/monitor-service + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index d8d9b417a..23a509434 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.9.0", + "version": "0.9.1", "description": "Prometheus monitoring of important accounts on Solana", "repository": { "type": "git", @@ -33,16 +33,16 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.9.0", - "@helium/circuit-breaker-sdk": "^0.9.0", - "@helium/data-credits-sdk": "^0.9.0", - "@helium/helium-entity-manager-sdk": "^0.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", - "@helium/idls": "^0.9.0", - "@helium/lazy-distributor-sdk": "^0.9.0", - "@helium/lazy-transactions-sdk": "^0.9.0", - "@helium/price-oracle-sdk": "^0.9.0", - "@helium/spl-utils": "^0.9.0", + "@helium/account-fetch-cache": "^0.9.1", + "@helium/circuit-breaker-sdk": "^0.9.1", + "@helium/data-credits-sdk": "^0.9.1", + "@helium/helium-entity-manager-sdk": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", + "@helium/idls": "^0.9.1", + "@helium/lazy-distributor-sdk": "^0.9.1", + "@helium/lazy-transactions-sdk": "^0.9.1", + "@helium/price-oracle-sdk": "^0.9.1", + "@helium/spl-utils": "^0.9.1", "@metaplex-foundation/mpl-bubblegum": "^0.7.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", diff --git a/packages/no-emit-sdk/CHANGELOG.md b/packages/no-emit-sdk/CHANGELOG.md index 0dc070c4a..fa355b769 100644 --- a/packages/no-emit-sdk/CHANGELOG.md +++ b/packages/no-emit-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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/no-emit-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/no-emit-sdk/package.json b/packages/no-emit-sdk/package.json index b9ffb4d0e..ff2d0336c 100644 --- a/packages/no-emit-sdk/package.json +++ b/packages/no-emit-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.9.0", + "version": "0.9.1", "description": "Interface to the rewards burn smart contract", "repository": { "type": "git", diff --git a/packages/price-oracle-sdk/CHANGELOG.md b/packages/price-oracle-sdk/CHANGELOG.md index b5ac1defc..ca40a45b2 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/price-oracle-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/price-oracle-sdk/package.json b/packages/price-oracle-sdk/package.json index a2798e1a9..3e4ca7d02 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.9.0", + "version": "0.9.1", "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.9.0", + "@helium/idls": "^0.9.1", "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 d7a92f0b4..26b0f876a 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/rewards-oracle-faucet-service + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/rewards-oracle-faucet-service/package.json b/packages/rewards-oracle-faucet-service/package.json index 0e6f96ebc..b5c3bed80 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.9.0", + "version": "0.9.1", "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 1e5127834..91c5e206a 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/rewards-oracle-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/rewards-oracle-sdk/package.json b/packages/rewards-oracle-sdk/package.json index 326e1bf6a..dc6d796b8 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.9.0", + "version": "0.9.1", "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.9.0", - "@helium/idls": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/idls": "^0.9.1", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/spl-utils/CHANGELOG.md b/packages/spl-utils/CHANGELOG.md index 333c83143..319c88fef 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.9.1](https://github.com/helium/helium-program-library/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/spl-utils + + + + + # [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/spl-utils/package.json b/packages/spl-utils/package.json index d844cb0b9..4fe58974b 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.9.0", + "version": "0.9.1", "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.9.0", + "@helium/account-fetch-cache": "^0.9.1", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", "@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/sus/CHANGELOG.md b/packages/sus/CHANGELOG.md index 673a4498e..7e67584a5 100644 --- a/packages/sus/CHANGELOG.md +++ b/packages/sus/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.9.1](https://github.com/helium/helium-program-library/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/sus + + + + + # [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/sus/package.json b/packages/sus/package.json index 828003e35..af461188b 100644 --- a/packages/sus/package.json +++ b/packages/sus/package.json @@ -1,6 +1,6 @@ { "name": "@helium/sus", - "version": "0.9.0", + "version": "0.9.1", "description": "Transaction simulation sus checker", "publishConfig": { "access": "public", diff --git a/packages/tokens-to-rent-service/CHANGELOG.md b/packages/tokens-to-rent-service/CHANGELOG.md index 004983f4a..5387800aa 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/tokens-to-rent-service + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/tokens-to-rent-service/package.json b/packages/tokens-to-rent-service/package.json index bba8cf98a..6c72405bf 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.9.0", + "version": "0.9.1", "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.9.0", + "@helium/account-fetch-cache": "^0.9.1", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.9.0", + "@helium/spl-utils": "^0.9.1", "@jup-ag/api": "^6.0.6", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/treasury-management-sdk/CHANGELOG.md b/packages/treasury-management-sdk/CHANGELOG.md index 0cb0d8dab..54d0d5b26 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/treasury-management-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/treasury-management-sdk/package.json b/packages/treasury-management-sdk/package.json index afc91466c..45427f669 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.9.0", + "version": "0.9.1", "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.9.0", - "@helium/circuit-breaker-sdk": "^0.9.0", - "@helium/idls": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/circuit-breaker-sdk": "^0.9.1", + "@helium/idls": "^0.9.1", "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 d30af951f..3d80a4028 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/voter-stake-registry-hooks + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/voter-stake-registry-hooks/package.json b/packages/voter-stake-registry-hooks/package.json index a3b0ab898..d063baf3c 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.9.0", + "version": "0.9.1", "description": "React hooks for helium voter stake registry", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.9.0", - "@helium/account-fetch-cache-hooks": "^0.9.0", - "@helium/circuit-breaker-sdk": "^0.9.0", - "@helium/helium-react-hooks": "^0.9.0", - "@helium/helium-sub-daos-sdk": "^0.9.0", + "@helium/account-fetch-cache": "^0.9.1", + "@helium/account-fetch-cache-hooks": "^0.9.1", + "@helium/circuit-breaker-sdk": "^0.9.1", + "@helium/helium-react-hooks": "^0.9.1", + "@helium/helium-sub-daos-sdk": "^0.9.1", "@helium/modular-governance-hooks": "^0.0.8", "@helium/modular-governance-idls": "0.0.8-next.22+7098baa", - "@helium/spl-utils": "^0.9.0", - "@helium/voter-stake-registry-sdk": "^0.9.0", + "@helium/spl-utils": "^0.9.1", + "@helium/voter-stake-registry-sdk": "^0.9.1", "@solana/wallet-adapter-base": "^0.9.22", "@solana/wallet-adapter-react": "^0.15.32", "@solana/web3.js": "^1.78.8", diff --git a/packages/voter-stake-registry-sdk/CHANGELOG.md b/packages/voter-stake-registry-sdk/CHANGELOG.md index 24f82a06f..9aa55ede1 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/voter-stake-registry-sdk + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/voter-stake-registry-sdk/package.json b/packages/voter-stake-registry-sdk/package.json index 833484d29..15ce01380 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.9.0", + "version": "0.9.1", "description": "Interface to the voter-stake-registry smart contract", "repository": { "type": "git", @@ -32,10 +32,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.0", - "@helium/idls": "^0.9.0", + "@helium/anchor-resolvers": "^0.9.1", + "@helium/idls": "^0.9.1", "@helium/nft-proxy-sdk": "0.0.8-next.22+7098baa", - "@helium/spl-utils": "^0.9.0", + "@helium/spl-utils": "^0.9.1", "@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 de514f766..716c02543 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.9.1](https://github.com/helium/helium-program-libary/compare/v0.9.0...v0.9.1) (2024-07-30) + +**Note:** Version bump only for package @helium/vsr-metadata-service + + + + + # [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30) diff --git a/packages/vsr-metadata-service/package.json b/packages/vsr-metadata-service/package.json index 16a16f163..1de39e91e 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.9.0", + "version": "0.9.1", "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.9.0", + "@helium/account-fetch-cache": "^0.9.1", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.9.0", - "@helium/voter-stake-registry-sdk": "^0.9.0", + "@helium/spl-utils": "^0.9.1", + "@helium/voter-stake-registry-sdk": "^0.9.1", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-token": "^0.3.8",