diff --git a/packages/core/package.json b/packages/core/package.json index 6d8ce3ba8..c46599f06 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@thatopen/components", "description": "Collection of core functionalities to author BIM apps.", - "version": "2.3.18", + "version": "2.3.19", "author": "That Open Company", "contributors": [ "Antonio Gonzalez Viegas (https://github.com/agviegas)", @@ -55,4 +55,4 @@ "three": "^0.160.1", "web-ifc": "0.0.59" } -} +} \ No newline at end of file diff --git a/packages/core/src/core/Components/index.ts b/packages/core/src/core/Components/index.ts index 468a55b56..927dc0af6 100644 --- a/packages/core/src/core/Components/index.ts +++ b/packages/core/src/core/Components/index.ts @@ -14,7 +14,7 @@ export class Components implements Disposable { /** * The version of the @thatopen/components library. */ - static readonly release = "2.3.18"; + static readonly release = "2.3.19"; /** {@link Disposable.onDisposed} */ readonly onDisposed = new Event(); diff --git a/packages/front/package.json b/packages/front/package.json index 0622930a5..0239a378f 100644 --- a/packages/front/package.json +++ b/packages/front/package.json @@ -1,7 +1,7 @@ { "name": "@thatopen/components-front", "description": "Collection of frontend tools to author BIM apps.", - "version": "2.3.13", + "version": "2.3.14", "author": "That Open Company", "contributors": [ "Antonio Gonzalez Viegas (https://github.com/agviegas)", @@ -54,4 +54,4 @@ "n8ao": "1.5.1", "postprocessing": "6.34.2" } -} +} \ No newline at end of file