Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jul 30, 2024
1 parent bdeac74 commit 14e1676
Show file tree
Hide file tree
Showing 114 changed files with 2,588 additions and 984 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,54 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30)



# [0.9.0-alpha.9](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)



# [0.9.0-alpha.8](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.7...v0.9.0-alpha.8) (2024-07-25)



# [0.9.0-alpha.7](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.6...v0.9.0-alpha.7) (2024-07-24)



# [0.9.0-alpha.6](https://github.com/helium/helium-program-library/compare/v0.8.7...v0.9.0-alpha.6) (2024-07-24)



# [0.9.0-alpha.5](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.4...v0.9.0-alpha.5) (2024-07-16)



# [0.9.0-alpha.4](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.3...v0.9.0-alpha.4) (2024-07-16)



# [0.9.0-alpha.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.2...v0.9.0-alpha.3) (2024-07-08)



# [0.9.0-alpha.2](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.1...v0.9.0-alpha.2) (2024-07-03)



# [0.9.0-alpha.1](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.0...v0.9.0-alpha.1) (2024-07-03)



# [0.9.0-alpha.0](https://github.com/helium/helium-program-library/compare/v0.8.6...v0.9.0-alpha.0) (2024-06-27)

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





# [0.9.0-alpha.9](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)

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

# [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30)



# [0.9.0-alpha.9](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)



# [0.9.0-alpha.8](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.7...v0.9.0-alpha.8) (2024-07-25)



# [0.9.0-alpha.7](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.6...v0.9.0-alpha.7) (2024-07-24)



# [0.9.0-alpha.5](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.4...v0.9.0-alpha.5) (2024-07-16)



# [0.9.0-alpha.4](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.3...v0.9.0-alpha.4) (2024-07-16)



# [0.9.0-alpha.2](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.1...v0.9.0-alpha.2) (2024-07-03)



# [0.9.0-alpha.1](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.0...v0.9.0-alpha.1) (2024-07-03)



# [0.9.0-alpha.0](https://github.com/helium/helium-program-libary/compare/v0.8.6...v0.9.0-alpha.0) (2024-06-27)

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





# [0.9.0-alpha.9](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)

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

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

# [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30)



# [0.9.0-alpha.9](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)



# [0.9.0-alpha.8](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.7...v0.9.0-alpha.8) (2024-07-25)



# [0.9.0-alpha.7](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.6...v0.9.0-alpha.7) (2024-07-24)



# [0.9.0-alpha.4](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.3...v0.9.0-alpha.4) (2024-07-16)



# [0.9.0-alpha.1](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.0...v0.9.0-alpha.1) (2024-07-03)



# [0.9.0-alpha.0](https://github.com/helium/helium-program-library/compare/v0.8.6...v0.9.0-alpha.0) (2024-06-27)

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





# [0.9.0-alpha.9](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)

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

# [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30)



# [0.9.0-alpha.9](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)



# [0.9.0-alpha.8](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.7...v0.9.0-alpha.8) (2024-07-25)



# [0.9.0-alpha.7](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.6...v0.9.0-alpha.7) (2024-07-24)



# [0.9.0-alpha.5](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.4...v0.9.0-alpha.5) (2024-07-16)



# [0.9.0-alpha.4](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.3...v0.9.0-alpha.4) (2024-07-16)



# [0.9.0-alpha.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.2...v0.9.0-alpha.3) (2024-07-08)



# [0.9.0-alpha.2](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.1...v0.9.0-alpha.2) (2024-07-03)



# [0.9.0-alpha.1](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.0...v0.9.0-alpha.1) (2024-07-03)



# [0.9.0-alpha.0](https://github.com/helium/helium-program-libary/compare/v0.8.6...v0.9.0-alpha.0) (2024-06-27)

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





# [0.9.0-alpha.9](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)

**Note:** Version bump only for package @helium/account-postgres-sink-service
Expand Down
4 changes: 2 additions & 2 deletions packages/account-postgres-sink-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.9",
"version": "0.9.0",
"description": "Sync account data to postgres",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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-alpha.9",
"@helium/account-fetch-cache": "^0.9.0",
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
"@solana/web3.js": "^1.78.8",
"@substreams/core": "^0.15.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/account-postgres-sink-service/yarn.deploy.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ __metadata:
languageName: node
linkType: hard

"@helium/account-fetch-cache@^0.9.0-alpha.9":
"@helium/account-fetch-cache@^0.9.0":
version: 0.0.0-use.local
resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache"
dependencies:
Expand All @@ -199,7 +199,7 @@ __metadata:
"@connectrpc/connect-node": ^1.3.0
"@coral-xyz/anchor": ^0.28.0
"@fastify/cors": ^8.1.1
"@helium/account-fetch-cache": ^0.9.0-alpha.9
"@helium/account-fetch-cache": ^0.9.0
"@metaplex-foundation/mpl-token-metadata": ^2.10.0
"@solana/web3.js": ^1.78.8
"@substreams/core": ^0.15.1
Expand Down
28 changes: 28 additions & 0 deletions packages/active-device-oracle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/helium/helium-program-libary/compare/v0.8.8...v0.9.0) (2024-07-30)



# [0.9.0-alpha.9](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)



# [0.9.0-alpha.8](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.7...v0.9.0-alpha.8) (2024-07-25)



# [0.9.0-alpha.7](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.6...v0.9.0-alpha.7) (2024-07-24)



# [0.9.0-alpha.1](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.0...v0.9.0-alpha.1) (2024-07-03)



# [0.9.0-alpha.0](https://github.com/helium/helium-program-libary/compare/v0.8.6...v0.9.0-alpha.0) (2024-06-27)

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





# [0.9.0-alpha.9](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)

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

# [0.9.0](https://github.com/helium/helium-program-library/compare/v0.8.8...v0.9.0) (2024-07-30)



# [0.9.0-alpha.9](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)



# [0.9.0-alpha.8](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.7...v0.9.0-alpha.8) (2024-07-25)



# [0.9.0-alpha.7](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.6...v0.9.0-alpha.7) (2024-07-24)



# [0.9.0-alpha.1](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.0...v0.9.0-alpha.1) (2024-07-03)



# [0.9.0-alpha.0](https://github.com/helium/helium-program-library/compare/v0.8.6...v0.9.0-alpha.0) (2024-06-27)

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





# [0.9.0-alpha.9](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.8...v0.9.0-alpha.9) (2024-07-25)

**Note:** Version bump only for package @helium/anchor-resolvers
Expand Down
2 changes: 1 addition & 1 deletion packages/anchor-resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/anchor-resolvers",
"version": "0.9.0-alpha.9",
"version": "0.9.0",
"description": "Wrappers around anchor custom resolvers to make composition easier",
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 14e1676

Please sign in to comment.