diff --git a/typescript/packages/well-completions-plot/CHANGELOG.md b/typescript/packages/well-completions-plot/CHANGELOG.md index 1f27f7862..1f5bea51a 100644 --- a/typescript/packages/well-completions-plot/CHANGELOG.md +++ b/typescript/packages/well-completions-plot/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.8](https://github.com/equinor/webviz-subsurface-components/compare/well-completions-plot@1.2.7...well-completions-plot@1.2.8) (2024-03-12) + + +### Bug Fixes + +* bump ajv from 7.2.1 to 8.12.0 in /typescript ([#1947](https://github.com/equinor/webviz-subsurface-components/issues/1947)) ([af95651](https://github.com/equinor/webviz-subsurface-components/commit/af95651f1b4730ce3d31b4f2c5d99d7369b42c9a)), closes [#2190](https://github.com/equinor/webviz-subsurface-components/issues/2190) [#2191](https://github.com/equinor/webviz-subsurface-components/issues/2191) [#2158](https://github.com/equinor/webviz-subsurface-components/issues/2158) [#2194](https://github.com/equinor/webviz-subsurface-components/issues/2194) [#2192](https://github.com/equinor/webviz-subsurface-components/issues/2192) [ajv-validator/ajv#1840](https://github.com/ajv-validator/ajv/issues/1840) [#1840](https://github.com/equinor/webviz-subsurface-components/issues/1840) [#1901](https://github.com/equinor/webviz-subsurface-components/issues/1901) [#1922](https://github.com/equinor/webviz-subsurface-components/issues/1922) [#1862](https://github.com/equinor/webviz-subsurface-components/issues/1862) [#1861](https://github.com/equinor/webviz-subsurface-components/issues/1861) [#1815](https://github.com/equinor/webviz-subsurface-components/issues/1815) [ajv-validator/ajv-keywords#220](https://github.com/ajv-validator/ajv-keywords/issues/220) [#1819](https://github.com/equinor/webviz-subsurface-components/issues/1819) [#1725](https://github.com/equinor/webviz-subsurface-components/issues/1725) [#1757](https://github.com/equinor/webviz-subsurface-components/issues/1757) [#2195](https://github.com/equinor/webviz-subsurface-components/issues/2195) [#1971](https://github.com/equinor/webviz-subsurface-components/issues/1971) [#2194](https://github.com/equinor/webviz-subsurface-components/issues/2194) [#2184](https://github.com/equinor/webviz-subsurface-components/issues/2184) [#2193](https://github.com/equinor/webviz-subsurface-components/issues/2193) [#2183](https://github.com/equinor/webviz-subsurface-components/issues/2183) [#2158](https://github.com/equinor/webviz-subsurface-components/issues/2158) [#2160](https://github.com/equinor/webviz-subsurface-components/issues/2160) [#1935](https://github.com/equinor/webviz-subsurface-components/issues/1935) [#2192](https://github.com/equinor/webviz-subsurface-components/issues/2192) [#1949](https://github.com/equinor/webviz-subsurface-components/issues/1949) [#2191](https://github.com/equinor/webviz-subsurface-components/issues/2191) + ## [1.2.7](https://github.com/equinor/webviz-subsurface-components/compare/well-completions-plot@1.2.6...well-completions-plot@1.2.7) (2024-02-28) diff --git a/typescript/packages/well-completions-plot/package.json b/typescript/packages/well-completions-plot/package.json index 1a589214d..5b8147bd4 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.2.7", + "version": "1.2.8", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",