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 21, 2023
2 parents 4c1b27b + e9d966a commit 78525f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
14 changes: 14 additions & 0 deletions typescript/packages/subsurface-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.0.0 (2023-09-21)


### 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-20)


Expand Down

0 comments on commit 78525f5

Please sign in to comment.