Skip to content

Commit

Permalink
chore(release): 0.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.2](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@0.4.2) (2023-10-23)

### Bug Fixes

* Grid3DLayer should apply flag "ZIncreasingDownwards" for correct readout of depth. ([#1729](#1729)) ([108b660](108b660)), closes [#1723](#1723) [#1724](#1724)
  • Loading branch information
semantic-release-bot committed Oct 23, 2023
1 parent 108b660 commit a43e9b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions typescript/packages/subsurface-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.4.2](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@0.4.2) (2023-10-23)


### Bug Fixes

* Grid3DLayer should apply flag "ZIncreasingDownwards" for correct readout of depth. ([#1729](https://github.com/equinor/webviz-subsurface-components/issues/1729)) ([108b660](https://github.com/equinor/webviz-subsurface-components/commit/108b6601b049eb1cc5ed27fc19f25e61c214d09f)), closes [#1723](https://github.com/equinor/webviz-subsurface-components/issues/1723) [#1724](https://github.com/equinor/webviz-subsurface-components/issues/1724)

## [0.4.1](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@0.4.1) (2023-10-20)


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": "0.4.1",
"version": "0.4.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a43e9b1

Please sign in to comment.