Skip to content

Commit 706a0d7

Browse files
committed
chore(release): publish
- project: well-completions-plot 1.7.4 - project: subsurface-viewer 1.11.6 - project: group-tree-plot 1.5.4 - project: well-log-viewer 2.4.5 - project: wsc-common 1.2.4
1 parent 91fc193 commit 706a0d7

File tree

11 files changed

+52
-14
lines changed

11 files changed

+52
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.5.4 (2025-05-23)
2+
3+
### 🩹 Fixes
4+
5+
- bump the deckgl group in /typescript with 8 updates ([#2563](https://github.com/equinor/webviz-subsurface-components/pull/2563), [#9630](https://github.com/equinor/webviz-subsurface-components/issues/9630), [#9550](https://github.com/equinor/webviz-subsurface-components/issues/9550), [#9621](https://github.com/equinor/webviz-subsurface-components/issues/9621), [#9427](https://github.com/equinor/webviz-subsurface-components/issues/9427), [#9598](https://github.com/equinor/webviz-subsurface-components/issues/9598))
6+
17
## [1.5.3](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@1.5.3) (2025-05-02)
28

39

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.5.3",
3+
"version": "1.5.4",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

typescript/packages/subsurface-viewer/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.11.6 (2025-05-23)
2+
3+
### 🩹 Fixes
4+
5+
- bump the deckgl group in /typescript with 8 updates ([#2563](https://github.com/equinor/webviz-subsurface-components/pull/2563), [#9630](https://github.com/equinor/webviz-subsurface-components/issues/9630), [#9550](https://github.com/equinor/webviz-subsurface-components/issues/9550), [#9621](https://github.com/equinor/webviz-subsurface-components/issues/9621), [#9427](https://github.com/equinor/webviz-subsurface-components/issues/9427), [#9598](https://github.com/equinor/webviz-subsurface-components/issues/9598))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated wsc-common to 1.2.4
10+
111
## 1.11.5 (2025-05-20)
212

313
### 🩹 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.11.5",
3+
"version": "1.11.6",
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": "*",
49+
"@webviz/wsc-common": "1.2.4",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.7.4 (2025-05-23)
2+
3+
### 🩹 Fixes
4+
5+
- bump the deckgl group in /typescript with 8 updates ([#2563](https://github.com/equinor/webviz-subsurface-components/pull/2563), [#9630](https://github.com/equinor/webviz-subsurface-components/issues/9630), [#9550](https://github.com/equinor/webviz-subsurface-components/issues/9550), [#9621](https://github.com/equinor/webviz-subsurface-components/issues/9621), [#9427](https://github.com/equinor/webviz-subsurface-components/issues/9427), [#9598](https://github.com/equinor/webviz-subsurface-components/issues/9598))
6+
17
## [1.7.3](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@1.7.3) (2025-05-02)
28

39

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.7.3",
3+
"version": "1.7.4",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.4.5 (2025-05-23)
2+
3+
### 🩹 Fixes
4+
5+
- bump the deckgl group in /typescript with 8 updates ([#2563](https://github.com/equinor/webviz-subsurface-components/pull/2563), [#9630](https://github.com/equinor/webviz-subsurface-components/issues/9630), [#9550](https://github.com/equinor/webviz-subsurface-components/issues/9550), [#9621](https://github.com/equinor/webviz-subsurface-components/issues/9621), [#9427](https://github.com/equinor/webviz-subsurface-components/issues/9427), [#9598](https://github.com/equinor/webviz-subsurface-components/issues/9598))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated wsc-common to 1.2.4
10+
111
## [2.4.4](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@2.4.4) (2025-05-02)
212

313

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.4.4",
3+
"version": "2.4.5",
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": "*",
26+
"@webviz/wsc-common": "1.2.4",
2727
"convert-units": "^2.3.4",
2828
"d3": "^7.8.2"
2929
},

typescript/packages/wsc-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.2.4 (2025-05-23)
2+
3+
### 🩹 Fixes
4+
5+
- bump the deckgl group in /typescript with 8 updates ([#2563](https://github.com/equinor/webviz-subsurface-components/pull/2563), [#9630](https://github.com/equinor/webviz-subsurface-components/issues/9630), [#9550](https://github.com/equinor/webviz-subsurface-components/issues/9550), [#9621](https://github.com/equinor/webviz-subsurface-components/issues/9621), [#9427](https://github.com/equinor/webviz-subsurface-components/issues/9427), [#9598](https://github.com/equinor/webviz-subsurface-components/issues/9598))
6+
17
## [1.2.3](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@1.2.3) (2025-05-02)
28

39

typescript/packages/wsc-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webviz/wsc-common",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Shared functionality for WebViz Subsurface Components",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)