Skip to content

Commit 1729e56

Browse files
chore(main): release 4.2.0-beta (#83)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 143d6c1 commit 1729e56

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.2.0-beta](https://github.com/equinor/videx-3d/compare/v4.1.2-beta...v4.2.0-beta) (2025-11-24)
4+
5+
6+
### Features
7+
8+
* Added onWellboreOver callback option to well map tracks in order to track which wellbore is hovered and at which depth. Will return null for wellbore and undefined depth when no wellbore is currently hovered. ([#82](https://github.com/equinor/videx-3d/issues/82)) ([143d6c1](https://github.com/equinor/videx-3d/commit/143d6c1112b634c613ebe5cf23e4c1ad8a4887e4))
9+
310
## [4.1.2-beta](https://github.com/equinor/videx-3d/compare/v4.1.1-beta...v4.1.2-beta) (2025-11-18)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "videx-3d",
3-
"version": "4.1.2-beta",
3+
"version": "4.2.0-beta",
44
"private": false,
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)