Skip to content

Commit

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

### Features

* ColorMapFunction type in WellLogView ([#2249](#2249)) ([96bcab4](96bcab4)), closes [#2054](#2054) [#2259](#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)
  • Loading branch information
semantic-release-bot committed Oct 3, 2024
1 parent 4b9ae2c commit 6623948
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions typescript/packages/well-log-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@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/[email protected]@1.13.11) (2024-10-03)


Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/well-log-viewer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6623948

Please sign in to comment.