Skip to content

Commit 4c3bcd9

Browse files
committed
chore: bumps core version
1 parent 07ec45c commit 4c3bcd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0",
4+
"version": "2.3.1",
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.0";
17+
static readonly release = "2.3.1";
1818

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

0 commit comments

Comments
 (0)