Skip to content

Commit

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

### Bug Fixes

* infinite loop when rendering Grid3D layer ([#1735](#1735)) ([7626fc4](7626fc4)), closes [#1729](#1729)
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent 7626fc4 commit f975ce8
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.5.2](https://github.com/equinor/webviz-subsurface-components/compare/subsurface-viewer@0.5.1...subsurface-viewer@0.5.2) (2023-10-25)


### Bug Fixes

* infinite loop when rendering Grid3D layer ([#1735](https://github.com/equinor/webviz-subsurface-components/issues/1735)) ([7626fc4](https://github.com/equinor/webviz-subsurface-components/commit/7626fc486c0af6938ba51cd9e937c38daaf722c5)), closes [#1729](https://github.com/equinor/webviz-subsurface-components/issues/1729)

## [0.5.1](https://github.com/equinor/webviz-subsurface-components/compare/subsurface-viewer@0.5.0...subsurface-viewer@0.5.1) (2023-10-24)


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

0 comments on commit f975ce8

Please sign in to comment.