We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c882d13 commit 28b8fe2Copy full SHA for 28b8fe2
packages/core/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@thatopen/components",
3
"description": "Collection of core functionalities to author BIM apps.",
4
- "version": "2.3.4",
+ "version": "2.3.5",
5
"author": "That Open Company",
6
"contributors": [
7
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
packages/core/src/core/Components/index.ts
@@ -14,7 +14,7 @@ export class Components implements Disposable {
14
/**
15
* The version of the @thatopen/components library.
16
*/
17
- static readonly release = "2.3.4";
+ static readonly release = "2.3.5";
18
19
/** {@link Disposable.onDisposed} */
20
readonly onDisposed = new Event<void>();
0 commit comments