From 1eb512310d93b99ab9e75048357659ac50d1127b Mon Sep 17 00:00:00 2001 From: Ovin Eilertsen Teige Date: Thu, 15 Sep 2022 13:03:09 +0200 Subject: [PATCH] v2.1.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baf4bf86..68515309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.1.0 + +- Allow setting `CasingShoeSize` for the `CasingLayer` + ## v2.0.1 - Change deprecated `transparent` property to `backgroundAlpha` in Pixi `RendererOptions` diff --git a/package-lock.json b/package-lock.json index eb27730a..e82aea52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@equinor/esv-intersection", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@equinor/esv-intersection", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "dependencies": { "@equinor/videx-math": "^1.0.12", diff --git a/package.json b/package.json index 7f50e451..1a79cc8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/esv-intersection", - "version": "2.0.1", + "version": "2.1.0", "description": "Intersection component package with testing and automatic documentation.", "main": "dist/index.js", "module": "dist/index.esm.js",