We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910c18a commit caeef8aCopy full SHA for caeef8a
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.2.11",
+ "version": "2.2.12",
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.2.11";
+ static readonly release = "2.2.12";
18
19
/** {@link Disposable.onDisposed} */
20
readonly onDisposed = new Event<void>();
0 commit comments