Skip to content

Commit 51be831

Browse files
committed
chore(release): publish
- project: well-completions-plot 1.8.9 - project: subsurface-viewer 1.14.9 - project: group-tree-plot 1.6.9 - project: well-log-viewer 2.6.10 - project: wsc-common 1.3.9
1 parent dbbf80a commit 51be831

File tree

11 files changed

+38
-14
lines changed

11 files changed

+38
-14
lines changed

typescript/package-lock.json

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

typescript/packages/group-tree-plot/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.9 (2025-10-28)
2+
3+
This was a version bump only for group-tree-plot to align it with other projects, there were no code changes.
4+
15
## 1.6.8 (2025-10-27)
26

37
This was a version bump only for group-tree-plot to align it with other projects, there were no code changes.

typescript/packages/group-tree-plot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webviz/group-tree-plot",
3-
"version": "1.6.8",
3+
"version": "1.6.9",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

typescript/packages/subsurface-viewer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.14.9 (2025-10-28)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated wsc-common to 1.3.9
6+
17
## 1.14.8 (2025-10-28)
28

39
### 🩹 Fixes

typescript/packages/subsurface-viewer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webviz/subsurface-viewer",
3-
"version": "1.14.8",
3+
"version": "1.14.9",
44
"description": "3D visualization component for subsurface reservoir data",
55
"keywords": [
66
"subsurface",
@@ -46,7 +46,7 @@
4646
"@equinor/eds-icons": "^0.21.0",
4747
"@turf/simplify": "^7.1.0",
4848
"@vivaxy/png": "^1.3.0",
49-
"@webviz/wsc-common": "1.3.8",
49+
"@webviz/wsc-common": "1.3.9",
5050
"ajv": "^8.16.0",
5151
"convert-units": "^2.3.4",
5252
"d3": "^7.8.2",

typescript/packages/well-completions-plot/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.8.9 (2025-10-28)
2+
3+
This was a version bump only for well-completions-plot to align it with other projects, there were no code changes.
4+
15
## 1.8.8 (2025-10-27)
26

37
This was a version bump only for well-completions-plot to align it with other projects, there were no code changes.

typescript/packages/well-completions-plot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webviz/well-completions-plot",
3-
"version": "1.8.8",
3+
"version": "1.8.9",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

typescript/packages/well-log-viewer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.6.10 (2025-10-28)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated wsc-common to 1.3.9
6+
17
## 2.6.9 (2025-10-27)
28

39
### 🧱 Updated Dependencies

typescript/packages/well-log-viewer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webviz/well-log-viewer",
3-
"version": "2.6.9",
3+
"version": "2.6.10",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@emerson-eps/color-tables": "^0.4.92",
2525
"@equinor/videx-wellog": "^0.11.3",
26-
"@webviz/wsc-common": "1.3.8",
26+
"@webviz/wsc-common": "1.3.9",
2727
"convert-units": "^2.3.4",
2828
"d3": "^7.8.2"
2929
},

typescript/packages/wsc-common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.9 (2025-10-28)
2+
3+
This was a version bump only for wsc-common to align it with other projects, there were no code changes.
4+
15
## 1.3.8 (2025-10-27)
26

37
This was a version bump only for wsc-common to align it with other projects, there were no code changes.

0 commit comments

Comments
 (0)