Skip to content

Commit 2a41390

Browse files
committed
chore: bump versions
1 parent 588deb0 commit 2a41390

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components",
33
"description": "Collection of core functionalities to author BIM apps.",
4-
"version": "2.3.18",
4+
"version": "2.3.19",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
@@ -55,4 +55,4 @@
5555
"three": "^0.160.1",
5656
"web-ifc": "0.0.59"
5757
}
58-
}
58+
}

packages/core/src/core/Components/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class Components implements Disposable {
1414
/**
1515
* The version of the @thatopen/components library.
1616
*/
17-
static readonly release = "2.3.18";
17+
static readonly release = "2.3.19";
1818

1919
/** {@link Disposable.onDisposed} */
2020
readonly onDisposed = new Event<void>();

packages/front/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components-front",
33
"description": "Collection of frontend tools to author BIM apps.",
4-
"version": "2.3.13",
4+
"version": "2.3.14",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
@@ -54,4 +54,4 @@
5454
"n8ao": "1.5.1",
5555
"postprocessing": "6.34.2"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)