Skip to content

Commit

Permalink
chore: updates components version
Browse files Browse the repository at this point in the history
  • Loading branch information
HoyosJuan committed Jul 17, 2024
1 parent d8bd70c commit d92bbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/core/Components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class Components implements Disposable {
/**
* The version of the @thatopen/components library.
*/
static readonly release = "2.1.4";
static readonly release = "2.1.5";

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

0 comments on commit d92bbb5

Please sign in to comment.