Skip to content

chore: bump version to 0.3.2#19

Merged
daithihearn merged 1 commit into
mainfrom
chore/bump-0.3.2
Jun 10, 2026
Merged

chore: bump version to 0.3.2#19
daithihearn merged 1 commit into
mainfrom
chore/bump-0.3.2

Conversation

@daithihearn

Copy link
Copy Markdown
Member

Summary

  • Bump @vechain/dev-stack from 0.3.1 → 0.3.2 (patch)
  • Update default block-explorer image tag 2.42 → 2.43
  • Pin default vechain/indexer and vechain/indexer-api image tags from 6 to 6.31

Test plan

  • vechain-dev up pulls the new explorer and indexer images successfully
  • Block explorer renders against thor-solo
  • Indexer + API come up healthy and index blocks

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 10, 2026 07:51
@daithihearn daithihearn merged commit 194465a into main Jun 10, 2026
4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the @vechain/dev-stack package version and updates the default Docker image tags used by the bundled compose files so vechain-dev up pulls newer block-explorer and pinned indexer/indexer-api images by default.

Changes:

  • Bump npm package version from 0.3.1 to 0.3.2.
  • Update default vechain/block-explorer image tag from 2.42 to 2.43.
  • Pin default vechain/indexer and vechain/indexer-api image tags from 6 to 6.31.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
package.json Bumps package version to 0.3.2.
compose/indexer.yaml Pins default indexer and indexer-api image tags to 6.31.
compose/explorer.yaml Updates default block-explorer image tag to 2.43.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread compose/indexer.yaml

vechain-indexer:
image: ${VECHAIN_DEV_INDEXER_IMAGE:-vechain/indexer:6}
image: ${VECHAIN_DEV_INDEXER_IMAGE:-vechain/indexer:6.31}
Comment thread compose/indexer.yaml

vechain-indexer-api:
image: ${VECHAIN_DEV_INDEXER_API_IMAGE:-vechain/indexer-api:6}
image: ${VECHAIN_DEV_INDEXER_API_IMAGE:-vechain/indexer-api:6.31}
Comment thread compose/explorer.yaml
services:
block-explorer:
image: ${VECHAIN_DEV_EXPLORER_IMAGE:-vechain/block-explorer:2.42}
image: ${VECHAIN_DEV_EXPLORER_IMAGE:-vechain/block-explorer:2.43}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants