From 66239480b4312654f06ef0e8a6f82c392bf97531 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Oct 2024 11:24:35 +0000 Subject: [PATCH] chore(release): well-log-viewer@2.0.0 [skip ci] # [2.0.0](https://github.com/equinor/webviz-subsurface-components/compare/well-log-viewer@1.13.11...well-log-viewer@2.0.0) (2024-10-03) ### Features * ColorMapFunction type in WellLogView ([#2249](https://github.com/equinor/webviz-subsurface-components/issues/2249)) ([96bcab4](https://github.com/equinor/webviz-subsurface-components/commit/96bcab47057864dd8c0aa0946adc9e3809a9fc3f)), closes [#2054](https://github.com/equinor/webviz-subsurface-components/issues/2054) [#2259](https://github.com/equinor/webviz-subsurface-components/issues/2259) ### BREAKING CHANGES * - colorMapFunctions array replaces colorTables array to combine color tables and functions in single array - colorMapFunctionName and reverseColorMapFunctionName references replace colorTable and reverseColorTable references (JSON files also should be changed) --- typescript/packages/well-log-viewer/CHANGELOG.md | 16 ++++++++++++++++ typescript/packages/well-log-viewer/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/typescript/packages/well-log-viewer/CHANGELOG.md b/typescript/packages/well-log-viewer/CHANGELOG.md index 44830029b..431ef9d5f 100644 --- a/typescript/packages/well-log-viewer/CHANGELOG.md +++ b/typescript/packages/well-log-viewer/CHANGELOG.md @@ -1,3 +1,19 @@ +# [2.0.0](https://github.com/equinor/webviz-subsurface-components/compare/well-log-viewer@1.13.11...well-log-viewer@2.0.0) (2024-10-03) + + +### Features + +* ColorMapFunction type in WellLogView ([#2249](https://github.com/equinor/webviz-subsurface-components/issues/2249)) ([96bcab4](https://github.com/equinor/webviz-subsurface-components/commit/96bcab47057864dd8c0aa0946adc9e3809a9fc3f)), closes [#2054](https://github.com/equinor/webviz-subsurface-components/issues/2054) [#2259](https://github.com/equinor/webviz-subsurface-components/issues/2259) + + +### BREAKING CHANGES + +* - colorMapFunctions array replaces colorTables array to combine color +tables and functions in single array +- colorMapFunctionName and reverseColorMapFunctionName references +replace colorTable and reverseColorTable references (JSON files also +should be changed) + ## [1.13.11](https://github.com/equinor/webviz-subsurface-components/compare/well-log-viewer@1.13.10...well-log-viewer@1.13.11) (2024-10-03) diff --git a/typescript/packages/well-log-viewer/package.json b/typescript/packages/well-log-viewer/package.json index 41b8eb392..db73c3a34 100644 --- a/typescript/packages/well-log-viewer/package.json +++ b/typescript/packages/well-log-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@webviz/well-log-viewer", - "version": "1.13.11", + "version": "2.0.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",