We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c5a17 commit 30845f3Copy full SHA for 30845f3
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.0.25";
+ static readonly release = "2.0.26";
18
19
/** {@link Disposable.onDisposed} */
20
readonly onDisposed = new Event<void>();
0 commit comments