Skip to content

Commit

Permalink
Merge branch 'master' into WellOpt
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscb authored Sep 22, 2023
2 parents 2983b08 + f1c2a77 commit afe5f2f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webviz-subsurface-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
npm config set '//registry.npmjs.org/:_authToken' '${NPM_TOKEN}'
cd packages/${PACKAGE}
npm version --no-git-tag-version ${VERSION}
npm version --allow-same-version --no-git-tag-version ${VERSION}
# Use 'latest' tag if $NPM_PUBLISH_TAG is not set:
npm publish --access public --tag ${NPM_PUBLISH_TAG:-latest}
Expand Down
7 changes: 7 additions & 0 deletions typescript/packages/subsurface-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## [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))

## [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))
Expand Down
7 changes: 7 additions & 0 deletions typescript/packages/well-log-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
# 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))
Expand Down

0 comments on commit afe5f2f

Please sign in to comment.