diff --git a/typescript/packages/well-completions-plot/CHANGELOG.md b/typescript/packages/well-completions-plot/CHANGELOG.md index 6bbe6f85e..84c18ce0e 100644 --- a/typescript/packages/well-completions-plot/CHANGELOG.md +++ b/typescript/packages/well-completions-plot/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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) + + +### Bug Fixes + +* conflict with new [@deck](https://github.com/deck).gl version 9.1 ([#2419](https://github.com/equinor/webviz-subsurface-components/issues/2419)) ([19e7e3c](https://github.com/equinor/webviz-subsurface-components/commit/19e7e3cc0e4da9238a31c8ea19408f8347d365a1)) + ## [1.5.19](https://github.com/equinor/webviz-subsurface-components/compare/well-completions-plot@1.5.18...well-completions-plot@1.5.19) (2025-01-20) diff --git a/typescript/packages/well-completions-plot/package.json b/typescript/packages/well-completions-plot/package.json index 84bb8f2a6..503568f76 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.19", + "version": "1.5.20", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",