Skip to content

Commit 30845f3

Browse files
committed
chore: updates components static version
1 parent a6c5a17 commit 30845f3

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/core/Components

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.0.25";
17+
static readonly release = "2.0.26";
1818

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

0 commit comments

Comments
 (0)