From 128a3f0bd4c7da24ec77c44036803e05723d39f3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Feb 2025 07:18:28 +0000 Subject: [PATCH] chore(release): well-completions-plot@1.6.0 [skip ci] # [1.6.0](https://github.com/equinor/webviz-subsurface-components/compare/well-completions-plot@1.5.20...well-completions-plot@1.6.0) (2025-02-03) ### Features * GroupTreePlot --- Refactor to typescript + better D3 and React integration + some small features ([#2367](https://github.com/equinor/webviz-subsurface-components/issues/2367)) ([a7cfab2](https://github.com/equinor/webviz-subsurface-components/commit/a7cfab2e0789790d932feee9d6cdbc5e45791226)), closes [#1829](https://github.com/equinor/webviz-subsurface-components/issues/1829) --- typescript/packages/well-completions-plot/CHANGELOG.md | 7 +++++++ typescript/packages/well-completions-plot/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/typescript/packages/well-completions-plot/CHANGELOG.md b/typescript/packages/well-completions-plot/CHANGELOG.md index 84c18ce0e..8954f8e38 100644 --- a/typescript/packages/well-completions-plot/CHANGELOG.md +++ b/typescript/packages/well-completions-plot/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/equinor/webviz-subsurface-components/compare/well-completions-plot@1.5.20...well-completions-plot@1.6.0) (2025-02-03) + + +### Features + +* GroupTreePlot --- Refactor to typescript + better D3 and React integration + some small features ([#2367](https://github.com/equinor/webviz-subsurface-components/issues/2367)) ([a7cfab2](https://github.com/equinor/webviz-subsurface-components/commit/a7cfab2e0789790d932feee9d6cdbc5e45791226)), closes [#1829](https://github.com/equinor/webviz-subsurface-components/issues/1829) + ## [1.5.20](https://github.com/equinor/webviz-subsurface-components/compare/well-completions-plot@1.5.19...well-completions-plot@1.5.20) (2025-01-22) diff --git a/typescript/packages/well-completions-plot/package.json b/typescript/packages/well-completions-plot/package.json index 503568f76..45b6f7e8c 100644 --- a/typescript/packages/well-completions-plot/package.json +++ b/typescript/packages/well-completions-plot/package.json @@ -1,6 +1,6 @@ { "name": "@webviz/well-completions-plot", - "version": "1.5.20", + "version": "1.6.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",