Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/WellOpt' into WellOpt
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscb committed Sep 22, 2023
2 parents a133a6d + 408e8c6 commit c13b130
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
5 changes: 3 additions & 2 deletions typescript/.nxreleaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"branches": [
"master"
],
"buildTarget": "build",
"outputPath": "dist"
"buildTarget": "${PROJECT_NAME}:build",
"outputPath": "${PROJECT_DIR}/dist",
"tagFormat": "${PROJECT_NAME}@${version}"
}
21 changes: 21 additions & 0 deletions typescript/packages/subsurface-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [0.1.1](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@0.1.1) (2023-09-22)


### Bug Fixes

* Improve "isLoadedCallback" to not return true before first draw of layer not only just when data are loaded. ([#1656](https://github.com/equinor/webviz-subsurface-components/issues/1656)) ([3875f8b](https://github.com/equinor/webviz-subsurface-components/commit/3875f8b55a7d2abf34dca7a82079b602f2741de0))

# 1.0.0 (2023-09-22)


### Bug Fixes

* Improve "isLoadedCallback" to not return true before first draw of layer not only just when data are loaded. ([#1656](https://github.com/equinor/webviz-subsurface-components/issues/1656)) ([3875f8b](https://github.com/equinor/webviz-subsurface-components/commit/3875f8b55a7d2abf34dca7a82079b602f2741de0))
* MapLayer - null meshData values are treated as 0 [#1642](https://github.com/equinor/webviz-subsurface-components/issues/1642) ([#1648](https://github.com/equinor/webviz-subsurface-components/issues/1648)) ([6198bc4](https://github.com/equinor/webviz-subsurface-components/commit/6198bc4c144f7ba97076725275c322a555aef20c))
* wrong export of default as type ([#1645](https://github.com/equinor/webviz-subsurface-components/issues/1645)) ([77c171b](https://github.com/equinor/webviz-subsurface-components/commit/77c171b80d6716c6419fbb03ed52ea3309aa7297))


### Features

* **grid3d:** prop to show-hide grid lines added ([#1624](https://github.com/equinor/webviz-subsurface-components/issues/1624)) ([0b22788](https://github.com/equinor/webviz-subsurface-components/commit/0b22788063e462b262cdbaac70d419669dc09308))

# 1.0.0 (2023-09-21)


Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/subsurface-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webviz/subsurface-viewer",
"version": "1.0.0",
"version": "0.1.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions typescript/packages/well-log-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.0.0 (2023-09-22)


### Bug Fixes

* added missing assets to package build. ([#1596](https://github.com/equinor/webviz-subsurface-components/issues/1596)) ([f0a479e](https://github.com/equinor/webviz-subsurface-components/commit/f0a479e188eebe65198a1d57ce9a8f5dd064f762))

# 1.0.0 (2023-09-22)


### Bug Fixes

* added missing assets to package build. ([#1596](https://github.com/equinor/webviz-subsurface-components/issues/1596)) ([f0a479e](https://github.com/equinor/webviz-subsurface-components/commit/f0a479e188eebe65198a1d57ce9a8f5dd064f762))

# 1.0.0 (2023-09-21)


Expand Down

0 comments on commit c13b130

Please sign in to comment.