diff --git a/.github/workflows/webviz-subsurface-components.yml b/.github/workflows/webviz-subsurface-components.yml index 3974ee480..de8cd780c 100644 --- a/.github/workflows/webviz-subsurface-components.yml +++ b/.github/workflows/webviz-subsurface-components.yml @@ -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} diff --git a/typescript/packages/subsurface-viewer/CHANGELOG.md b/typescript/packages/subsurface-viewer/CHANGELOG.md index 1aa9ce076..b4c5c2dbb 100644 --- a/typescript/packages/subsurface-viewer/CHANGELOG.md +++ b/typescript/packages/subsurface-viewer/CHANGELOG.md @@ -1,6 +1,13 @@ ## [0.1.1](https://github.com/equinor/webviz-subsurface-components/compare/subsurface-viewer@0.1.0...subsurface-viewer@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/subsurface-viewer@0.1.0...subsurface-viewer@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)) diff --git a/typescript/packages/well-log-viewer/CHANGELOG.md b/typescript/packages/well-log-viewer/CHANGELOG.md index 6da5e9f23..952324c5b 100644 --- a/typescript/packages/well-log-viewer/CHANGELOG.md +++ b/typescript/packages/well-log-viewer/CHANGELOG.md @@ -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))